Wiki Management - ababaian/serratus GitHub Wiki
Wiki pages can be manually added using the New Page button. Please add a link to it in the Sidebar as well.
If you want to add a new file (e.g. image under img/
), follow these steps:
- Clone the wiki repository:
git clone https://github.com/ababaian/serratus.wiki.git
. This will create a new folderserratus.wiki
where the command is executed. - Add files in the local copy.
-
git commit
the changes. -
git push
the committed changes.
To add an image from img/
in a wiki page, add this markdown: ![image description](img/<file.png>)