Commit Graph

8 Commits

Author SHA1 Message Date
Lauryn Menard
214008e92d api-docs: Move zuliprc file documentation to API keys article.
As zuliprc files are in a standard format that you can access from
any programming language, not just Python, it makes more sense to
have them documented with the information about API keys.

Fixes #10670.
2026-04-05 15:00:57 -07:00
Lauryn Menard
c8e2182dfc help: Move writing-bots from API docs to help center. 2026-01-12 12:27:34 -08:00
Lauryn Menard
b86ba956be help: Move running-bots article from API docs to help center. 2026-01-12 12:27:34 -08:00
Lauryn Menard
d3a982d109 help: Move deploying-bots article from API docs to help center. 2026-01-12 12:27:34 -08:00
Lauryn Menard
6066b43a3a api-docs: Update instructions for changes to bot management panel. 2025-12-03 13:08:18 -08:00
Tim Abbott
853a28b148 api_docs: List all Python bindings configuration options. 2024-02-23 09:43:57 -08:00
David Rosa
948b427de7 api-docs: Add instructions to download zuliprc files.
- Adds instructions for downloading a zuliprc file for a bot or for
  yourself.
- Updates the button label to "Download zuliprc", since that's the
  filename it downloads.

Fixes #28881.
2024-02-23 09:43:57 -08:00
Lauryn Menard
dbacc00f0f api-docs: Move markdown files to top level directory.
- 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.
2023-02-02 17:25:40 -08:00