Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Deployed 3578c1f with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jul 10, 2024
1 parent cde6c7c commit 649d85e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ <h2 id="lightweight">Lightweight</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-07-10 14:48:56.210601+00:00
Build Date UTC : 2024-07-10 15:02:12.079376+00:00
-->
21 changes: 10 additions & 11 deletions post-autocomplete-event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,19 @@ <h2 id="example">Example</h2>
<pre><code class="language-text">curl https://api.chesslablab.org/v1/autocomplete/event \
-H &quot;Content-Type: application/json&quot; \
--data-raw '{
&quot;Event&quot;: &quot;FIDE&quot;
&quot;Event&quot;: &quot;candidates&quot;
}'
</code></pre>
<pre><code class="language-text">[
&quot;Candidats FIDE sf1&quot;,
&quot;Candidats FIDE sf1 playoff rapid&quot;,
&quot;Candidats FIDE m2&quot;,
&quot;FIDE-Wch k.o.&quot;,
&quot;FIDE-Wch k.o. f&quot;,
&quot;FIDE-Wch k.o. f 25\u0027&quot;,
&quot;FIDE World Cup Gp D&quot;,
&quot;FIDE World Cup KO&quot;,
&quot;FIDE WCh KO&quot;,
&quot;FIDE GP&quot;
&quot;FIDE Candidates 2014&quot;,
&quot;FIDE Candidates 2016&quot;,
&quot;WCh Candidates s\/f&quot;,
&quot;FIDE Candidates&quot;,
&quot;FIDE Candidates (Women)&quot;,
&quot;FIDE Women's Candidates&quot;,
&quot;Women Candidates Pool B&quot;,
&quot;WCh Candidates&quot;,
&quot;FIDE Candidates 2018&quot;
]
</code></pre>

Expand Down
15 changes: 7 additions & 8 deletions post-stats-event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,26 +130,25 @@ <h2 id="example">Example</h2>
<pre><code class="language-text">curl https://api.chesslablab.org/v1/stats/event \
-H &quot;Content-Type: application/json&quot; \
--data-raw '{
&quot;Event&quot;: &quot;FIDE Candidates 2022&quot;,
&quot;Result&quot;: &quot;0-1&quot;
&quot;Event&quot;: &quot;FIDE Candidates 2018&quot;,
&quot;Result&quot;: &quot;1-0&quot;
}'
</code></pre>
<pre><code class="language-text">[
{
&quot;ECO&quot;: &quot;C42&quot;,
&quot;ECO&quot;: &quot;D35&quot;,
&quot;total&quot;: 2
},
{
&quot;ECO&quot;: &quot;C65&quot;,
&quot;total&quot;: 2
&quot;ECO&quot;: &quot;A48&quot;,
&quot;total&quot;: 1
},
...
{
&quot;ECO&quot;: &quot;A20&quot;,
&quot;ECO&quot;: &quot;D40&quot;,
&quot;total&quot;: 1
},
{
&quot;ECO&quot;: &quot;E06&quot;,
&quot;ECO&quot;: &quot;C50&quot;,
&quot;total&quot;: 1
}
]
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 649d85e

Please sign in to comment.