Deployed 296762c
with MkDocs version: 1.1
This commit is contained in:
parent
948e56c9e2
commit
91e403e66b
@ -92,6 +92,14 @@
|
||||
|
||||
<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="#918-2020-03-29" class="nav-link">[9.1.8] - 2020-03-29</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#917-2020-03-29" class="nav-link">[9.1.7] - 2020-03-29</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#916-2020-03-29" class="nav-link">[9.1.6] - 2020-03-29</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -617,6 +625,10 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="918-2020-03-29">[9.1.8] - 2020-03-29</h2>
|
||||
<p>(cobra to statsd bot) bot init was missing + capture socket error</p>
|
||||
<h2 id="917-2020-03-29">[9.1.7] - 2020-03-29</h2>
|
||||
<p>(cobra to statsd bot) add ability to extract a numerical value and send a gauge event to statsd</p>
|
||||
<h2 id="916-2020-03-29">[9.1.6] - 2020-03-29</h2>
|
||||
<p>(ws cobra subscriber) use a Json::StreamWriter to write to std::cout, and save one std::string allocation for each message printed</p>
|
||||
<h2 id="915-2020-03-29">[9.1.5] - 2020-03-29</h2>
|
||||
|
@ -260,5 +260,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.1
|
||||
Build Date UTC : 2020-03-29 22:25:32
|
||||
Build Date UTC : 2020-03-30 05:09:13
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
14
sitemap.xml
14
sitemap.xml
@ -1,31 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-03-29</lastmod>
|
||||
<lastmod>2020-03-30</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user