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

Commit

Permalink
Deployed 39ebf42 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jul 29, 2024
1 parent f706b75 commit 5cb5a89
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 23 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-26 16:25:41.581772+00:00
Build Date UTC : 2024-07-29 17:47:37.688682+00:00
-->
10 changes: 2 additions & 8 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
<ul>
<li class="toctree-l3"><a class="reference internal" href="#development">Development</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#staging">Staging</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#production">Production</a>
</li>
</ul>
Expand Down Expand Up @@ -147,15 +145,11 @@ <h2 id="run-the-api">Run the API</h2>
<h2 id="run-the-api-on-a-docker-container">Run the API on a Docker Container</h2>
<p>Alternatively, you may want to run it on a Docker container but first things first, make sure to have created the <code>fullchain.pem</code> and <code>privkey.pem</code> files into the <code>docker/nginx/ssl</code> folder.</p>
<h3 id="development">Development</h3>
<p>Allow connections from https://chesslablab.org only.</p>
<pre><code class="language-text">docker compose -f docker-compose.dev.yml up -d
</code></pre>
<h3 id="staging">Staging</h3>
<p>Allow connections from any origin.</p>
<pre><code class="language-text">docker compose -f docker-compose.staging.yml up -d
<pre><code class="language-text">docker compose -f docker-compose.dev.yml up -d
</code></pre>
<h3 id="production">Production</h3>
<p>Allow connections from https://chesslablab.org only.</p>
<p>Allow connections from any origin.</p>
<pre><code class="language-text">docker compose -f docker-compose.prod.yml up -d
</code></pre>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,67 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://chesslablab.github.io/chess-api/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/get-annotations-games/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/get-stats-opening/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/installation/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-autocomplete-event/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-autocomplete-player/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-download-image/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-download-mp4/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-play-rav/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-search/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-stats-event/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-stats-player/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/chess-api/post-tutor-fen/</loc>
<lastmod>2024-07-26</lastmod>
<lastmod>2024-07-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 5cb5a89

Please sign in to comment.