What problem does it solve?
The Doc Viewer injects an interactive documentation page into the target application after the Documentation KB pipeline, rendering .fr.md and .en.md files with language switch, a sidebar, and cross-linked article references.
Core Features & Use Cases
- Language-aware in-app documentation rendering for Next.js App Router, Next.js Pages Router, React+Vite, Vue+Vite, and Angular projects.
- Side navigation, language toggle, and cross-linking to provide a cohesive reading experience across FR and EN content.
- Automated placement under public/content and a dedicated /docs route within the app, with fallback UI for projects lacking a navbar.
- Phase-driven workflow compatibility: after the KB pipeline, the doc-viewer consumes generated docs to display them in-app.
Quick Start
Install and configure the Doc Viewer to inject an in-app docs page after the KB pipeline.