0d53fa58f484e300ba63886188a05351ed7f107d
* develop: (248 commits) Update export-files.md Update export-files.md Create export-files.md Add files via upload Delete editor-export-files.gif Add files via upload Rename import-files to import-files.md Create import-files Add files via upload Add files via upload Update themes.md Add files via upload Delete design.png Delete validation.md Update hubs-introduction.md Update publishing.md Update routing.md Add files via upload Update transfer-ownership.md Update remove-people.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%