Skip to content

Commit

Permalink
Deployed ac6d43b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Nov 6, 2024
1 parent 35337eb commit 5ddf3b1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion heuristics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h1 id="heuristics">Heuristics</h1>
</tr>
<tr>
<td>Defense</td>
<td></td>
<td>This heuristic evaluates the defensive strength of each side by analyzing how the removal of attacking pieces would affect the opponent's protection. A higher score indicates a stronger defensive position.</td>
<td><a href="https://github.com/chesslablab/php-chess/blob/main/tests/unit/Eval/DefenseEvalTest.php">Chess\Eval\DefenseEval</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -214,6 +214,11 @@ <h1 id="heuristics">Heuristics</h1>
<td><a href="https://github.com/chesslablab/php-chess/blob/main/tests/unit/Eval/FarAdvancedPawnEvalTest.php">Chess\Eval\FarAdvancedPawnEval</a></td>
</tr>
<tr>
<td>Flight square</td>
<td>The safe squares to which the king can move if it is threatened.</td>
<td><a href="https://github.com/chesslablab/php-chess/blob/main/tests/unit/Eval/FlightSquareEvalTest.php">Chess\Eval\FlightSquareEval</a></td>
</tr>
<tr>
<td>Isolated pawn</td>
<td>A pawn without friendly pawns on the adjacent files. Since it cannot be defended by other pawns it is considered a weakness.</td>
<td><a href="https://github.com/chesslablab/php-chess/blob/main/tests/unit/Eval/IsolatedPawnEvalTest.php">Chess\Eval\IsolatedPawnEval</a></td>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-03 14:28:24.648836+00:00
Build Date UTC : 2024-11-06 17:19:37.759130+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://chesslablab.github.io/php-chess/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/chess-tutor/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/data-conversion/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/heuristics/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/installation/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/play-chess/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/read-moves/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://chesslablab.github.io/php-chess/your-first-move/</loc>
<lastmod>2024-11-03</lastmod>
<lastmod>2024-11-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 5ddf3b1

Please sign in to comment.