Architecture Overview
This page demonstrates the architecture of our SDS9 Organization monorepo and shows how to use Mermaid diagrams in Docusaurus.
Repository Structure
CDK Architecture Flow
Deployment Pipeline
Technology Stack
API Documentation
The API documentation is automatically generated from TypeScript code using TypeDoc and integrated into this Docusaurus site. You can find it in the API Reference section.
Getting Started
- Clone the repository
- Install dependencies:
npm install
- Build the project:
npm run build
- Run tests:
npm test
- Start the docs locally:
npm run start --workspace=docs
For more detailed information, check out the tutorial section.