- Check out your repository wiki via
git- You can find the URL at the lower-right of your wiki page (look for the label "Clone this wiki locally")
- Example:
git clone git@github.csnzoo.com:<ORG-NAME>/<REPO-NAME>.wiki.git
- Now that you have pulled down a local copy of your github repo wiki, create a new file in the repo called
_Sidebar.md- 🚨 Note that other names might not work.
- Within the newly created
_Sidebar.mdfile, you can add appropriate[[link]]markdown syntax. - Add your new file to the local repository, and push via
git push origin master.