Commit 236ca52c authored by Robert Lord's avatar Robert Lord

Merge branch 'master' into dev

parents 7078f7f6 787eb795
...@@ -53,7 +53,7 @@ Or use the included Dockerfile! (must install Docker first) ...@@ -53,7 +53,7 @@ Or use the included Dockerfile! (must install Docker first)
```shell ```shell
docker build -t slate . docker build -t slate .
docker run -d -p 4567:4567 slate docker run -d -p 4567:4567 --name slate -v $(pwd)/source:/app/source slate
``` ```
You can now see the docs at <http://localhost:4567>. Whoa! That was fast! You can now see the docs at <http://localhost:4567>. Whoa! That was fast!
...@@ -88,6 +88,15 @@ Examples of Slate in the Wild ...@@ -88,6 +88,15 @@ Examples of Slate in the Wild
* [CardPay API](https://developers.cardpay.com/) * [CardPay API](https://developers.cardpay.com/)
* [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html) * [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html)
* [Bitrix basis components](http://bbc.bitrix.expert/) * [Bitrix basis components](http://bbc.bitrix.expert/)
* [viagogo API Documentation](http://developer.viagogo.net/)
* [Fidor Bank API Documentation](http://docs.fidor.de/)
* [Market Prophit API Documentation](http://developer.marketprophit.com/)
* [OAuth.io API Documentation](http://docs.oauth.io/)
* [Aircall for Developers](http://developer.aircall.io/)
* [SupportKit API Docs](http://docs.supportkit.io/)
* [SocialRadar's LocationKit Docs](https://docs.locationkit.io/)
* [SafetyCulture API Documentation](https://developer.safetyculture.io/)
* [hosting.de API Documentation](https://www.hosting.de/docs/api/)
(Feel free to add your site to this list in a pull request!) (Feel free to add your site to this list in a pull request!)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment