What problem does it solve?
Turning code, features, and configuration into clear, consistent documentation for different audiences is time-consuming and error-prone. This Skill provides a reproducible process and conventions for producing MDX documentation that fits Documenso's site structure and style guidelines, reducing reviewer friction and ensuring navigation consistency.
Core Features & Use Cases
- Audience-aware guides: Produce docs tailored for Users, Developers, or Self-Hosters with the correct placement under apps/docs/content/docs/.
- Fumadocs & MDX compliance: Ensure frontmatter, recommended imports, callouts, steps, and tabs follow the project's Fumadocs patterns and WRITING_STYLE.md.
- Navigation updates: Create new pages and add entries to the appropriate meta.json so the docs site navigation remains consistent.
- Source-driven content: Read relevant source files and existing docs to generate accurate API, deployment, or UI workflow documentation.
Quick Start
Create a new MDX doc in apps/docs/content/docs/developers/my-feature with proper frontmatter and Fumadocs components, base content on the source under apps/, and add the page slug to the appropriate meta.json.