- Code, comments, and file names — English
- Documentation content (
content/) — English - PR titles and descriptions — English
- Commit messages — English
When writing or editing content for this project, follow these rules:
- Do not use icons in text content.
- Do not use the em dash (-). Use a regular hyphen (-) instead.
This is a Nextra-based documentation site for Codee — a platform built on top of MedusaJS.
content/— MDX documentation pagesapp/— Next.js app directory (layouts, pages, components)app/components/— Shared React componentsapp/wizard/— Interactive resource configuration wizarddata/— Static JSON data (resources, solutions)scripts/— Utility scripts (e.g. fetching resources)
- Components: TypeScript (
.tsx), functional, no class components - Styling: Tailwind CSS
- Data fetching for static content: scripts in
scripts/, output todata/ - Do not commit
.env*files