-
Notifications
You must be signed in to change notification settings - Fork 117
Editing this wiki
Alexandros Avdis edited this page Jun 7, 2014
·
1 revision
This wiki uses the Markdown syntax. A good tutorial can be found here
The wiki itself is actually a git repository, and each page is a separate file. This means you can clone it, edit it locally/off-line, add images or any other file type, and push it back. Alternatively, you can edit the wiki on-line.
To get a copy of the wiki, to modify locally, clone the wiki repo by:
$ git clone https://github.com/FluidityProject/fluidity.wiki.git fluidityWiki
You can then edit the wiki pages locally, as well as creating new ones. When you are done, you can push back to the wiki repository, to make the pages live:
$ git push