Docusaurus Plugin Guides
Practical guides for integrating docsgen into a Docusaurus site. Learn how to configure sidebars for generated content and optimize your development workflow with watch mode and debugging tools.
Purpose
- Sidebar mastery - Configure sidebars that combine hand-written and generated content cleanly.
- Smooth development - Set up watch mode, understand the concurrency guard, and debug generation issues.
Available Guides
Sidebar Configuration
How to set up Docusaurus sidebars for docsgen-generated content. Covers autogenerated sidebars, separate API sidebars, combining hand-written and generated content, and controlling category order.
Development Workflow
How to work with docsgen during development. Covers the dev server, watch mode, the concurrency guard, log levels for debugging, and troubleshooting common issues.
Where to go next
For reference documentation on the Docusaurus plugin, see:
- Plugin Overview for plugin responsibilities and how it works.
- Setup for the step-by-step integration guide.

