Two public surfaces for AsDecided:
- The product site is the concise introduction to AsDecided. It is deployed through ChatGPT Sites.
- GitHub Pages is the searchable knowledge base for the specification, concepts, guides, and reference material.
npm ci
npm run devBuild and verify the deployable site with:
npm run build
npm testThe knowledge base has a small set of owned navigation pages under
knowledge/. Authoritative product documentation and specification material
are vendored at build time from
asdecided/core and
asdecided/spec, so this repository
organizes those sources without forking them.
./scripts/vendor-knowledge.sh
uv run --with mkdocs==1.6.1 --with mkdocs-material==9.7.6 mkdocs servePull requests build the knowledge base in strict mode. Merges to main deploy
it to GitHub Pages.