-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing the 'concepts' > 'Certificate' page #1352
Removing the 'concepts' > 'Certificate' page #1352
Conversation
… 'Requesting Certificates' > 'Certificate' page Signed-off-by: Tim Ramlot <[email protected]>
✅ Deploy Preview for cert-manager-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Tim Ramlot <[email protected]>
9374a4e
to
b8c4acc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @inteon
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -105,7 +105,7 @@ This condition should only be set by an approver. | |||
namely: `username`, `groups`, `uid`, and `extra`. These values contain the user | |||
who created the `CertificateRequest`. This user will be cert-manager itself in | |||
the case that the `CertificateRequest` was created by a | |||
[`Certificate`](./certificate.md) resource, or instead the user who created the | |||
[`Certificate`](../usage/certificate.md) resource, or instead the user who created the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link change is unnecessary, I think.
@@ -102,7 +102,7 @@ trigger Certificate resources to be automatically created: | |||
This annotation will also add the annotation | |||
`"cert-manager.io/issue-temporary-certificate": "true"` onto created | |||
certificates which will cause a [temporary | |||
certificate](./certificate.md#temporary-certificates-whilst-issuing) to be set | |||
certificate](../usage/certificate.md#temporary-certificates-whilst-issuing) to be set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is also unnecessary.
Moved remaining unique info to the 'Requesting Certificates' > 'Certificate' page.