@simonhyll/starlight-glossary
starlight-glossary
A plugin for Starlight for creating glossaries
Getting Started
Simply add the package then register it in Starlight.
pnpm add @simonhyll/starlight-glossary
import starlightGlossary from '@simonhyll/starlight-glossary';
// https://astro.build/configexport default defineConfig({ integrations: [ starlight({ plugins: [starlightGlossary({})] })})