Browse Source

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

(cherry picked from commit 6a001297d995392c88ab91656af67d2d45dc7d22)
Leona 'leo' Gottfried 3 years ago
parent
commit
b0a50f1d0e

+ 1 - 1
getting_started/first_2d_game/index.rst

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

+ 1 - 1
getting_started/first_3d_game/index.rst

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