Skip to content

Commit

Permalink
Merge pull request cert-manager#266 from munnerz/deploying-doc
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add links to new documentation content

**What this PR does / why we need it**:

After cert-manager#264, this adds links to the new docs in our main README.

**Release note**:
```release-note
NONE
```
  • Loading branch information
jetstack-ci-bot committed Jan 18, 2018
2 parents 82c3c7b + 81e7800 commit 6edb70b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/user-guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6edb70b

Please sign in to comment.