Skip to content
Cloudflare Docs

Glossary definition

GlossaryDefinition is used 32 times on 26 pages.

Pages which use GlossaryDefinition

Use the this component to add extra information to an existing glossary entry. term defines which glossary entry you want to prepend information to, while prepend= adds the extra info.

Component

The definition for example is: Hello, world! You can use Markdown features inside of your tooltips.

import { GlossaryDefinition } from "~/components"
<GlossaryDefinition term="example" prepend="The definition for example is: " />

Glossary

/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`.