mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 06:11:42 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
236ca52c93
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||||
* [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!)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue