Skip to content

Commit

Permalink
Deployed 155af67 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 8, 2025
1 parent f4d4981 commit 29148c1
Show file tree
Hide file tree
Showing 39 changed files with 150 additions and 150 deletions.
86 changes: 43 additions & 43 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@



<link rel="shortcut icon" href="/chess-server/img/favicon.ico">
<link rel="shortcut icon" href="/img/favicon.ico">
<title>PHP Chess Server</title>
<link href="/chess-server/css/bootstrap.min.css" rel="stylesheet">
<link href="/chess-server/css/font-awesome.min.css" rel="stylesheet">
<link href="/chess-server/css/base.css" rel="stylesheet">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
Expand All @@ -20,7 +20,7 @@
<body>
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="/chess-server/.">PHP Chess Server</a>
<a class="navbar-brand" href="/.">PHP Chess Server</a>
<!-- Expander button -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
Expand All @@ -31,7 +31,7 @@
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li class="navitem">
<a href="/chess-server/getting-started/" class="nav-link">Getting Started</a>
<a href="/getting-started/" class="nav-link">Getting Started</a>
</li>
<li class="dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">data <b class="caret"></b></a>
Expand All @@ -42,11 +42,11 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/annotations-game/" class="dropdown-item">/annotations_game</a>
<a href="/annotations-game/" class="dropdown-item">/annotations_game</a>
</li>

<li>
<a href="/chess-server/ranking/" class="dropdown-item">/ranking</a>
<a href="/ranking/" class="dropdown-item">/ranking</a>
</li>
</ul>
</li>
Expand All @@ -56,23 +56,23 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/autocomplete-black/" class="dropdown-item">/autocomplete_black</a>
<a href="/autocomplete-black/" class="dropdown-item">/autocomplete_black</a>
</li>

<li>
<a href="/chess-server/autocomplete-event/" class="dropdown-item">/autocomplete_event</a>
<a href="/autocomplete-event/" class="dropdown-item">/autocomplete_event</a>
</li>

<li>
<a href="/chess-server/autocomplete-white/" class="dropdown-item">/autocomplete_white</a>
<a href="/autocomplete-white/" class="dropdown-item">/autocomplete_white</a>
</li>

<li>
<a href="/chess-server/opening/" class="dropdown-item">/opening</a>
<a href="/opening/" class="dropdown-item">/opening</a>
</li>

<li>
<a href="/chess-server/search/" class="dropdown-item">/search</a>
<a href="/search/" class="dropdown-item">/search</a>
</li>
</ul>
</li>
Expand All @@ -87,19 +87,19 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/ascii/" class="dropdown-item">/ascii</a>
<a href="/ascii/" class="dropdown-item">/ascii</a>
</li>

<li>
<a href="/chess-server/eval-names/" class="dropdown-item">/eval_names</a>
<a href="/eval-names/" class="dropdown-item">/eval_names</a>
</li>

<li>
<a href="/chess-server/online-games/" class="dropdown-item">/online_games</a>
<a href="/online-games/" class="dropdown-item">/online_games</a>
</li>

<li>
<a href="/chess-server/undo/" class="dropdown-item">/undo</a>
<a href="/undo/" class="dropdown-item">/undo</a>
</li>
</ul>
</li>
Expand All @@ -109,15 +109,15 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/draw/" class="dropdown-item">/draw</a>
<a href="/draw/" class="dropdown-item">/draw</a>
</li>

<li>
<a href="/chess-server/rematch/" class="dropdown-item">/rematch</a>
<a href="/rematch/" class="dropdown-item">/rematch</a>
</li>

<li>
<a href="/chess-server/takeback/" class="dropdown-item">/takeback</a>
<a href="/takeback/" class="dropdown-item">/takeback</a>
</li>
</ul>
</li>
Expand All @@ -127,59 +127,59 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/accept/" class="dropdown-item">/accept</a>
<a href="/accept/" class="dropdown-item">/accept</a>
</li>

<li>
<a href="/chess-server/heuristic/" class="dropdown-item">/heuristic</a>
<a href="/heuristic/" class="dropdown-item">/heuristic</a>
</li>

<li>
<a href="/chess-server/leave/" class="dropdown-item">/leave</a>
<a href="/leave/" class="dropdown-item">/leave</a>
</li>

<li>
<a href="/chess-server/legal/" class="dropdown-item">/legal</a>
<a href="/legal/" class="dropdown-item">/legal</a>
</li>

<li>
<a href="/chess-server/play/" class="dropdown-item">/play</a>
<a href="/play/" class="dropdown-item">/play</a>
</li>

<li>
<a href="/chess-server/play-lan/" class="dropdown-item">/play_lan</a>
<a href="/play-lan/" class="dropdown-item">/play_lan</a>
</li>

<li>
<a href="/chess-server/play-rav/" class="dropdown-item">/play_rav</a>
<a href="/play-rav/" class="dropdown-item">/play_rav</a>
</li>

<li>
<a href="/chess-server/randomizer/" class="dropdown-item">/randomizer</a>
<a href="/randomizer/" class="dropdown-item">/randomizer</a>
</li>

<li>
<a href="/chess-server/recognizer/" class="dropdown-item">/recognizer</a>
<a href="/recognizer/" class="dropdown-item">/recognizer</a>
</li>

<li>
<a href="/chess-server/resign/" class="dropdown-item">/resign</a>
<a href="/resign/" class="dropdown-item">/resign</a>
</li>

<li>
<a href="/chess-server/restart/" class="dropdown-item">/restart</a>
<a href="/restart/" class="dropdown-item">/restart</a>
</li>

<li>
<a href="/chess-server/start/" class="dropdown-item">/start</a>
<a href="/start/" class="dropdown-item">/start</a>
</li>

<li>
<a href="/chess-server/stockfish/" class="dropdown-item">/stockfish</a>
<a href="/stockfish/" class="dropdown-item">/stockfish</a>
</li>

<li>
<a href="/chess-server/tutor-fen/" class="dropdown-item">/tutor_fen</a>
<a href="/tutor-fen/" class="dropdown-item">/tutor_fen</a>
</li>
</ul>
</li>
Expand All @@ -194,7 +194,7 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/image/" class="dropdown-item">/image</a>
<a href="/image/" class="dropdown-item">/image</a>
</li>
</ul>
</li>
Expand All @@ -209,7 +209,7 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/totp-signup/" class="dropdown-item">/totp_signup</a>
<a href="/totp-signup/" class="dropdown-item">/totp_signup</a>
</li>
</ul>
</li>
Expand All @@ -219,11 +219,11 @@
<ul class="dropdown-menu">

<li>
<a href="/chess-server/totp-refresh/" class="dropdown-item">/totp_refresh</a>
<a href="/totp-refresh/" class="dropdown-item">/totp_refresh</a>
</li>

<li>
<a href="/chess-server/totp-signin/" class="dropdown-item">/totp_signin</a>
<a href="/totp-signin/" class="dropdown-item">/totp_signin</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -260,14 +260,14 @@ <h1 id="404-page-not-found" style="text-align: center">404</h1>
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script src="/chess-server/js/jquery-3.6.0.min.js"></script>
<script src="/chess-server/js/bootstrap.min.js"></script>
<script src="/js/jquery-3.6.0.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script>
var base_url = "/chess-server/",
var base_url = "/",
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
</script>
<script src="/chess-server/js/base.js"></script>
<script src="/chess-server/search/main.js"></script>
<script src="/js/base.js"></script>
<script src="/search/main.js"></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand Down
2 changes: 1 addition & 1 deletion accept/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/accept/">
<link rel="canonical" href="https://chess-server.chesslablab.org/accept/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/accept - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion annotations-game/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/annotations-game/">
<link rel="canonical" href="https://chess-server.chesslablab.org/annotations-game/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/annotations_game - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion ascii/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/ascii/">
<link rel="canonical" href="https://chess-server.chesslablab.org/ascii/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/ascii - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion autocomplete-black/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/autocomplete-black/">
<link rel="canonical" href="https://chess-server.chesslablab.org/autocomplete-black/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/autocomplete_black - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion autocomplete-event/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/autocomplete-event/">
<link rel="canonical" href="https://chess-server.chesslablab.org/autocomplete-event/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/autocomplete_event - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion autocomplete-white/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/autocomplete-white/">
<link rel="canonical" href="https://chess-server.chesslablab.org/autocomplete-white/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/autocomplete_white - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion draw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/draw/">
<link rel="canonical" href="https://chess-server.chesslablab.org/draw/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/draw - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion eval-names/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/eval-names/">
<link rel="canonical" href="https://chess-server.chesslablab.org/eval-names/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/eval_names - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/getting-started/">
<link rel="canonical" href="https://chess-server.chesslablab.org/getting-started/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>Getting Started - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion heuristic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/heuristic/">
<link rel="canonical" href="https://chess-server.chesslablab.org/heuristic/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/heuristic - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/image/">
<link rel="canonical" href="https://chess-server.chesslablab.org/image/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/image - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="None">

<link rel="canonical" href="https://chesslablab.github.io/chess-server/">
<link rel="canonical" href="https://chess-server.chesslablab.org/">
<link rel="shortcut icon" href="img/favicon.ico">
<title>PHP Chess Server</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
Expand Down Expand Up @@ -413,5 +413,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-25 10:39:17.753307+00:00
Build Date UTC : 2025-01-08 16:21:50.554775+00:00
-->
2 changes: 1 addition & 1 deletion installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/installation/">
<link rel="canonical" href="https://chess-server.chesslablab.org/installation/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>Installation - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion leave/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/leave/">
<link rel="canonical" href="https://chess-server.chesslablab.org/leave/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/leave - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion legal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/legal/">
<link rel="canonical" href="https://chess-server.chesslablab.org/legal/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/legal - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion online-games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<link rel="canonical" href="https://chesslablab.github.io/chess-server/online-games/">
<link rel="canonical" href="https://chess-server.chesslablab.org/online-games/">
<link rel="shortcut icon" href="../img/favicon.ico">
<title>/online_games - PHP Chess Server</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
Expand Down
Loading

0 comments on commit 29148c1

Please sign in to comment.