コンテンツにスキップ

用語集の定義

このコンポーネントを使用して、既存の用語集エントリに追加情報を加えます。 term は情報を追加したい用語集エントリを定義し、prepend= は追加情報を加えます。

コンポーネント

Exampleの定義は次のとおりです: Hello, world! You can use Markdown features inside of your tooltips.

import { GlossaryDefinition } from "~/components"
<GlossaryDefinition term="example" prepend="exampleの定義は次のとおりです: " />

用語集

/src/content/glossary/style-guide.yaml
productName: Style Guide
entries:
- term: example
general_definition: |-
Hello, world! You can use **Markdown** features inside of your `tooltips`.