Deployed 6782817 with MkDocs version: 0.16.1

This commit is contained in:
Dougal Matthews
2016-12-22 09:59:10 +00:00
parent 51ec734a7e
commit db01c1f498
6 changed files with 520 additions and 509 deletions

View File

@@ -134,6 +134,7 @@
<li class="main active"><a href="#release-notes">Release Notes</a></li>
<li><a href="#upgrading">Upgrading</a></li>
<li><a href="#maintenance-team">Maintenance team</a></li>
<li><a href="#version-0161-2016-12-22">Version 0.16.1 (2016-12-22)</a></li>
<li><a href="#version-016-2016-11-04">Version 0.16 (2016-11-04)</a></li>
<li><a href="#version-0153-2016-02-18">Version 0.15.3 (2016-02-18)</a></li>
<li><a href="#version-0152-2016-02-08">Version 0.15.2 (2016-02-08)</a></li>
@@ -171,6 +172,11 @@ mkdocs, version 0.15.2
<li><a href="https://github.com/d0ugal/">@d0ugal</a></li>
<li><a href="https://github.com/waylan/">@waylan</a></li>
</ul>
<h2 id="version-0161-2016-12-22">Version 0.16.1 (2016-12-22)<a class="headerlink" href="#version-0161-2016-12-22" title="Permanent link"></a></h2>
<ul>
<li>Ensure scrollspy behavior does not affect nav bar (#1094)</li>
<li>Only "load" a theme when it is explicitly requested by the user (#1105)</li>
</ul>
<h2 id="version-016-2016-11-04">Version 0.16 (2016-11-04)<a class="headerlink" href="#version-016-2016-11-04" title="Permanent link"></a></h2>
<h3 id="major-additions-to-version-0160">Major Additions to Version 0.16.0<a class="headerlink" href="#major-additions-to-version-0160" title="Permanent link"></a></h3>
<h4 id="template-variables-refactored-874">Template variables refactored. (#874)<a class="headerlink" href="#template-variables-refactored-874" title="Permanent link"></a></h4>

View File

@@ -172,10 +172,10 @@ the theme.</p>
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link"></a></h2>
<h3 id="install-with-a-package-manager">Install with a Package Manager<a class="headerlink" href="#install-with-a-package-manager" title="Permanent link"></a></h3>
<p>If you have and use a package manager (such as <a href="https://help.ubuntu.com/community/AptGet/Howto">apt-get</a>, <a href="http://dnf.readthedocs.io/en/latest/index.html">dnf</a>, <a href="http://brew.sh/">homebrew</a>,
<a href="http://yum.baseurl.org/">yum</a>, etc.) to install packages on your system, then you may want to search for
a "MkDocs" package and, if a recent version is available, install it with your
package manager (check your system's documentation for details). That's it,
you're done! Skip down to <a href="#getting-started">Getting Started</a>.</p>
<a href="http://yum.baseurl.org/">yum</a>, <a href="https://chocolatey.org/">chocolatey</a>, etc.) to install packages on your system, then you may
want to search for a "MkDocs" package and, if a recent version is available,
install it with your package manager (check your system's documentation for
details). That's it, you're done! Skip down to <a href="#getting-started">Getting Started</a>.</p>
<p>If your package manager does not have a recent "MkDocs" package, you can still
use your package manager to install "Python" and "pip". Then you can use pip to
<a href="#installing-mkdocs">install MkDocs</a>.</p>
@@ -373,7 +373,7 @@ able to host it from pretty much anywhere. <a href="https://help.github.com/arti
S3</a> may be good hosting options, depending upon your needs. Upload the contents
of the entire <code>site</code> directory to wherever you're hosting your website from and
you're done. For specific instructions on a number of common hosts, see the
<a href="user-guide/deploying-your-docs/">Deploying your Docs</a> page.</p>
<a href="./user-guide/deploying-your-docs/">Deploying your Docs</a> page.</p>
<h2 id="getting-help">Getting help<a class="headerlink" href="#getting-help" title="Permanent link"></a></h2>
<p>To get help with MkDocs, please use the <a href="https://groups.google.com/forum/#!forum/mkdocs">discussion group</a>, <a href="https://github.com/mkdocs/mkdocs/issues">GitHub issues</a> or
the MkDocs IRC channel <code>#mkdocs</code> on freenode.</p></div>
@@ -415,6 +415,6 @@ the MkDocs IRC channel <code>#mkdocs</code> on freenode.</p></div>
</html>
<!--
MkDocs version : 0.16.0
Build Date UTC : 2016-11-04 14:10:15
MkDocs version : 0.16.1
Build Date UTC : 2016-12-22 09:59:10
-->

View File

@@ -31,7 +31,7 @@ $(document).ready(function() {
$('table').addClass('table table-striped table-hover');
// Improve the scrollspy behaviour when users click on a TOC item.
$(".nav a").on("click", function() {
$(".bs-sidenav a").on("click", function() {
var clicked = this;
setTimeout(function() {
var active = $('.nav li.active a');

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
<url>
<loc>http://www.mkdocs.org/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
@@ -13,31 +13,31 @@
<url>
<loc>http://www.mkdocs.org/user-guide/writing-your-docs/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/styling-your-docs/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/configuration/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/deploying-your-docs/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/user-guide/custom-themes/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
@@ -47,19 +47,19 @@
<url>
<loc>http://www.mkdocs.org/about/release-notes/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/about/contributing/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.mkdocs.org/about/license/</loc>
<lastmod>2016-11-04</lastmod>
<lastmod>2016-12-22</lastmod>
<changefreq>daily</changefreq>
</url>

View File

@@ -226,7 +226,7 @@ Pages. This option can be overridden by a command line option in <code>gh-deploy
<h3 id="remote_name">remote_name<a class="headerlink" href="#remote_name" title="Permanent link"></a></h3>
<p>Set the remote name to push to when using <code>gh-deploy</code> to deploy to Github Pages.
This option can be overridden by a command line option in <code>gh-deploy</code>.</p>
<p><strong>default</strong>: <code>gh-pages</code></p>
<p><strong>default</strong>: <code>origin</code></p>
<h2 id="documentation-layout">Documentation layout<a class="headerlink" href="#documentation-layout" title="Permanent link"></a></h2>
<h3 id="pages">pages<a class="headerlink" href="#pages" title="Permanent link"></a></h3>
<p>This setting is used to determine the set of pages that should be built for the