Fix links and toctree
This commit is contained in:
parent
0d8c872691
commit
605ce181d2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user