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 %} +
x86: Salt-Minion-{release}-2-x86-Setup.exe - | md5
+x86: Salt-Minion-{release}-x86-Setup.exe + | md5
-AMD64: Salt-Minion-{release}-2-AMD64-Setup.exe - | md5
+AMD64: Salt-Minion-{release}-AMD64-Setup.exe + | md5
""".format(release=release) diff --git a/doc/contents.rst b/doc/contents.rst index de8ebe0a9a67..a10ddc5b7fb6 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -5,7 +5,6 @@ Salt Table of Contents .. toctree:: :maxdepth: 2 - index topics/installation/index topics/configuration/index topics/using_salt diff --git a/doc/index.rst b/doc/index.rst deleted file mode 100644 index a1c320b534fe..000000000000 --- a/doc/index.rst +++ /dev/null @@ -1,114 +0,0 @@ -.. _get-started: - -========= -SaltStack -========= -Salt, a new approach to infrastructure management, is easy enough to get -running in minutes, scalable enough to manage tens of thousands of servers, -and fast enough to communicate with those servers in *seconds*. - -Salt delivers a dynamic communication bus for infrastructures that can be used -for orchestration, remote execution, configuration management and much more. - -.. toctree:: - :maxdepth: 1 - - topics/index - -Get Started -=========== -The Get Started Guide shows you how to: - -* Install and configure SaltStack -* Remotely execute commands across all managed systems -* Design, develop, and deploy system configurations - -.. toctree:: - :maxdepth: 1 - - Get Started Guide