Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ or configure UI configuration, use the ``--html-config`` option.

.. _`configure Swagger UI`: https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/
.. _`configure Redocly`: https://redocly.com/docs/redoc/config/
.. _`configure Stoplight`: https://docs.stoplight.io/
2 changes: 1 addition & 1 deletion docs/configuration_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ security
**default**: ``[]``

Defines the security scheme(s) to use for the area. See `authentication schemes`_ for more information and possible values.
See the :ref:`security page <area-security-configuration>` for more information on how to configure security for your areas.
See the :doc:`security page </security>` for more information on how to configure security for your areas.

.. code-block:: yaml

Expand Down
Loading