Browse Source

fix: Missing txt added

Vaclav Elias 2 years ago
parent
commit
a107878fb9
2 changed files with 6 additions and 0 deletions
  1. 1 0
      en/docfx.json
  2. 5 0
      en/studio_getting_started_links.txt

+ 1 - 0
en/docfx.json

@@ -115,6 +115,7 @@
           ".nojekyll",
           "CNAME",
           "languages.json",
+          "studio_getting_started_links.txt",
           "favicon.ico",
           "favicon.png",
           "images/**",

+ 5 - 0
en/studio_getting_started_links.txt

@@ -0,0 +1,5 @@
+{Create a project }{Create an empty project, or create one based on a template or sample.}{page:manual/get-started/create-a-project.html}
+{Game Studio}{Understand the central tool for game production in Stride}{page:manual/game-studio/index.html}
+{Introduction to assets}{Create and manage images, models, sounds, and other assets.}{page:manual/game-studio/assets.html}
+{Set up a scene}{Set up a graphics pipeline, add entities, and move around the scene.}{page:manual/game-studio/scenes.html}
+{Launch a game}{Run your game from Game Studio or Visual Studio.}{page:manual/get-started/launch-a-game.html}