This repository is the source for the Chinmina Bridge documentation. Documentation is published on chinmina.github.io.
This documentation uses the Starlight project (based on Astro).
Inline diagrams can be included using the D2 diagramming language. There is a VS Code extension as well as an online playground to help author the diagrams.
Contributions are welcome! Fork the repo and create a PR for review.
- Node:
mise install - PNPM:
corepack enable && corepack install - D2:
curl -fsSL https://d2lang.com/install.sh | sh -s --(Check out the install instructions for more options.)
pnpm run dev