Skip to content

Commit

Permalink
Deployed 31548b6 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Sep 25, 2024
1 parent 9458de3 commit 7de09be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
13 changes: 5 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@

<li class="nav-item" data-level="1"><a href="#website" class="nav-link">Website</a>
<ul class="nav flex-column">
<li class="nav-item" data-level="2"><a href="#development-environment" class="nav-link">Development Environment</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#decentralized-environment" class="nav-link">Decentralized Environment</a>
<li class="nav-item" data-level="2"><a href="#environment-setup" class="nav-link">Environment Setup</a>
<ul class="nav flex-column">
</ul>
</li>
Expand Down Expand Up @@ -123,15 +119,16 @@ <h1 id="website">Website</h1>
-------------------------------------------------------------------------------
</code></pre>
<p>This is made possible with object-oriented programming (OOP) using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#importing_modules_using_import_maps">JavaScript modules</a>. Now you can get rid of libraries and frameworks like React, Vue, Next.js, as well as transpilers, bundlers and so on. The ChesslaBlab website is written using OOP and the DOM.</p>
<h2 id="development-environment">Development Environment</h2>
<h2 id="environment-setup">Environment Setup</h2>
<h3 id="development">Development</h3>
<p>The following repositories are required to run a complete chess platform in a local development environment:</p>
<ul>
<li><a href="https://github.com/chesslablab/chess-data">Chess Data</a></li>
<li><a href="https://github.com/chesslablab/chess-server">PHP Chess Server</a></li>
<li><a href="https://github.com/chesslablab/website">Website</a></li>
</ul>
<p>Remember to add your PHP Chess Server host name to the <code>assets/env.js</code> file of your website.</p>
<h2 id="decentralized-environment">Decentralized Environment</h2>
<h3 id="decentralized">Decentralized</h3>
<p>With decentralized chess (DeChess) a complete chess platform can be run using one ChesslaBlab repository only:</p>
<ul>
<li><a href="https://github.com/chesslablab/website">Website</a></li>
Expand Down Expand Up @@ -219,5 +216,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-09-20 15:27:13.258207+00:00
Build Date UTC : 2024-09-25 17:29:44.570791+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://chesslablab.github.io/website/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/blog/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/html-iframes/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/installation/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/ssl-certificate-setup/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/website-architecture/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/website/websocket-connection/</loc>
<lastmod>2024-09-20</lastmod>
<lastmod>2024-09-25</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7de09be

Please sign in to comment.