Add and edit content¶
Edit an existing page¶
Open any .md file under docs/. A typical page starts with one top-level heading, followed by short sections:
# Analysis summary
One or two sentences that explain the purpose of this page.
## Key finding
Write the supporting evidence here.
## Recommendation
Explain the action and who owns it.
Save the file. If the preview server is running, the browser reloads it automatically.
Add a new page¶
- Create a Markdown file, for example
docs/findings/customer-trends.md. - Add the page to
nav:inmkdocs.yml. - Link to it from related pages with a relative link.
- Run
uv run mkdocs build --strictto catch mistakes.
Add this navigation entry:
Link to it from another page:
Add an image¶
Copy the image to docs/assets/, then use:
The description helps screen-reader users and appears if the image cannot load. Use lowercase file names with hyphens, such as quarterly-revenue.png.
Keep pages useful¶
A strong documentation page tells the reader:
- what this page is about;
- what they need to know or do;
- the evidence or example they need; and
- where to go next.
For project claims and decisions, trace the detail back to the shared source brief or another named source.