Skip to content

Commit

Permalink
Deployed c8f4380 to 1.2.1 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs committed Feb 10, 2025
1 parent 44bbecd commit 8e57186
Show file tree
Hide file tree
Showing 262 changed files with 3,331 additions and 3,424 deletions.
10 changes: 2 additions & 8 deletions 1.2.1/guides/testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1475,10 +1475,7 @@ <h2 id="the-handler-method">The handler method<a class="headerlink" href="#the-h
<span class="normal">10</span>
<span class="normal">11</span>
<span class="normal">12</span>
<span class="normal">13</span>
<span class="normal">14</span>
<span class="normal">15</span>
<span class="normal">16</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="w"> </span><span class="n">CROW_ROUTE</span><span class="p">(</span><span class="n">app</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;/place&quot;</span><span class="p">)</span>
<span class="normal">13</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="w"> </span><span class="n">CROW_ROUTE</span><span class="p">(</span><span class="n">app</span><span class="p">,</span><span class="w"> </span><span class="s">&quot;/place&quot;</span><span class="p">)</span>
<span class="w"> </span><span class="p">([]</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="s">&quot;hi&quot;</span><span class="p">;</span><span class="w"> </span><span class="p">});</span>

<span class="w"> </span><span class="n">app</span><span class="p">.</span><span class="n">validate</span><span class="p">();</span><span class="w"> </span><span class="c1">//Used to make sure all the route handlers are in order.</span>
Expand All @@ -1489,10 +1486,7 @@ <h2 id="the-handler-method">The handler method<a class="headerlink" href="#the-h

<span class="w"> </span><span class="n">req</span><span class="p">.</span><span class="n">url</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;/place&quot;</span><span class="p">;</span>

<span class="w"> </span><span class="n">app</span><span class="p">.</span><span class="n">handle_full</span><span class="p">(</span><span class="n">req</span><span class="p">,</span><span class="w"> </span><span class="n">res</span><span class="p">);</span>
<span class="w"> </span><span class="c1">// res will contain:</span>
<span class="w"> </span><span class="c1">// res.code == 200</span>
<span class="w"> </span><span class="c1">// res.body == &quot;hi&quot;</span>
<span class="w"> </span><span class="n">app</span><span class="p">.</span><span class="n">handle</span><span class="p">(</span><span class="n">req</span><span class="p">,</span><span class="w"> </span><span class="n">res</span><span class="p">);</span><span class="w"> </span><span class="c1">//res will contain a code of 200, and a response body of &quot;hi&quot;</span>
<span class="w"> </span><span class="p">}</span>
</code></pre></div></td></tr></table></div>
<div class="admonition note">
Expand Down
2 changes: 1 addition & 1 deletion 1.2.1/reference/_tiny_s_h_a1_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d22c1cb87b72f01e1a7f207eb3bfd1ca.html">crow</a></li><li class="navelem"><a class="el" href="_tiny_s_h_a1_8hpp.html">TinySHA1.hpp</a></li>
<li class="footer">
Generated on Sun Feb 9 2025 for Crow by <a href="http://www.doxygen.org/index.html">
Generated on Mon Feb 10 2025 for Crow by <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.8.
Dark theme by <a href="http://majerle.eu" target="_new">Tilen Majerle</a>. Edited by <a href="https://github.com/The-EDev" target="_new">Farook Al-Sammarraie</a>. All rights reserved.
</li>
Expand Down
2 changes: 1 addition & 1 deletion 1.2.1/reference/_tiny_s_h_a1_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d22c1cb87b72f01e1a7f207eb3bfd1ca.html">crow</a></li><li class="navelem"><a class="el" href="_tiny_s_h_a1_8hpp.html">TinySHA1.hpp</a></li>
<li class="footer">
Generated on Sun Feb 9 2025 for Crow by <a href="http://www.doxygen.org/index.html">
Generated on Mon Feb 10 2025 for Crow by <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.8.
Dark theme by <a href="http://majerle.eu" target="_new">Tilen Majerle</a>. Edited by <a href="https://github.com/The-EDev" target="_new">Farook Al-Sammarraie</a>. All rights reserved.
</li>
Expand Down
2 changes: 1 addition & 1 deletion 1.2.1/reference/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">
Generated on Sun Feb 9 2025 for Crow by <a href="http://www.doxygen.org/index.html">
Generated on Mon Feb 10 2025 for Crow by <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.8.
Dark theme by <a href="http://majerle.eu" target="_new">Tilen Majerle</a>. Edited by <a href="https://github.com/The-EDev" target="_new">Farook Al-Sammarraie</a>. All rights reserved.
</li>
Expand Down
6 changes: 3 additions & 3 deletions 1.2.1/reference/app_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a479d0a674825fb289848dad8
<div class="line"> <span class="keywordflow">return</span> <span class="stringliteral">&quot;&lt;h1&gt;Hello, world!&lt;/h1&gt;&quot;</span>;</div>
<div class="line">});</div>
<div class="ttc" id="aapp_8h_html_a479d0a674825fb289848dad80379efc7"><div class="ttname"><a href="app_8h.html#a479d0a674825fb289848dad80379efc7">CROW_BP_ROUTE</a></div><div class="ttdeci">#define CROW_BP_ROUTE(blueprint, url)</div><div class="ttdoc">Creates a route for a blueprint using a rule.</div><div class="ttdef"><b>Definition</b> app.h:94</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition</b> routing.h:1091</div></div>
<div class="ttc" id="aclasscrow_1_1_blueprint_html"><div class="ttname"><a href="classcrow_1_1_blueprint.html">crow::Blueprint</a></div><div class="ttdoc">A blueprint can be considered a smaller section of a Crow app, specifically where the router is conce...</div><div class="ttdef"><b>Definition</b> routing.h:1084</div></div>
</div><!-- fragment --><p>This is the recommended way to define routes in a crow blueprint because of its compile-time capabilities.</p>
<dl class="section see"><dt>See also</dt><dd><a href="https://crowcpp.org/master/guides/blueprints/">Page of the guide "Blueprints"</a>. </dd></dl>

Expand Down Expand Up @@ -314,7 +314,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a12ac01cb1979c953ac1c1203
<div class="line"> <span class="keywordflow">return</span> <span class="stringliteral">&quot;Hello world!&quot;</span>;</div>
<div class="line">});</div>
<div class="ttc" id="aapp_8h_html_a6aa7ec3a2f3ee3f17d5f9acd879e7381"><div class="ttname"><a href="app_8h.html#a6aa7ec3a2f3ee3f17d5f9acd879e7381">CROW_ROUTE</a></div><div class="ttdeci">#define CROW_ROUTE(app, url)</div><div class="ttdoc">Creates a route for app using a rule.</div><div class="ttdef"><b>Definition</b> app.h:70</div></div>
<div class="ttc" id="anamespacecrow_html_a3603179c9794548cac2c9990685178b4"><div class="ttname"><a href="namespacecrow.html#a3603179c9794548cac2c9990685178b4">crow::SimpleApp</a></div><div class="ttdeci">Crow&lt;&gt; SimpleApp</div><div class="ttdoc">Alias of Crow&lt;&gt;. Useful if you want a instance of an Crow application that doesn't require of Middlew...</div><div class="ttdef"><b>Definition</b> app.h:803</div></div>
<div class="ttc" id="anamespacecrow_html_a3603179c9794548cac2c9990685178b4"><div class="ttname"><a href="namespacecrow.html#a3603179c9794548cac2c9990685178b4">crow::SimpleApp</a></div><div class="ttdeci">Crow&lt;&gt; SimpleApp</div><div class="ttdoc">Alias of Crow&lt;&gt;. Useful if you want a instance of an Crow application that doesn't require of Middlew...</div><div class="ttdef"><b>Definition</b> app.h:783</div></div>
</div><!-- fragment --><dl class="section see"><dt>See also</dt><dd><a href="https://crowcpp.org/master/guides/middleware/">Page of the guide "Middlewares"</a>. </dd></dl>

</div>
Expand Down Expand Up @@ -411,7 +411,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a8deb011ba0eae4684d6c6bb1
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d22c1cb87b72f01e1a7f207eb3bfd1ca.html">crow</a></li><li class="navelem"><a class="el" href="app_8h.html">app.h</a></li>
<li class="footer">
Generated on Sun Feb 9 2025 for Crow by <a href="http://www.doxygen.org/index.html">
Generated on Mon Feb 10 2025 for Crow by <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.8.
Dark theme by <a href="http://majerle.eu" target="_new">Tilen Majerle</a>. Edited by <a href="https://github.com/The-EDev" target="_new">Farook Al-Sammarraie</a>. All rights reserved.
</li>
Expand Down
Loading

0 comments on commit 8e57186

Please sign in to comment.