-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to this Wiki
github-actions[bot] edited this page Jul 5, 2026
·
1 revision
This wiki is version-controlled in the main repo, not edited on the web. The Markdown lives in
wiki/; a GitHub Action mirrors it to the wiki on every push
to main.
- Edit the
.mdfiles underwiki/in the main repo (through a normal PR). - On merge to
main,.github/workflows/publish-wiki.ymlpushes the folder to the wiki — no manual web edits.
Page names map to filenames (Rule-Reference.md → Rule Reference). _Sidebar.md is the nav.
A GitHub wiki is itself a git repo (github.com/0x13d/attack.wiki.git), but web edits bypass review and drift
from the code. Keeping the source in wiki/ gives it the same PR review, history, and CI as everything else —
one source of truth.
The wiki repo only exists after the wiki is enabled and has one initial page:
- Repo Settings → Features → Wikis: on.
- Create any page once via the web UI (this initializes
….wiki.git). - After that, the publish workflow keeps it in sync from
wiki/.