mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Deployed 61d3631 with MkDocs version: 0.15.3
This commit is contained in:
BIN
__init__.pyc
BIN
__init__.pyc
Binary file not shown.
BIN
__pycache__/__init__.cpython-33.pyc
Normal file
BIN
__pycache__/__init__.cpython-33.pyc
Normal file
Binary file not shown.
BIN
__pycache__/__init__.cpython-34.pyc
Normal file
BIN
__pycache__/__init__.cpython-34.pyc
Normal file
Binary file not shown.
BIN
__pycache__/__init__.cpython-35.pyc
Normal file
BIN
__pycache__/__init__.cpython-35.pyc
Normal file
Binary file not shown.
@@ -180,6 +180,8 @@
|
||||
|
||||
<li><a href="#upgrading">Upgrading</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>
|
||||
|
||||
<li><a href="#version-0151-2016-01-30">Version 0.15.1 (2016-01-30)</a></li>
|
||||
@@ -223,15 +225,20 @@
|
||||
<pre><code>$ mkdocs --version
|
||||
mkdocs, version 0.15.2
|
||||
</code></pre>
|
||||
<h2 id="version-0153-2016-02-18">Version 0.15.3 (2016-02-18)<a class="headerlink" href="#version-0153-2016-02-18" title="Permanent link"></a></h2>
|
||||
<ul>
|
||||
<li>Improve the error message the given theme can't be found.</li>
|
||||
<li>Fix an issue with relative symlinks (#639)</li>
|
||||
</ul>
|
||||
<h2 id="version-0152-2016-02-08">Version 0.15.2 (2016-02-08)<a class="headerlink" href="#version-0152-2016-02-08" title="Permanent link"></a></h2>
|
||||
<ul>
|
||||
<li>Fix and incorrect warning that states external themes <a href="#add-support-for-installable-themes">will be removed from
|
||||
<li>Fix an incorrect warning that states external themes <a href="#add-support-for-installable-themes">will be removed from
|
||||
MkDocs</a>.</li>
|
||||
</ul>
|
||||
<h2 id="version-0151-2016-01-30">Version 0.15.1 (2016-01-30)<a class="headerlink" href="#version-0151-2016-01-30" title="Permanent link"></a></h2>
|
||||
<ul>
|
||||
<li>Lower the minimum supported Click version to 3.3 for upstream
|
||||
package maintainers.</li>
|
||||
<li>Lower the minimum supported Click version to 3.3 for package maintainers.
|
||||
(#763)</li>
|
||||
</ul>
|
||||
<h2 id="version-0150-2016-01-21">Version 0.15.0 (2016-01-21)<a class="headerlink" href="#version-0150-2016-01-21" title="Permanent link"></a></h2>
|
||||
<h3 id="major-additions-to-version-0150">Major Additions to Version 0.15.0<a class="headerlink" href="#major-additions-to-version-0150" title="Permanent link"></a></h3>
|
||||
|
||||
BIN
fonts/FontAwesome.otf
Normal file
BIN
fonts/FontAwesome.otf
Normal file
Binary file not shown.
BIN
fonts/fontawesome-webfont.woff2
Normal file
BIN
fonts/fontawesome-webfont.woff2
Normal file
Binary file not shown.
@@ -407,6 +407,6 @@ the MkDocs IRC channel <code>#mkdocs</code> on freenode.</p></div>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
MkDocs version : 0.15.2
|
||||
Build Date UTC : 2016-02-08 09:51:27.785731
|
||||
MkDocs version : 0.15.3
|
||||
Build Date UTC : 2016-02-18 22:09:06.952187
|
||||
-->
|
||||
|
||||
24
license/highlight.js/LICENSE
Normal file
24
license/highlight.js/LICENSE
Normal file
@@ -0,0 +1,24 @@
|
||||
Copyright (c) 2006, Ivan Sagalaev
|
||||
All rights reserved.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of highlight.js nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
|
||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
File diff suppressed because one or more lines are too long
18
sitemap.xml
18
sitemap.xml
@@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@@ -13,31 +13,31 @@
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/user-guide/writing-your-docs/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/user-guide/styling-your-docs/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/user-guide/configuration/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/user-guide/deploying-your-docs/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/user-guide/custom-themes/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
@@ -47,19 +47,19 @@
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/about/release-notes/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/about/contributing/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://www.mkdocs.org/about/license/</loc>
|
||||
<lastmod>2016-02-08</lastmod>
|
||||
<lastmod>2016-02-18</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user