Search
Global Search — how it works
The documentation site includes a local search feature which indexes documentation pages, static pages, and blog posts. Search is provided by the @cmfcmf/docusaurus-search-local plugin.
- Type a query into the search box (top-right of the navbar).
- Results appear as clickable items; clicking a result navigates to the selected doc or page.
Notes
- Search uses a local index created at build time — to test search locally, run:
npm run build
npm run serve
- For development (
npm run start) the search index is not available; you can still design the site locally but not test the live results.
Customization
- You can change what is indexed by editing
docusaurus.config.tsplugin options. - To hide the default visual styling of the search dropdown and provide custom styles, set
style: 'none'in plugin options and add your own CSS.