docs/development/using: Add link to ./authentication.

Added a link from docs/development/using ("Using the Development
Environment") to ./authentication ("Authentication in the development
environment") to help people working on the authentication systems
or anyone who needs an API key.
This commit is contained in:
Chris Bobbe 2020-01-15 11:32:49 -08:00 committed by Tim Abbott
parent 6c3fcc252e
commit b3901c830b
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,10 @@ While developing, it's helpful to watch the `run-dev.py` console
output, which will show any errors your Zulip development server
encounters.
If you need to work more closely with authentication systems, or if you need
to use the [Zulip REST API][rest-api], which requires an API key, this [detailed doc][authentication-dev-server]
will help you get started.
Here's what you need to do to see your changes take effect:
* The main Django/Tornado server processes are run on top of Django's
@ -65,6 +69,8 @@ development environment will be displayed as a large notice.
See the mobile project's documentation on [using a development server
for mobile development][mobile-dev-server].
[rest-api]: https://zulipchat.com/api/rest
[authentication-dev-server]: ./authentication.md
[django-runserver]: https://docs.djangoproject.com/en/1.8/ref/django-admin/#runserver-port-or-address-port
[new-feature-tutorial]: ../tutorials/new-feature-tutorial.md
[testing-docs]: ../testing/testing.md