Editing this Wiki - quality-manager/onboarding GitHub Wiki
Editing this Wiki
Permissions
To edit this wiki, you need to be added as a contributor. The administrator of the wiki will likely change over time. As of the time this article was written, the administrator is the Development Team Lead. Contact this administrator to be added as a contributor.
Editing existing Documents
Editing existing documents is very simple. Navigate to the page you wish to edit, then click edit in the upper right. If you edit the page title or section titles, you will need to update any links to that page or section with an updated reference.
Creating a new page
To create a new page, click create a new page in the upper right of any existing wiki page. After you have created the page, you may wish to create links to it from the home page or from the side bar. Sections can be linked to like this: [Displayed Text](path-to-page#section-name)
. Leave off #section-name to just link to the top of a page.
Adding thumbnails
To add new images, you need to clone the git for this wiki (see the link on the right side of the page). Add your images in asset/thumbnail, commit, and push.
Adding videos
To add new videos, you need to clone the git for the project (not the wiki git). After you have cloned, place your video in videos/, commit, and push. If the video is in the git for the wiki, the browser defaults to downloading the video, whereas if the video is hosted elsewhere (like the other git), the browser defaults to streaming.
To place your video on a page, follow this syntax:
<a href="http://linktopage.com/path/to/video.mp4"> <img alt="Screencast" height="360" width="640" src="asset/thumbnail/thumbnail-name.png"/> </a>