zooly-docs is the documentation application for the Zooly platform. It's built using Next.js and Fumadocs MDX to provide a comprehensive documentation site.
zooly-docsapps/zooly-docsThis documentation app:
Documentation is organized into sections:
dev - Start development server on port 3006 (runs fumadocs-mdx first)build - Build for production (runs fumadocs-mdx first)start - Start production serverlint - Run ESLintDocumentation content is stored in content/docs/ and organized by topic. Each section has its own directory with MDX files and a meta.json file for navigation configuration.