7fbb9211fe0195e4418cd3699ae24f7293e2f1aa
* Add CI overview and Circle articles. * Update continuous-integration-circle.md * Update continuous-integration-circle.md * Update continuous-integration-circle.md * Update continuous-integration.md * Update continuous-integration.md * Updates * Update wording in Circle article. * Update continuous-integration.md * Add travis CI article. * Update continuous-integration-travis.md * Update continuous-integration.md * Add jenkins article. * Update continuous-integration-jenkins.md * Updates. * Remove SRN references. Update incorrect prism conduct command. * Update continuous-integration-circle.md * Update continuous-integration-travis.md * Update continuous-integration.md
Stoplight Docs
The time is nigh!
Workflow
- All work should be done in a branch off of develop, and submitted via a PR upon completion.
Templates
TODO
Articles
TODO
Assets
Assets (like images) should be placed in the assets/images folder.
JPEG, PNG, and GIF image formats are supported. Images can be included in markdown by using the relative path to the image.
For example:
<!--- Inside of ./articles/organizations/overview.md --->
# Organization Overview

Linking
Article A can link to Article B by using the file path to article B. This file path is relative to the root of the project.
For example:
<!--- Inside of ./articles/organizations/overview.md --->
# Organization Overview
A link to [Projects Overview](../projects/overview.md).
Description
Languages
Shell
100%