Skip to content
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

Rearrange documentation and add additional content #1279

Merged
merged 27 commits into from Jan 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
337e4f0
Rearrange documentation and add new content
munnerz Jan 29, 2019
8c38e2e
Configure redirects for moved pages
munnerz Jan 29, 2019
d5b2957
Update link to getting started guide in README
munnerz Jan 30, 2019
c01c631
Add backing up and restoring guide
munnerz Jan 30, 2019
4fb204d
Add disabling webhook component guide
munnerz Jan 30, 2019
8a6c488
Add link to Tillerless Helm v2
munnerz Jan 30, 2019
1bc09dd
Fix lint warnings and line highlighting
munnerz Jan 30, 2019
54e35e4
First-round review comments
munnerz Jan 30, 2019
bca22f0
Rewrite webhook doc intro
munnerz Jan 30, 2019
c9d82de
Update 'configuring your first issuer' section of install guide
munnerz Jan 30, 2019
1eea864
Fix typo
munnerz Jan 30, 2019
3f3bff8
Adding 'Setting up ACME Issuers' doc
munnerz Jan 30, 2019
753e45e
Add short sentence for each issuer type
munnerz Jan 30, 2019
c6eb69b
Move ingress-shim guide under tasks
munnerz Jan 30, 2019
3da80d4
Fix inline code
munnerz Jan 30, 2019
bce9622
Add 'Issuing Certificates' document
munnerz Jan 30, 2019
2de3904
Add start of issuing acme certificates guide
munnerz Jan 30, 2019
1412295
Re-order tasks page contents
munnerz Jan 30, 2019
4e4167a
Reword setup-ca
munnerz Jan 31, 2019
65b62c4
Addressing review feedback
munnerz Jan 31, 2019
bc7a65e
Move tutorials before tasks
munnerz Jan 31, 2019
c58b149
Bump sphinx-rtd-theme version
munnerz Jan 31, 2019
bcfcf52
Remove line-height hack
munnerz Jan 31, 2019
abf9a35
Upgrade Pygments version
munnerz Jan 31, 2019
d3142df
Add issuing DNS01 certificates section
munnerz Jan 31, 2019
8df9cb5
Add basic text to debugging orders page
munnerz Jan 31, 2019
dbd21a7
Bump sphinx dependency versions
munnerz Jan 31, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ the bottom left of the page.
For the common use-case of automatically issuing TLS certificates to
Ingress resources, aka a [kube-lego](https://github.com/jetstack/kube-lego)
replacement, see the [cert-manager nginx ingress quick start
guide](docs/tutorials/quick-start/index.rst).
guide](docs/tutorials/acme/quick-start/index.rst).

See [Getting started](https://cert-manager.readthedocs.io/en/latest/getting-started/)
within the [documentation](https://cert-manager.readthedocs.io/en/latest/)
Expand Down
5 changes: 0 additions & 5 deletions docs/_static/css/style.css
@@ -1,5 +0,0 @@
/* Temporary fix for https://github.com/rtfd/sphinx_rtd_theme/issues/417 */

.rst-content .highlight>pre {
line-height: 18px !important;
}
14 changes: 0 additions & 14 deletions docs/admin/index.rst

This file was deleted.

249 changes: 0 additions & 249 deletions docs/admin/resource-validation-webhook.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -53,6 +53,7 @@
# ones.
extensions = [
'sphinx.ext.todo',
'sphinxcontrib.redirects',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
20 changes: 0 additions & 20 deletions docs/getting-started/1-configuring-helm.rst

This file was deleted.