There are no specific contribution guidelines yet, other than
For new pages:
wiki//python/jupyter/ over dotted slugsarticles/ when a topic section already existsCreate a Markdown file under the most relevant section inside wiki/. A good default pattern is:
wiki/<section>/<topic>.md
Use front matter at the top:
---
title: "Page Title"
description: "Short one-line summary"
permalink: /section/topic/
---
If you rename or move an existing page, keep old links working:
redirect_from:
- /old-slug
Practical checklist:
If you are adding a brand-new topic, update wiki/home.md so the section is discoverable from the homepage.
The repository provides a Dockerfile to run the server locally. Simply build the image with the provided script
./build-image
This process will create the image hakodocs:latest and needs to be done only once. Then, run the server with
./run-image
which will make the local site visible at http://localhost:4000/