mirror of https://github.com/zulip/zulip.git
api docs: Avoid confusing the API changelog with the changelog.
We change the title to be more descriptive and also link to the overall Zulip changelog, since one can reasonably get to this page when googling for "Zulip changelog".
This commit is contained in:
parent
9c8ed0fe1f
commit
a87749b478
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
# API Changelog
|
||||
|
||||
This page documents changes to the Zulip Server API over time.
|
||||
This page documents changes to the Zulip Server API over time. See also
|
||||
the [Zulip server changelog][server-changelog].
|
||||
|
||||
The recommended way for a client like the Zulip mobile or desktop apps
|
||||
that needs to support interaction with a wide range of different Zulip
|
||||
|
@ -579,3 +580,5 @@ No changes; feature level used for Zulip 3.0 release.
|
|||
* [`POST /register`](/api/register-queue): Added `slim_presence`
|
||||
parameter. Changes the format of presence events, but is still
|
||||
being changed and should not be used by clients.
|
||||
|
||||
[server-changelog]: https://zulip.readthedocs.io/en/latest/overview/changelog.html
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
* [Configuring the Python bindings](/api/configuring-python-bindings)
|
||||
* [Error handling](/api/rest-error-handling)
|
||||
* [Client libraries](/api/client-libraries)
|
||||
* [Changelog](/api/changelog)
|
||||
* [API Changelog](/api/changelog)
|
||||
|
||||
{!rest-endpoints.md!}
|
||||
|
|
Loading…
Reference in New Issue