Appearance
Touli Documentation
Internal documentation for the Touli platform.
Architecture
Browse the full architecture packet — HLD/DLD specs, flows, compliance, and rollout guidance.
Architecture Decision Records
ADRs capture why we made important technical choices — context, decision, and consequences.
Add a new ADR
bash
yarn adr:new "Short decision title"
yarn adr:sync # refresh ADR index after manual editsThis creates the next numbered ADR file and updates the ADR index.
Local docs site
bash
yarn docs:dev # local preview
yarn docs:build # production build
yarn docs:preview # preview built sitePublished URLs:
- dev:
https://adr.dev.platform.touli.ai - staging:
https://adr.staging.platform.touli.ai - prod:
https://adr.platform.touli.ai
Deployed to s3://touli-utils-<env>/docs via GitHub Actions (branch → environment).