Update docs READMEs

This commit is contained in:
James Munnelly 2018-01-18 12:31:24 +00:00
parent 98b09b76fa
commit 7400a13c6f
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ It is split into these three sections for easier navigation.
## User guides
* [Deploying cert-manager using Helm](user-guides/helm.md)
* [Deploying cert-manager using Helm](user-guides/deploying.md)
* [ingress-shim configuration and usage](user-guides/ingress-shim.md)
* [Creating a simple CA based issuer](user-guides/ca-based-issuer.md)
* [Creating cluster wide issuers](user-guides/cluster-issuers.md)
* [Issuing an ACME certificate using HTTP validation](user-guides/acme-http-validation.md)

View File

@ -2,7 +2,8 @@
This section of the documentation contains user guides for cert-manager. Full specifications of the different options in cert-manager can be found in [`docs/api-types`](../api-types).
* [Deploying cert-manager using Helm](helm.md)
* [Deploying cert-manager using Helm](deploying.md)
* [ingress-shim configuration and usage](ingress-shim.md)
* [Creating a simple CA based issuer](ca-based-issuer.md)
* [Creating cluster wide issuers](cluster-issuers.md)
* [Issuing an ACME certificate using HTTP validation](acme-http-validation.md)