Add links to new documentation content

This commit is contained in:
James Munnelly 2018-01-18 17:44:05 +00:00
parent 11d6d3da0d
commit 81e7800a81
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# cert-manager [![Build Status](https://travis-ci.org/jetstack/cert-manager.svg?branch=master)](https://travis-ci.org/jetstack/cert-manager)
# cert-manager
cert-manager is a Kubernetes add-on to automate the management and issuance of
TLS certificates from various issuing sources.
@ -38,7 +38,7 @@ support
The easiest way to deploy cert-manager into your cluster is to use the Helm
chart. For information on how to do this see the [Deploying cert-manager using
Helm](docs/user-guides/helm.md) user guide.
Helm](docs/user-guides/deploying.md) user guide.
### Creating your first Issuer and Certificate

View File

@ -13,6 +13,7 @@ It is split into these three sections for easier navigation.
## User guides
* [Deploying cert-manager using Helm](user-guides/deploying.md)
* [Migrating from kube-lego](user-guides/migrating-from-kube-lego.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)

View File

@ -3,6 +3,7 @@
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](deploying.md)
* [Migrating from kube-lego](migrating-from-kube-lego.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)