Skip to content

Commit f4dea90

Browse files
committed
Merge branch 'master' into dev
2 parents bc8ac80 + e1026d9 commit f4dea90

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,17 @@ You can now see the docs at http://localhost:4567. Whoa! That was fast!
7070
+available at the IP of your docker host. If you're using docker-machine you can
7171
+retrieve it with `docker-machine ip <your_machine_name>`*
7272

73+
*Note: if you're using the Docker setup on OSX, the docs will be
74+
available at the output of `docker-machine ip <machine-name>` (port: 4567) instead of `localhost:4567`.*
75+
7376
#### Via Vagrant
7477
```shell
7578
vagrant up
7679
```
7780

7881
You can now see the docs at http://localhost:4567.
7982

83+
8084
Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate).
8185

8286
Examples of Slate in the Wild
@@ -85,7 +89,6 @@ Examples of Slate in the Wild
8589
* [Travis-CI's API docs](https://docs.travis-ci.com/api/)
8690
* [Mozilla's localForage docs](http://mozilla.github.io/localForage/)
8791
* [Mozilla Recroom](http://mozilla.github.io/recroom/)
88-
* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction)
8992
* [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction)
9093
* [PricePlow API docs](https://www.priceplow.com/api/documentation)
9194
* [Emerging Threats API docs](http://apidocs.emergingthreats.net/)
@@ -102,7 +105,7 @@ Examples of Slate in the Wild
102105
* [Whispir.io API](https://whispir.github.io/api)
103106
* [NASA API](https://data.nasa.gov/developer/external/planetary/)
104107
* [CardPay API](https://developers.cardpay.com/)
105-
* [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html)
108+
* [IBM Cloudant](https://docs.cloudant.com/api.html)
106109
* [Bitrix basis components](http://bbc.bitrix.expert/)
107110
* [viagogo API Documentation](http://developer.viagogo.net/)
108111
* [Fidor Bank API Documentation](http://docs.fidor.de/)
@@ -115,6 +118,10 @@ Examples of Slate in the Wild
115118
* [hosting.de API Documentation](https://www.hosting.de/docs/api/)
116119
* [CheddarGetter API Documentation](http://docs.cheddargetter.com)
117120
* [Invoiced API](http://invoiced.com/docs/api/)
121+
* [BlockCypher's API Documentation](http://dev.blockcypher.com)
122+
* [InterServer API Documentation](https://my.interserver.net/apidoc/)
123+
* [ActionHeroJS's API Documentation](http://www.actionherojs.com/docs)
124+
* [Augur API Documentation](http://docs.augur.net)
118125

119126
(Feel free to add your site to this list in a pull request!)
120127

source/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ curl "http://example.com/api/kittens"
9494
},
9595
{
9696
"id": 2,
97-
"name": "Isis",
97+
"name": "Max",
9898
"breed": "unknown",
9999
"fluffiness": 5,
100100
"cuteness": 10
@@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2"
145145
```json
146146
{
147147
"id": 2,
148-
"name": "Isis",
148+
"name": "Max",
149149
"breed": "unknown",
150150
"fluffiness": 5,
151151
"cuteness": 10

0 commit comments

Comments
 (0)