From a424c38f5dcd07363d4bcd8bd33206a133a39b86 Mon Sep 17 00:00:00 2001 From: Jacob Hammons Date: Wed, 25 May 2016 17:39:55 -0600 Subject: [PATCH] New doc site layout, 2016.3.0 release note known issue additions --- doc/_themes/saltstack2/layout.html | 100 +++++++++------ ....min_v1.4.4.css => webhelp.min_v1.4.5.css} | 57 +++++++-- .../saltstack2/static/images/saltstack.svg | 1 + ...lp.min_v1.4.3.js => webhelp.min_v1.4.4.js} | 80 +++++++++++- doc/apidoc-saltmods.sh | 1 + doc/conf.py | 30 ++--- doc/contents.rst | 1 - doc/index.rst | 114 ------------------ doc/topics/releases/2016.3.0.rst | 9 +- 9 files changed, 211 insertions(+), 182 deletions(-) rename doc/_themes/saltstack2/static/css/{webhelp.min_v1.4.4.css => webhelp.min_v1.4.5.css} (94%) create mode 100644 doc/_themes/saltstack2/static/images/saltstack.svg rename doc/_themes/saltstack2/static/js/{webhelp.min_v1.4.3.js => webhelp.min_v1.4.4.js} (75%) delete mode 100644 doc/index.rst diff --git a/doc/_themes/saltstack2/layout.html b/doc/_themes/saltstack2/layout.html index b2cc366df1af..cf5e8373abce 100644 --- a/doc/_themes/saltstack2/layout.html +++ b/doc/_themes/saltstack2/layout.html @@ -21,12 +21,12 @@ {% set script_files = [ '_static/js/core.min.js', - '_static/js/webhelp.min_v1.4.3.js', + '_static/js/webhelp.min_v1.4.4.js', ] %} {% set css_files = [ '_static/css/core.min.css', - '_static/css/webhelp.min_v1.4.4.css', + '_static/css/webhelp.min_v1.4.5.css', ] %} {%- macro relbar() %} @@ -125,55 +125,79 @@ {%- block content %} +
+ + +
+ +
- -
+
+ + + +
+
{% if "topics/releases" in pagename and "0" in pagename and not release in pagename and not "In Progress" in title %} -
+ -
{% elif build_type == "develop" and on_saltstack %} -
+ -
{% elif build_type == "inactive" and on_saltstack %} -
+ -
{% endif %} {% if build_type == "next" and on_saltstack %} -
+ -
{% endif %} {%- block document %} @@ -239,11 +263,15 @@