Skip to main content

Introducing glossary

· One min read
Maintainer

docusaurus-plugin-glossary gives a Docusaurus site one source of truth for its shared vocabulary.

Define terms in JSON and the plugin turns them into an alphabetized, searchable glossary page. It also provides an inline term component and a remarkremarkA markdown processor. Remark plugins transform the markdown AST before it becomes HTML/JSX. plugin that can find terms in Markdown automatically, adding links and tooltips without littering each document with imports.

That combination matters for technical documentation. Readers can get a definition without losing their place, while writers can maintain the wording once instead of chasing copies across the site.

This documentation site uses the plugin itself. Browse the live glossary, read the glossary docs, or find the package on npm.