Source for the Agentic Resource Discovery documentation site — agenticresourcediscovery.org.
Built with MkDocs + Material and deployed to GitHub
Pages automatically by
.github/workflows/publish-docs.yaml on
every push to main. Nothing needs to run locally.
- Pages live in
docs/as Markdown; the navigation is defined inmkdocs.yml. - The specification page is not edited here — it's generated at build time
from the canonical
ards-project/ard-specrepo byhooks/spec_from_canonical.py. Edit the spec there.
python -m venv .venv-docs
.venv-docs/bin/pip install -r requirements-docs.txt
.venv-docs/bin/mkdocs serveChanges land via pull request, reviewed per .github/CODEOWNERS.