docs: Move tutorials/documenting-api-endpoints to documentation/api.

Move docs/tutorials/documenting-api-endpoint.md to
docs/documentation/api.md.

This makes it easier to find when browsing the complete set of
materials on writing Zulip documentation.
This commit is contained in:
Rafid Aslam
2019-05-30 13:34:05 +07:00
committed by Tim Abbott
parent b67d263b1a
commit b52a7aed07
7 changed files with 5 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ are clearly correct and that explain why they are correct.
Fill in the gaps in Zulip's
[REST API documentation](https://zulipchat.com/api). Zulip has a
[nice framework](../tutorials/documenting-api-endpoints.html) for
[nice framework](../documentation/api.html) for
writing API documentation built by a student last summer based on the
OpenAPI standard with built-in automated tests, but there are dozens of
endpoints that are missing, several of which are quite important. See