Report Wiki¶
Everything the team needs to understand, write, and maintain the report—kept in one searchable place.
This starter site follows the layout and interaction patterns of the
mihomo documentation:
top-level tabs, nested navigation, a page outline, full-text search, dark mode, and copyable code blocks.
-
Start here
Preview the wiki locally and learn where every file belongs.
-
Write a page
Add headings, links, callouts, tables, diagrams, and code examples in Markdown.
-
Use the project brief
Keep content aligned with the shared ChatGPT conversation that defines the project.
How this wiki works¶
Each page is a Markdown file under docs/. The menu lives in mkdocs.yml. MkDocs combines those files with the Material theme and produces a static website in site/.
flowchart LR
A[Markdown in docs/] --> B[mkdocs.yml]
B --> C[Material theme]
C --> D[Static site in site/]
Your first edit
Open docs/index.md, change the first paragraph, save it, and refresh the local preview. MkDocs normally reloads the browser automatically.
Suggested content map¶
| Area | What belongs there |
|---|---|
| Getting started | Setup, prerequisites, and the shortest path to a useful result |
| Writing guide | Instructions for people who maintain this wiki |
| Project reference | Requirements, decisions, data definitions, and source material |
| New sections | Findings, methodology, analysis, recommendations, or appendices |