Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,26 +92,26 @@ <h3>Methods</h3>
</tr>

<tr>
<td>flip</td><td></td><td>Flip the orientation of the board.</td><td></td>
<td>flip</td><td></td><td>Flip the orientation of the board.</td><td>void</td>
</tr>

<tr>
<td>resize</td><td></td><td>Resize the board based on the latest dimensions given to the shadow root.</td><td></td>
<td>resize</td><td></td><td>Resize the board based on the latest dimensions given to the shadow root.</td><td>void</td>
</tr>

<tr>
<td>rewind</td><td></td><td>Rewinds one move to a previous position.
If there are no previous moves, this does nothing.</td><td></td>
If there are no previous moves, this does nothing.</td><td>void</td>
</tr>

<tr>
<td>fastForward</td><td></td><td>Fast forwards one move to the next position.
If there are no next moves, this does nothing.</td><td></td>
If there are no next moves, this does nothing.</td><td>void</td>
</tr>

<tr>
<td>freeze</td><td></td><td>Prevent any more moves to the game.
Usually called when the game is over.</td><td></td>
Usually called when the game is over.</td><td>void</td>
</tr>

<tr>
Expand All @@ -135,7 +135,7 @@ <h3>Methods</h3>
</tr>

<tr>
<td>reset</td><td></td><td>Resets and unfreezes the board to the default start state.</td><td></td>
<td>reset</td><td></td><td>Resets and unfreezes the board to the default start state.</td><td>void</td>
</tr>

</table>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/change-look/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ <h1>Example: Customizing colors</h1>
<nav class="collection">
<ul>

<li class=>
<a href="../">Common keyboard operations</a>
</li>

<li class=selected>
<a href="">Changing the look and feel of the board</a>
</li>
Expand All @@ -42,10 +46,6 @@ <h1>Example: Customizing colors</h1>
<a href="../hexfen/">Customizing the board layout with Hex-FEN</a>
</li>

<li class=>
<a href="../">Common keyboard operations</a>
</li>

<li class=>
<a href="../preset-moves/">Analyzing a game that has a specific set of moves played.</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/hexfen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ <h1>Example: Hex-FEN Notation</h1>
<nav class="collection">
<ul>

<li class=>
<a href="../">Common keyboard operations</a>
</li>

<li class=>
<a href="../change-look/">Changing the look and feel of the board</a>
</li>
Expand All @@ -42,10 +46,6 @@ <h1>Example: Hex-FEN Notation</h1>
<a href="">Customizing the board layout with Hex-FEN</a>
</li>

<li class=>
<a href="../">Common keyboard operations</a>
</li>

<li class=>
<a href="../preset-moves/">Analyzing a game that has a specific set of moves played.</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ <h1>Example: Keyboard input</h1>
<nav class="collection">
<ul>

<li class=selected>
<a href="">Common keyboard operations</a>
</li>

<li class=>
<a href="change-look/">Changing the look and feel of the board</a>
</li>
Expand All @@ -42,10 +46,6 @@ <h1>Example: Keyboard input</h1>
<a href="hexfen/">Customizing the board layout with Hex-FEN</a>
</li>

<li class=selected>
<a href="">Common keyboard operations</a>
</li>

<li class=>
<a href="preset-moves/">Analyzing a game that has a specific set of moves played.</a>
</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/examples/preset-moves/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ <h1>Example: Preset Moves</h1>
<ul>

<li class=>
<a href="../change-look/">Changing the look and feel of the board</a>
<a href="../">Common keyboard operations</a>
</li>

<li class=>
<a href="../hexfen/">Customizing the board layout with Hex-FEN</a>
<a href="../change-look/">Changing the look and feel of the board</a>
</li>

<li class=>
<a href="../">Common keyboard operations</a>
<a href="../hexfen/">Customizing the board layout with Hex-FEN</a>
</li>

<li class=selected>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.