Browse Source

Fix non-unique Sphinx name in Getting Started (#5597)

Leona 'leo' Gottfried 3 years ago
parent
commit
6a001297d9

+ 1 - 1
getting_started/first_2d_game/index.rst

@@ -64,7 +64,7 @@ Contents
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
-   :name: toc-learn-introduction
+   :name: toc-learn-first_2d_game
 
 
    01.project_setup
    01.project_setup
    02.player_scene
    02.player_scene

+ 1 - 1
getting_started/first_3d_game/index.rst

@@ -54,7 +54,7 @@ Contents
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
-   :name: toc-learn-introduction
+   :name: toc-learn-first_3d_game
 
 
    01.game_setup
    01.game_setup
    02.player_input
    02.player_input