Online Wiki Build (Public Site)

Definition

Compile the wiki to a public-facing site so Council members, evaluators, and the public can browse without filesystem access. Multiple paths exist:

  • Quartz — purpose-built for Obsidian-style vaults with YAML+wiki-links; deploys to Vercel/Netlify; minimal config
  • Custom Next.js — more design control; integrates with the Reader application; more build effort
  • MkDocs Material — robust documentation framework; good for navigation; less graph-aware

Why It’s an Open Question

  • Wiki content is now substantial enough (207 nodes) to merit a public surface
  • Different tools optimize for different audiences (graph navigation vs. linear documentation vs. integrated app)
  • Lint should run cleanly first to avoid shipping broken links publicly

Status

Open. Defer until Tier 4-5 stabilize and lint runs clean. Then Council decides between Quartz (fast) and custom Next.js (integrated).

Cross-References