Technical documentation for maintaining the folk.zone wiki.
The wiki content lives in the folkzone-new/wiki-live directory. This directory is mirrored to the DokuWiki container volume.
To edit wiki content locally:
1. Edit .txt files in folkzone-new/wiki-live/ 2. Changes are automatically reflected in the running DokuWiki instance 3. Use DokuWiki syntax for formatting
textyour code here
Run the link checking script to ensure bidirectional links:
```bash python3 wiki_linkcheck.py –fix ```
This ensures all child pages link back to their parent namespace.
The wiki content is in Git. Regular commits ensure backup:
```bash cd folkzone-new/wiki-live git add . git commit -m “Update wiki content” git push ```
Last updated: 2026-06-19