Adding a New Project
Use this checklist to add projects in a consistent way.Steps
- Create a folder under
projects/<project-slug>/with:introduction.mdxreadme.mdxarchitecture.mdxdevelopment.mdx(optional)
- Add the pages to
mint.jsonnavigation under the appropriate group - Link to upstream sources for canonical details (README, ADRs, runbooks)
- Keep frontmatter minimal:
title,description,category,lastUpdated,project - Use shared sections and components (Cards, Info, Tip, Warning)