Fix links and toctree

This commit is contained in:
James Munnelly 2018-04-11 17:26:55 +01:00
parent 0d8c872691
commit 605ce181d2
4 changed files with 4 additions and 5 deletions

View File

@ -24,7 +24,8 @@ This is the full technical documentation for the project, and should be used as
a source of references when seeking help with the project.
.. toctree::
:maxdepth: 3
:maxdepth: 5
:titlesonly:
:caption: Contents:
getting-started/index

View File

@ -133,8 +133,6 @@ inferred by which field it specifies in its spec, such as ``spec.acme``
for the ACME issuer, or ``spec.ca`` for the CA based issuer.
.. toctree::
:maxdepth: 1
:hidden:
issuers/acme/index
issuers/ca/index

View File

@ -16,7 +16,7 @@ This is done by creating a TXT record with specific content that proves you
have control of the domains DNS records.
The following Issuer defines the necessary information to enable DNS validation.
You can read more about the Issuer resource in the :doc:`Issuer reference docs </reference/issuers/index>`.
You can read more about the Issuer resource in the :doc:`Issuer reference docs </reference/issuers>`.
.. code-block:: yaml
:linenos:

View File

@ -17,7 +17,7 @@ It is assumed that you control the domain if you are able to publish the given
file under a given path.
The following Issuer defines the necessary information to enable HTTP validation.
You can read more about the Issuer resource in the :doc:`Issuer reference docs </reference/issuers/index>`.
You can read more about the Issuer resource in the :doc:`Issuer reference docs </reference/issuers>`.
.. code-block:: yaml
:linenos: