We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433ff23 commit d7379cbCopy full SHA for d7379cb
2 files changed
mkdocs.yml
@@ -3,6 +3,7 @@
3
# names
4
#
5
site_name: Deis Workflow Documentation
6
+site_url: https://deis.com/docs/workflow
7
pages:
8
- Home: index.md
9
- Quick Start:
themes/deis/base.html
@@ -10,6 +10,7 @@
10
<meta name="keywords" content="{{ meta['keywords'] if meta }}" />
11
<meta name="viewport" content="width=device-width, initial-scale=1">
12
<meta name="description" content="{{ page_description if page_description }}" />
13
+ {% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
14
15
<meta name="msvalidate.01" content="079E754911917142D42AB2A3694F9267" />
16
<meta name="msvalidate.01" content="08598E7D936D9217891AE6C1665A645D" />
0 commit comments