Product-scoped folders
Each top-level folder under this repository is one product or program. Handover markdown lives inside that folder.
Start here, then open the guide for each product in the sidebar.
aimet-product-library/
├── index.md # This landing page (VitePress home)
├── README.md # Same reading guide for GitHub
├── docs/.vitepress/ # VitePress config (not product content)
├── digital-thai-moca/ # Digital Thai MoCA handover pack
│ ├── project-overview.md
│ ├── business-logic-dataflow.md
│ ├── deployment-and-infrastructure.md
│ ├── repository-map.md
│ ├── ux-ui-and-design-links.md
│ └── others/ # Drafts and working files (not in the site nav)
└── package.json # `yarn docs:dev` / `yarn docs:build`Add a new product by creating a sibling folder (for example another-product/) with its own overview and topic documents, then register it in docs/.vitepress/config.ts navigation and sidebar.
yarn install then yarn docs:dev, and open the URL printed in the terminal (usually http://localhost:5173).| Read this for… | Document |
|---|---|
| Purpose, products, environment URLs, topic index | project-overview |
| Flows, auth, MoCA domains, scoring, data model | business-logic-dataflow |
| AWS topology, DNS, CI/CD, secrets, external services | deployment-and-infrastructure |
| GitHub repos, Bruno API spec, cross-repo flows | repository-map |
| Figma and product surfaces | ux-ui-and-design-links |
Draft unit requirements and spreadsheets under digital-thai-moca/others/ are intentionally excluded from the published site navigation; open those files directly in the repository when needed.