work_with_the_wiki - gooseproject/main GitHub Wiki
The GoOSe Project currently uses github to store its documentation in a wiki format. There are a few ways to work with the GoOSe wiki. All wiki edits are in reStructured Text (rst), please follow this standard while editing wiki pages.
-
Git clone the wiki component of this repo to your machine:
git clone [email protected]:gooseproject/main.wiki.git
-
Make your edits. You should use the extension '.rst' for your documents, and refer to them in links without the extension:
[ [ description | page_name ] ]
-
Git commit and push your changes:
git commit -am "some changes" git push origin master
Point the browser to the wiki page to edit, click the 'edit' button and make changes.
