Adding doc system to build. Updated docs, fixed links.

Этот коммит содержится в:
Christopher Speller
2015-10-02 14:48:50 -04:00
родитель b144ac1036
Коммит 341d270c2d
18 изменённых файлов: 59 добавлений и 28 удалений

Просмотреть файл

@@ -25,7 +25,7 @@ In addition, if `Content-Type` is specified as `application/json` in the headers
{"text": "Hello, this is some text."}
```
It is also possible to post richly formatted messages using [Markdown](../../help/enduser/markdown.md).
It is also possible to post richly formatted messages using [Markdown](../../usage/Markdown.md).
```
payload={"text": "# A Header\nThe _text_ below **the** header."}
```