Skip to content
Victor Lin edited this page Jun 1, 2020 · 1 revision

Adding wiki pages

Wiki pages can be manually added using the New Page button. Please add a link to it in the Sidebar as well.

Adding other files

If you want to add a new file (e.g. image under img/), follow these steps:

  1. Clone the wiki repository: git clone https://github.com/ababaian/serratus.wiki.git. This will create a new folder serratus.wiki where the command is executed.
  2. Add files in the local copy.
  3. git commit the changes.
  4. git push the committed changes.

To add an image from img/ in a wiki page, add this markdown: ![image description](img/<file.png>)

Clone this wiki locally