This guide explains how to enable and maintain the internal engineering wiki for the Quaex / Parth prototype.
All source-of-truth wiki pages live in the wiki/
directory in the main repository:
wiki/
Home.md
Architecture-Overview.md
Development-Environment.md
Security-Overview.md
Release-Process.md
Runbook.md
Glossary.md
A GitHub Action workflow (sync-wiki.yml
) mirrors wiki/
contents to the GitHub wiki repository (<repo>.wiki.git
). Triggers:
main
changing files under wiki/
You can run:
./scripts/sync_wiki.sh
Requires either an environment variable GITHUB_TOKEN
(PAT with repo
scope) or interactive credential if you have push rights.
wiki/Your-Page-Name.md
.wiki/Home.md
using [[Your-Page-Name]]
.main
.| Rule | Rationale | |——|———–| | No secrets or keys | Repo may be cloned to wider internal teams | | Keep pages < 200 lines | Encourage focus & maintainability | | Use tables for procedures | Faster operational scanning | | Stamp Last Updated date | Track staleness |
If wiki repo diverges unexpectedly:
<repo>.wiki.git
manually.workflow_dispatch
).Last Updated: 2025-09-25