This is the Codat documentation site, built with Docusaurus.
docs/- Main documentation content (Markdown/MDX)blog/- Blog postssrc/- React components and custom pagesstatic/- Static assets (images, files).github/workflows/- CI/CD workflows
npm install
npm startRequires Node.js v20+.
- Documentation is written in Markdown/MDX
- Use Prettier for formatting (
npm run format:js:check,npm run format:mdx:check) - Follow existing patterns for component structure
npm run build- Build the site- Spell check runs via cspell
- Link checking via linkinator
- Readability checks via Lexi
docusaurus.config.js- Main Docusaurus configurationsidebars.js- Sidebar navigation structurecspell.json- Spell check dictionary and settings