What problem does it solve?
Manually managing and linking glossary terms in documentation is time-consuming and prone to inconsistencies. This skill automates the creation, linking, and display of a comprehensive glossary in your Docusaurus site, ensuring clarity and consistency for your readers and saving you manual effort.
Core Features & Use Cases
- Automatic Term Linking: Automatically detect and link glossary terms in your markdown content with interactive tooltips, reducing manual linking.
- Centralized Glossary Management: Define all your terms, definitions, abbreviations, and related terms in a single JSON file, simplifying updates.
- Searchable Glossary Page: Generate a dedicated, searchable glossary page with alphabetical navigation, improving user experience.
- Use Case: Easily maintain a consistent vocabulary across your technical documentation, ensuring new contributors and readers always understand key concepts without manual cross-referencing, saving time on content review.
Quick Start
Configure the docusaurus-plugin-glossary in your Docusaurus site to use 'glossary/my-terms.json' as the source for terms and set the glossary page route to '/terms'.