From 605ce181d25283a3fa6f411c7b07193d2a2f3461 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 11 Apr 2018 17:26:55 +0100 Subject: [PATCH] Fix links and toctree --- docs/index.rst | 3 ++- docs/reference/issuers.rst | 2 -- docs/tutorials/acme/dns-validation.rst | 2 +- docs/tutorials/acme/http-validation.rst | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 20890fafd..165b74428 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/reference/issuers.rst b/docs/reference/issuers.rst index d8dd2dcda..d88488b05 100644 --- a/docs/reference/issuers.rst +++ b/docs/reference/issuers.rst @@ -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 diff --git a/docs/tutorials/acme/dns-validation.rst b/docs/tutorials/acme/dns-validation.rst index d859e9870..cca296843 100644 --- a/docs/tutorials/acme/dns-validation.rst +++ b/docs/tutorials/acme/dns-validation.rst @@ -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 `. +You can read more about the Issuer resource in the :doc:`Issuer reference docs `. .. code-block:: yaml :linenos: diff --git a/docs/tutorials/acme/http-validation.rst b/docs/tutorials/acme/http-validation.rst index 998c211d9..b92312548 100644 --- a/docs/tutorials/acme/http-validation.rst +++ b/docs/tutorials/acme/http-validation.rst @@ -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 `. +You can read more about the Issuer resource in the :doc:`Issuer reference docs `. .. code-block:: yaml :linenos: