Deployed 317e3c4 with MkDocs version: 1.2.3
This commit is contained in:
parent
2d0d937616
commit
768db18978
@ -95,6 +95,10 @@
|
||||
|
||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-level="2"><a href="#1131-2021-10-22" class="nav-link">[11.3.1] - 2021-10-22</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1130-2021-09-20" class="nav-link">[11.3.0] - 2021-09-20</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -1184,6 +1188,8 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="1131-2021-10-22">[11.3.1] - 2021-10-22</h2>
|
||||
<p>(library/cmake) Compatible with MbedTLS 3 + fix a bug on Windows where the incorrect remote port is computed (#320)</p>
|
||||
<h2 id="1130-2021-09-20">[11.3.0] - 2021-09-20</h2>
|
||||
<p>(library/cmake) Only find OpenSSL, MbedTLS, zlib if they have not already been found, make CMake install optional (#317) + Use GNUInstallDirs in cmake (#318)</p>
|
||||
<h2 id="11210-2021-07-27">[11.2.10] - 2021-07-27</h2>
|
||||
|
@ -257,6 +257,6 @@ webSocket.send("hello world");
|
||||
</html>
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.2.2
|
||||
Build Date UTC : 2021-09-29 19:16:01.678049+00:00
|
||||
MkDocs version : 1.2.3
|
||||
Build Date UTC : 2021-10-22 18:11:06.487990+00:00
|
||||
-->
|
||||
|
@ -30,7 +30,7 @@ $(document).ready(function() {
|
||||
$search_modal.modal();
|
||||
}
|
||||
|
||||
// make sure search input gets autofocus everytime modal opens.
|
||||
// make sure search input gets autofocus every time modal opens.
|
||||
$search_modal.on('shown.bs.modal', function() {
|
||||
$search_modal.find('#mkdocs-search-query').focus();
|
||||
});
|
||||
|
File diff suppressed because one or more lines are too long
16
sitemap.xml
16
sitemap.xml
@ -2,42 +2,42 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-09-29</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user