Update what-is-stoplight.md

This commit is contained in:
Robert Wallach
2018-03-20 17:30:18 -05:00
committed by GitHub
parent cdfcd0ce46
commit f0c14bb348

View File

@@ -10,20 +10,21 @@ At Stoplight, everything starts with design. Our visual designer makes it easy f
Whether you have an existing OpenAPI (Swagger) or are creating a new API design from scratch, we've got you covered.
![](../../assets/images/modeling-editor.png)
![Modeling Overview](https://github.com/stoplightio/docs/blob/develop/assets/images/modeling-overview.png?raw=true)
## API Testing
Once you have your API design / documentation, how do you make sure that it remains accurate over time? Stoplight contract testing, powered by Prism, makes it trivial to create a full suite of tests that apply your API documentation (your contract) to your API. Run these tests from the Stoplight app, and standalone in your CI process or elsewhere.
![](../../assets/images/scenarios-editor.png)
![Scenarios Overview](https://github.com/stoplightio/docs/blob/develop/assets/images/testing-overview.png?raw=true)
## Documentation
You have your API designed and documented privately in the Stoplight app, and now you want to share all or part of it with 3rd parties (developers, customers, clients, etc). Stoplight makes it easy to publish your documentation to the world, with a single click.
![](../../assets/images/HubsPreview.png)
![Hubs Overview](https://github.com/stoplightio/docs/blob/develop/assets/images/hubs-overview.png?raw=true)
## Mock Server
Stoplight provides a complete mock server for every API described in the app. Run tests against this mock server, build consumers (like mobile apps, SDKS, etc) before the final API is ready, and more.
![Mocking Overview](https://github.com/stoplightio/docs/blob/develop/assets/images/mocking-overview.png?raw=true)