Skip to content

Commit 91bfcab

Browse files
committed
chore(site): update site_name to 'Deis Workflow Documentation'
1 parent 8a6d6a7 commit 91bfcab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deps:
3232
pip install -r requirements.txt
3333

3434
test: build
35-
grep -q '<title>Deis Documentation</title>' _build/html/index.html
35+
grep -q '<title>Deis Workflow Documentation</title>' _build/html/index.html
3636
@echo
3737
@echo "Test finished. The HTML pages are in $(BUILDDIR)."
3838

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: titles need to be capitalized here to work around MkDocs automatically downcasing title
33
# names
44
#
5-
site_name: Deis Documentation
5+
site_name: Deis Workflow Documentation
66
pages:
77
- Home: index.md
88
- Quick Start:

0 commit comments

Comments
 (0)