Skip to content

Commit

Permalink
Compile documentation update (kapicorp#751)
Browse files Browse the repository at this point in the history
* Dockerizes mkdocs setup.

* Revert to an earlier version to fix livereload issue.

* Adds site_url which is a required field.

* Adds additional supported input types to list.
  • Loading branch information
sebradloff authored Jul 12, 2021
1 parent 0e96791 commit f2949c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:7.1.9
FROM squidfunk/mkdocs-material:7.1.2

COPY requirements.docs.txt /tmp/requirements.docs.txt

Expand Down
3 changes: 2 additions & 1 deletion docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Kapitan supports the following input template types:
- [kadet](#kadet) (alpha)
- [helm](#helm) (alpha)
- [copy](#copy)
- [remove](#remove)
- [external](#external-alphaexperimental)
### jinja2
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dependencies:
# pip install mkdocs mkdocs-material pymdown-extensions
site_name: Kapitan documentation
site_url: 'https://kapitan.dev'
theme: material
use_directory_urls: true
nav:
Expand Down

0 comments on commit f2949c4

Please sign in to comment.