An Azure DevOps–Wiki-compatible wiki that lives in /docs of any code repo.
Wikidown bundles:
Wikidown.Core— library for reading/writing ADO-wiki-formatted pages.wikidownCLI — dotnet tool for AI agents and humans to maintain pages.wikidown-mcp— stdio MCP server so Claude / Copilot / other agents can edit the wiki. Seesamples/mcp/for drop-in configs.- Agent configs — drop-in Claude Code and GitHub Copilot setups; see
agents/. - Wikidown Web — a Blazor WASM PWA editor that commits directly to GitHub or Azure DevOps via REST (no backend). Hosted on GitHub Pages.
- Wikidown Site — the product/marketing page (also on GitHub Pages).
See PLAN.md for the current build plan and scope.
- Page file on disk:
My-Page.md; rendered title:My Page. - Subpages: a folder alongside the page file with the same base name.
- Ordering:
.orderfile per folder lists page base-names, one per line. - Links use titles:
[Release Notes](/Getting-Started/Release-Notes).
Work in progress. See PLAN.md for chunk-by-chunk progress.