Home / Getting Started
Getting Started
Welcome to Wikidown. This folder is itself a Wikidown-format wiki.
Format quick reference
- Page file on disk:
Getting-Started.md; rendered title:Getting Started. - Subpages go in a folder with the same base name next to the page file.
- Ordering lives in
.order— one page base-name per line. - Body links are relative file paths (with the
.mdextension), not absolute title paths — see Format for the full rule.
Next
- Format — full on-disk format reference
- Visual Studio Extension — add a Wikidown project in VS 2022+
- Updating — how downstream repos pick up new CLI/MCP releases, agent config changes, and VS extension updates
- Publishing to GitHub Pages — publish the wiki as a static site with
wikidown pagesand GitHub's built-in Jekyll, or anywhere viawikidown export-html - Publishing to GitLab Pages — one CI job running
wikidown export-html, no Jekyll or Ruby - Customizing the Theme — swap the wiki page layout or replace the root
index.htmlwith a hand-authored landing page - CLI —
wikidowndotnet tool - MCP Server —
wikidown-mcpfor AI agents - Editor — Blazor WASM browser editor
- Agents — drop-in Claude + Copilot configs