diff --git a/docs/api/index.html b/docs/api/index.html
index c6868d0..36006a1 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -92,26 +92,26 @@
Methods
- | flip | | Flip the orientation of the board. | |
+ flip | | Flip the orientation of the board. | void |
- | resize | | Resize the board based on the latest dimensions given to the shadow root. | |
+ resize | | Resize the board based on the latest dimensions given to the shadow root. | void |
| rewind | | Rewinds one move to a previous position.
-If there are no previous moves, this does nothing. | |
+If there are no previous moves, this does nothing.void |
| fastForward | | Fast forwards one move to the next position.
-If there are no next moves, this does nothing. | |
+If there are no next moves, this does nothing.void |
| freeze | | Prevent any more moves to the game.
-Usually called when the game is over. | |
+Usually called when the game is over.void |
@@ -135,7 +135,7 @@ Methods
- | reset | | Resets and unfreezes the board to the default start state. | |
+ reset | | Resets and unfreezes the board to the default start state. | void |
diff --git a/docs/examples/change-look/index.html b/docs/examples/change-look/index.html
index f8ce086..46a3be4 100644
--- a/docs/examples/change-look/index.html
+++ b/docs/examples/change-look/index.html
@@ -34,6 +34,10 @@ Example: Customizing colors