Skip to content

Commit

Permalink
fix theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamct committed Sep 5, 2020
1 parent 59644a8 commit 817b5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
docs:
build:
context: ./docs
dockerfile: Dockerfile-pdf
dockerfile: Dockerfile-dev
ports:
- 8080:8080
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Kubernetes-Einstieg
dev_addr: "0.0.0.0:8080"
theme: "material"
theme: "flatly"
site_author: "Jan Mahn (c't magazin)"
extra_css:
- css/extra.css
Expand Down

0 comments on commit 817b5b8

Please sign in to comment.