Browse Source

Merge pull request #153 from VaclavElias/152-add-missing-txt-file-to-en-root

152 add missing txt file to en root
Vaclav Elias 2 years ago
parent
commit
83ea23dd6a

+ 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}

+ 1 - 15
wiki/Understanding-the-Stride-Documentation-Generation-Pipeline.md

@@ -139,18 +139,4 @@ graph TB
     X --> Y
     Y --> Z
     end
-```
-
-The Documentation Build Workflow below will describe the process in more detail.
-
-
-- Building 1620 file(s) in ResourceDocumentProcessor(ValidateResourceMetadata)...
-- Building 304 file(s) in ConceptualDocumentProcessor(BuildConceptualDocument=>CountWord=>ValidateConceptualDocumentMetadata)...
-- Building 2133 file(s) in ManagedReferenceDocumentProcessor(BuildManagedReferenceDocument=>SplitClassPageToMemberLevel=>ValidateManagedReferenceDocumentMetadata=>ApplyOverwriteDocumentForMref=>FillReferenceInformation)...
-- Building 6 file(s) in TocDocumentProcessor(BuildTocDocument)...
-- Applying templates to 4063 model(s)...
-
----
-
-- Building 2516 file(s) in ManagedReferenceDocumentProcessor(BuildManagedReferenceDocument=>SplitClassPageToMemberLevel=>ValidateManagedReferenceDocumentMetadata=>ApplyOverwriteDocumentForMref=>FillReferenceInformation)...
-- Applying templates to 4446 model(s)...
+```