update_this_wiki - neuralinterfacinglab/LabManual GitHub Wiki
How to edit:
git clone https://github.com/neuralinterfacinglab/LabManual.wiki.git
- edit, commit and push!
Github.wiki does not support a folder structure. If you were to sort everything in folders, each file is still treated as if they are in a single folder.
All pages are linked as in single folder by relative path: ./your_page
. Even if your page is actually in ./a_folder/your_page
This also means your filenames are unique.
Also, adding the .md
extension opens the page in raw format, so you can omit it.