mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
- Updates `.prettierignore` for the new directory.
- Updates any reference to the API documentation directory for
markdown files to be `api_docs/` instead of `zerver/api/`.
- Removes a reference link from `docs/documentation/api.md` that
hasn't referenced anything in the text since commit 0542c60.
- Update rendering of API documentation for new directory.
27 lines
834 B
Markdown
27 lines
834 B
Markdown
## Integrations
|
|
|
|
* [Overview](/api/integrations-overview)
|
|
* [Incoming webhook integrations](/api/incoming-webhooks-overview)
|
|
* [Hello world walkthrough](/api/incoming-webhooks-walkthrough)
|
|
* [Non-webhook integrations](/api/non-webhook-integrations)
|
|
|
|
## Interactive bots (beta)
|
|
|
|
* [Running bots](/api/running-bots)
|
|
* [Deploying bots](/api/deploying-bots)
|
|
* [Writing bots](/api/writing-bots)
|
|
* [Outgoing webhooks](/api/outgoing-webhooks)
|
|
|
|
## REST API
|
|
|
|
* [Overview](/api/rest)
|
|
* [Installation instructions](/api/installation-instructions)
|
|
* [API keys](/api/api-keys)
|
|
* [Configuring the Python bindings](/api/configuring-python-bindings)
|
|
* [Error handling](/api/rest-error-handling)
|
|
* [Roles and permissions](/api/roles-and-permissions)
|
|
* [Client libraries](/api/client-libraries)
|
|
* [API changelog](/api/changelog)
|
|
|
|
{!rest-endpoints.md!}
|