To edit a page, click the 'edit' button
- The pages are written using markdown - With markdown, links are usually made by using ``` [LinkName](LinkURL) ``` - That method is supported, but also an extension is added so ``` [LinkName] ``` will redirect to the LinkName page - And another custom tag is also provided for making buttons using ``` [[button]] ``` (the buttons are bootstrap buttons) - Or ``` [[button]](LinkURL) ``` for making the button jump to an external link rather than a page
To create a new page, edit an existing page creating a link to the page you want to create, then click on the link and edit
- The pages when edited are committed to SVN using the provided credentials, so pages have a recorded history by user - It is possible manually to revert files
Searching
- A search feature is provided (top right corner) to quickly search the contents of all the pages
Conflict resolution
- If while editing two users change the same file twice in the same place, a conflict will happen and SVN will mark the conflicts which need to be manually fixed before re-submitting.