You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all sphinx warnings, add customer views docs and CLIPBOARD_TEMPLATE
- Fix 90+ sphinx cross-reference warnings (broken :ref: labels throughout
configuration.rst, authentication.rst, deployment.rst, faq.rst, index.rst,
api/alert.rst, api/reference.rst)
- Add missing toctree entries for tutorials, web UI pages, and lifecycle
- Exclude support files (auth/*, examples/*, thrift/*) from build
- Remove duplicate plugins label and fix RST formatting issues
- Rewrite customer-views.rst with comprehensive multi-tenancy docs
- Document CLIPBOARD_TEMPLATE setting in configuration.rst
- Add title to tutorial-4-customisation.rst stub
Build now completes with zero warnings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Note: entityid and service provider endpoints are configured by default based on your BASE_URL value which is mandatory if you use SAML (see :ref:`general config`)
202
+
Note: entityid and service provider endpoints are configured by default based on your BASE_URL value which is mandatory if you use SAML (see :ref:`general settings`)
204
203
205
204
``ALLOWED_SAML2_GROUPS``
206
205
@@ -625,7 +624,7 @@ the command-line tool.
625
624
Keys can be easily generated from the Alerta web UI and can have any scopes
626
625
associated with them. They are valid for 1 year by default but this period
627
626
is configurable using ``API_KEY_EXPIRE_DAYS`` in the
628
-
:ref:`server configuration <api config>`.
627
+
:ref:`server configuration <apikey settings>`.
629
628
630
629
To use an API key in an API query you must put the key in either an
0 commit comments