-
Notifications
You must be signed in to change notification settings - Fork 0
Wiki Maintenance
github-actions[bot] edited this page Jul 10, 2026
·
1 revision
This wiki is generated — never edit pages in the GitHub Wiki UI; they get overwritten on the next publish.
openwiki/ ──► scripts/build_wiki.py ──► wiki/ ──► GitHub Wiki
(source, (flattens page names, (generated, (published by
in the repo) rewrites links, gitignored) publish-wiki.yml)
builds _Sidebar.md)
-
openwiki/is the only source of truth. Guides live inopenwiki/guides/and are hand-written; the module/reference pages are maintained by theopenwiki-writeragent. -
scripts/build_wiki.pyflattens each page to a wiki page name (guides/installation.md→Installation), rewrites relative links to wiki-page links or absolute GitHub URLs, and generatesHome.md+ the sectioned_Sidebar.md. -
wiki/is the build output — gitignored, rebuilt on every publish. -
.github/workflows/publish-wiki.yml(manual,workflow_dispatch) runs the build on the default branch and force-syncs the result into the<repo>.wiki.gitrepository.
| You want to… | Do this |
|---|---|
| Fix or extend a guide | Edit openwiki/guides/<page>.md by hand, commit, run the publish workflow |
| Refresh the module/reference pages after code changes | Run the /update-docs command (or the manual openwiki-update.yml workflow, which opens a PR) — it runs the openwiki-writer agent incrementally from git changes |
| Add a new page | Create the .md under openwiki/ (guides go in guides/); if it should appear in the sidebar, add its page name to SIDEBAR_SECTIONS in scripts/build_wiki.py
|
| Rename a page | Prefer not to — wiki URLs break; if you must, adjust EXPLICIT_PAGE_NAMES/SIDEBAR_SECTIONS accordingly |
The openwiki-writer agent is instructed never to touch openwiki/guides/.
python scripts/build_wiki.py
# inspect wiki/_Sidebar.md and the generated pagesRun the Publish Wiki workflow from the GitHub Actions tab (or
gh workflow run publish-wiki.yml). It commits docs: sync wiki from openwiki/ to the
wiki repository.
Getting Started
Help
Modules
- System-Overview
- Agents
- Shared
- X-Plane
- Service-Arrival-Simulator
- Service-Asr
- Service-Controller-Hmi
- Service-Flight-Plan
- Service-Orchestrator
- Service-Weather
Internals