-
Notifications
You must be signed in to change notification settings - Fork 8
work_with_the_wiki
Clint Savage edited this page Oct 18, 2011
·
1 revision
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 git@github.com: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.