Using plugins
The static site generator core doesn't provide any feature of its own. All features are delegated to individual plugins: the docs feature provided by the docs plugin; the blog feature provided by the blog plugin; or individual pages provided by the pages plugin.
DocStatic is preconfigured to use the plugins required to support:
- KaTeX math equations
- Lunr search
- Mermaid diagrams
- OpenAPI docs
- GraphQL docs
For more information, refer to Using Plugins in the Docusaurus documentation.