Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

File metadata and controls

28 lines (21 loc) · 1 KB

ARD documentation site

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.

Editing

Preview locally (optional)

python -m venv .venv-docs
.venv-docs/bin/pip install -r requirements-docs.txt
.venv-docs/bin/mkdocs serve

Changes land via pull request, reviewed per .github/CODEOWNERS.