We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6d6a7 commit 91bfcabCopy full SHA for 91bfcab
2 files changed
Makefile
@@ -32,7 +32,7 @@ deps:
32
pip install -r requirements.txt
33
34
test: build
35
- grep -q '<title>Deis Documentation</title>' _build/html/index.html
+ grep -q '<title>Deis Workflow Documentation</title>' _build/html/index.html
36
@echo
37
@echo "Test finished. The HTML pages are in $(BUILDDIR)."
38
mkdocs.yml
@@ -2,7 +2,7 @@
2
# NOTE: titles need to be capitalized here to work around MkDocs automatically downcasing title
3
# names
4
#
5
-site_name: Deis Documentation
+site_name: Deis Workflow Documentation
6
pages:
7
- Home: index.md
8
- Quick Start:
0 commit comments