33<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
44<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
55<!--[if gt IE 8]><!--> < html class ="no-js "> <!--<![endif]-->
6+
67< head >
7- < title > {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</ title >
8- < link rel ="shortcut icon " href ="{{ base_url }}/static/favicon.ico ">
9- < meta charset ="utf-8 " />
10- < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
11- < meta name ="description " content ="{{ page_description if page_description }} " />
12- < meta name ="keywords " content ="{{ meta['keywords'] if meta }} " />
13- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
14- < meta name ="msvalidate.01 " content ="079E754911917142D42AB2A3694F9267 " />
15- < meta name ="msvalidate.01 " content ="08598E7D936D9217891AE6C1665A645D " />
16- < link rel ="stylesheet " href ="{{ base_url }}/static/css/bootstrap.min.css " type ="text/css ">
17- < link rel ="stylesheet " href ="{{ base_url }}/static/css/bootstrap-responsive.min.css " type ="text/css ">
18- < link rel ="stylesheet " href ="{{ base_url }}/static/css/main.css " type ="text/css ">
19- < link rel ="stylesheet " href ="{{ base_url }}/static/css/deis-docs.css " type ="text/css ">
20- < script type ="text/javascript "> var documentationBaseURL = "{{ base_url}}" </ script >
21- < script src ="{{ base_url }}/static/js/modernizr-2.6.2-respond-1.1.0.min.js "> </ script >
22- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js "> </ script >
23- < script > window . jQuery || document . write ( '<script src="{{ base_url }}/static/js/jquery-1.10.2.min.js"><\/script>' ) </ script >
8+ < meta charset ="utf-8 " />
9+ < meta http-equiv ="x-ua-compatible " content ="ie=edge ">
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+
14+ < meta name ="msvalidate.01 " content ="079E754911917142D42AB2A3694F9267 " />
15+ < meta name ="msvalidate.01 " content ="08598E7D936D9217891AE6C1665A645D " />
16+
17+ < title > {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</ title >
18+
19+ < script type ="text/javascript "> var documentationBaseURL = "{{ base_url}}" </ script >
20+ < link rel ="icon " href ="{{ base_url }}/static/img/favicon/favicon.png " type ="image/png ">
21+ < link rel ="stylesheet " href ="{{ base_url }}/static/css/styles.css " type ="text/css ">
2422</ head >
25- < body style ="zoom: 1; ">
26- <!--[if lt IE 7]>
23+
24+ < body >
25+ < div class ="off-canvas-wrap ">
26+ < div class ="inner-wrap ">
27+ <!--[if lt IE 7]>
2728 <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
2829 <![endif]-->
29- < div class ="container ">
30- < div class ="row ">
31- < div class ="span9 column_calc contents ">
32- < div class ="doc-content ">
33- {{ content }}
34- </ div >
35- </ div >
3630
31+ {%- include "topbar.html" %}
32+ {%- include "offcanvas.html" %}
33+
34+ <!-- banner at the top of the page for temporary announcements-->
35+ < div data-alert class ="alert-box alert banner text-center hide-for-small ">
36+ You're viewing docs for the latest release of < strong > Deis Workflow</ strong > . For docs < a href ="http://docs.deis.io "> relating to Deis 1.0 click here</ a > .
37+ </ div >
38+
39+ < div class ="content-wrap ">
3740
38- < div class ="span3 docs-sidebar column_calc ">
39- < a class ="fork " href ="http://github.com/deis/workflow "> < div class ="forkImage "> </ div > </ a >
40- < div class ="docs-border "> </ div >
41- < div class ="navigation ">
42- < ul class ="current ">
43- {%- include "nav.html" %}
44- < li class ="toctree-l1 ">
45- {% if READTHEDOCS %}
46- < a class ="reference internal " href ="../ " state ="open "> Versions</ a >
47- < ul class ="current ">
48- {% for slug, url in versions %}
49- < li class ="toctree-l2 "> < a href ="{{ url }}{%- for word in pagename.split('/') -%}
50- {%- if word != 'index' -%}
51- {%- if word != '' -%}
52- {{ word }}/
53- {%- endif -%}
54- {%- endif -%}
55- {%- endfor -%} "
56- title ="Switch to {{ slug }} "> {{ slug }}</ a > </ li >
57- {% endfor %}
58- </ ul >
59- {% endif %}
60- </ li >
61- </ ul >
62- < div class ="clearfix "> </ div >
63- </ div >
41+ < div class ="content-inner ">
42+ < div class ="container ">
43+ < div class ="row ">
44+ < div class ="small-12 ">
45+ {{ content }}
46+ </ div >
6447 </ div >
48+ </ div >
6549 </ div >
50+
51+ < nav class ="sidebar hide-for-small ">
52+ < div class ="sidebar-inner ">
53+ < h1 > < a href ="/ " class ="logo "> < img src ="{{ base_url }}/static/img/svg/logo.svg " width ="128px " height ="41px " alt ="Deis "> </ a > </ h1 >
54+
55+ < ul class ="current sidebar-main ">
56+ {%- include "nav.html" %}
57+ < li class ="toctree-l1 ">
58+ {% if READTHEDOCS %}
59+ < a class ="reference internal " href ="../ " state ="open "> Versions</ a >
60+ < ul class ="current ">
61+ {% for slug, url in versions %}
62+ < li class ="toctree-l2 "> < a href ="{{ url }}{%- for word in pagename.split('/') -%}
63+ {%- if word != 'index' -%}
64+ {%- if word != '' -%}
65+ {{ word }}/
66+ {%- endif -%}
67+ {%- endif -%}
68+ {%- endfor -%} "
69+ title ="Switch to {{ slug }} "> {{ slug }}</ a > </ li >
70+ {% endfor %}
71+ </ ul >
72+ {% endif %}
73+ </ li >
74+ </ ul >
75+ </ div >
76+
77+ < div class ="sidebar-bg "> </ div >
78+ </ nav >
79+
80+ </ div >
81+
82+ {%- include "footer.html" %}
6683 </ div >
84+ </ div >
85+
86+ <!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
87+ < script > window . jQuery || document . write ( '<script src="{{ base_url }}/static/js/jquery-1.12.4.min.js"><\/script>' ) </ script >
88+ <!-- extra_javascript - defined in the root 'mkdocs.yml -->
89+ {% for path in extra_javascript %}
90+ < script src ="{{ path }} " async > </ script >
91+ {% endfor %}
92+
93+ {% if google_analytics %}
94+ < script >
95+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
96+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
97+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
98+ } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
99+
100+ ga ( 'create' , '{{ google_analytics[0] }}' , '{{ google_analytics[1] }}' ) ;
101+ ga ( 'send' , 'pageview' ) ;
102+ </ script >
103+ {% endif %}
67104
68- <!--
69- extra_javascript contains paths to JavaScript files in the
70- users documentation directory or a list of JavaScript files
71- defined in their mkdocs.yml.
72-
73- http://www.mkdocs.org/user-guide/configuration/#extra_javascript
74- -->
75- {% for path in extra_javascript %}
76- < script src ="{{ path }} "> </ script >
77- {% endfor %}
78-
79- <!--
80- Include Google Analytics tracking code.
81-
82- http://www.mkdocs.org/user-guide/configuration/#google_analytics
83- -->
84- {% if google_analytics %}
85- < script >
86- ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
87- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
88- m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
89- } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
90-
91- ga ( 'create' , '{{ google_analytics[0] }}' , '{{ google_analytics[1] }}' ) ;
92- ga ( 'send' , 'pageview' ) ;
93- </ script >
94- {% endif %}
95105</ body >
96- </ html >
106+ </ html >
0 commit comments