Browse Source

Moving items to architecture subfolder

JornosDekstop 2 years ago
parent
commit
b7cd4e7c7e

+ 0 - 0
en/contributors/engine/asset-introspection.md → en/contributors/engine/architecture/asset-introspection.md


+ 0 - 0
en/contributors/engine/build-architecture.md → en/contributors/engine/architecture/build-architecture.md


+ 0 - 0
en/contributors/engine/dependency-graph.md → en/contributors/engine/architecture/dependency-graph.md


+ 0 - 0
en/contributors/engine/graphics-api.md → en/contributors/engine/architecture/graphics-api.md


+ 12 - 4
en/contributors/engine/index.md

@@ -11,15 +11,23 @@ Building and running the Stride engine locally on Windows using [Visual Studio](
 Building the Stride engine locally on Linux
 
 # [Localization](localization.md)
-A graphical overview of Stride's Assemblies, NameSpaces and Core methods 
+Learn how manage translations for the engine.
+
+# [Build pipeline](build-pipeline.md)
+Explanation on the current build pipeline.
+
 
 
 # Architecture
-## [Graphics API](graphics-api.md)
+
+# [Build architecture](architecture/build-architecture.md)
+Details on how the Stride engine is designed.
+
+## [Graphics API](architecture/graphics-api.md)
 Stride support different graphics APIs. Here you can read more about them.
 
-## [Dependency graph](dependency-graph.md)
+## [Dependency graph](architecture/dependency-graph.md)
 A graphical overview of Stride's Assemblies, NameSpaces and Core methods
 
-## [Asset introspection](asset-introspection.md)
+## [Asset introspection](architecture/asset-introspection.md)
 How and why the Stride engine uses asset introspection

+ 6 - 2
en/contributors/toc.yml

@@ -14,10 +14,14 @@
     href: engine/building-source-linux.md
   - name: Build pipeline
     href: engine/build-pipeline.md
-  - name: Build architecture
-    href: engine/build-architecture.md
   - name: Localization
     href: engine/localization.md
+  - name: Build architecture
+    href: engine/build-architecture.md
+  - name: Graphics API
+    href: engine/architecture/graphics-api.md
+  - name: Dependency graph
+    href: engine/architecture/dependency-graph.md
   - name: Asset introspection
     href: engine/build-pipeline.md