Tom Pytleski 88a7f677f2 Merge branch 'develop' into articles/testing/scenarios
* develop: (24 commits)
  Update overview.md
  Update run-test-terminal.md
  Rename articles/modeling/contract-testing.md to articles/testing/contract-testing.md
  Create contract-testing.md
  Update json-introduction.md
  Update polymorphic-objects.md
  Update object-inheritance.md
  Update generating-schemas.md
  Update generating-schemas.md
  Create CODE_OF_CONDUCT.md
  Update openapi-validation.md
  Update duplication-refs.md
  Update duplication-refs.md
  Update variables-context.md
  Update variables-environment.md
  Update variables-overview.md
  Update environments.md
  Update variables-context.md
  Update environments.md
  Clarify what curly brackets are. Other minor updates and clarifications.
  ...
2018-02-14 12:24:29 -06:00
2018-02-07 13:55:54 -06:00
2018-01-24 15:55:51 -06:00
2018-02-08 16:34:34 -06:00
2018-01-30 12:01:35 -06:00
2018-01-19 12:23:21 -06:00
2018-01-30 12:00:28 -06:00

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

![my image](../../assets/images/my-image.jpg)

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
Documentation for the Stoplight platform.
Readme 770 MiB
Languages
Shell 100%