Skip to content

Commit

Permalink
Add Sphinx rst based documentation for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
munnerz committed Apr 11, 2018
1 parent 225e6fb commit d8ba342
Show file tree
Hide file tree
Showing 63 changed files with 1,398 additions and 1,353 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Helm, or want to inspect a 'bare minimum' deployment.

The manifests in these subdirectories are generated from the Helm chart
automatically. The `values.yaml` files used to configure cert-manager can be
found in [`hack/deploy`](../../hack/deploy/).
found in [`hack/deploy`](../../../hack/deploy/).

They are automatically generated by running `./hack/update-deploy-gen.sh`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_build/
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = cert-manager
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
25 changes: 0 additions & 25 deletions docs/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/_static/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Temporary fix for https://github.com/rtfd/sphinx_rtd_theme/issues/417 */

.rst-content .highlight>pre {
line-height: 18px !important;
}
30 changes: 0 additions & 30 deletions docs/api-types/certificate/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions docs/api-types/issuer/README.md

This file was deleted.

193 changes: 0 additions & 193 deletions docs/api-types/issuer/spec.md

This file was deleted.

Loading

0 comments on commit d8ba342

Please sign in to comment.