Skip to content
Snippets Groups Projects
Unverified Commit 04583172 authored by Varac's avatar Varac
Browse files

Use autosectionlabel_prefix_document

parent 1e47e676
No related branches found
No related tags found
No related merge requests found
......@@ -66,3 +66,4 @@ master_doc = 'index'
#
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings
suppress_warnings = ['autosectionlabel.*']
autosectionlabel_prefix_document = True
......@@ -12,7 +12,7 @@ If you like to limit who can access your cluster resources you can configure
the OAS ingress (`ingress-nginx <https://kubernetes.github.io/ingress-nginx>`__)
to only accept connections from a certain IP address or range.
Follow the :ref:`Customize OAS applications` instructions, but use the following
Follow the :ref:`advanced_installation:Customize OAS applications` instructions, but use the following
secret as ``install/overrides/oas-nginx-override.yml`` and apply the secret in
the ``oas`` namespace instead of ``oas-apps``. Replace the source range with the
IP address ranges you want to allow.
......
......@@ -18,13 +18,13 @@ Testing OAS installation
------------------------
First we’d like you to setup an OpenAppStack cluster by yourself,
following the `installation
instructions <https://docs.openappstack.net/en/latest/installation.html>`__.
following the :ref:`installation:Installation` and :ref:`usage:Usage` documentation and make sure
you complete all steps.
Command line tests
------------------
Please :ref:`Run the CLI tests` which checks
Please :ref:`troubleshooting:Run the CLI tests` which checks
the overall functionality of your cluster and include the output in your
feedback.
......
......@@ -159,7 +159,7 @@ A few things are important when upgrading to 0.6.0:
- We now use Flux 2 and the installation procedure has been overhauled. For this
reason we advice you to set up a completely new cluster.
- Copy your configuration details from ``settings.yaml`` to a new ``.flux.env``.
See ``install/.flux.env.example`` and the :ref:`Installation`
See ``install/.flux.env.example`` and the :ref:`installation:Installation`
instructions for more information.
Please `reach out to us`_ if you are using, or plan to use OAS in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment