-
Notifications
You must be signed in to change notification settings - Fork 0
Publishing the Wiki
Brandt Homan edited this page May 8, 2026
·
2 revisions
The files in this folder are named to match GitHub wiki conventions. GitHub stores wiki pages in a separate repository ending in .wiki.git, so publishing is mostly a matter of copying these files into that repo.
For this project, the source repository is:
https://github.com/BlakeEvans28/Pans_Trial_3
The live GitHub wiki repository is:
https://github.com/BlakeEvans28/Pans_Trial_3.wiki.git
-
Home.mdbecomes the wiki landing page. -
_Sidebar.mdbecomes the shared navigation sidebar. - Every other
*.mdfile becomes a wiki page.
- Enable the Wiki feature in the GitHub repository settings if it is not already enabled.
- Clone the wiki repo:
git clone https://github.com/BlakeEvans28/Pans_Trial_3.wiki.git- Copy the contents of this local
wiki/folder into the root of the cloned wiki repo. - Commit and push:
git add .
git commit -m "Update Pan's Trial digital report wiki"
git pushKeep this repo folder as the source-of-truth draft set, then refresh the live GitHub wiki whenever the docs need an update.
That gives you:
- normal repo review for docs
- versioned wiki source
- easy reuse in reports or README updates
If you want richer wiki presentation later, you can also add:
_Footer.md- image folders copied into the wiki repo when screenshots are ready
- page-specific screenshots listed on Media and References
- changelog or release-history pages
The GitHub wiki is not automatically synced with this project folder. After editing these files locally, you still need to copy them into the .wiki.git repository and push the changes.