Skip to content
jamesck2 edited this page Jun 21, 2026 · 1 revision

Wiki source

These Markdown files are the source for the CheckAMG GitHub Wiki. The GitHub wiki is stored in a separate Git repository (<repo>.wiki.git). To publish changes, copy these files into a clone of that wiki repo and push:

git clone https://github.com/AnantharamanLab/CheckAMG.wiki.git
cp wiki/*.md CheckAMG.wiki/
cd CheckAMG.wiki && git add . && git commit -m "Update wiki" && git push

Page-name conventions: the filename (minus .md) is the page slug, _Sidebar.md is the navigation sidebar, and Home.md is the landing page.

Clone this wiki locally