Browse Source

Update index.md - Consistency updates

Vaclav Elias 2 years ago
parent
commit
073d657526
1 changed files with 7 additions and 8 deletions
  1. 7 8
      en/contributors/engine/index.md

+ 7 - 8
en/contributors/engine/index.md

@@ -1,5 +1,5 @@
 # Contribute to Stride engine
-Here you can find various pages describing building the source locally for different systems. You can also find information about stride's architecture.
+Here you can find various pages describing building the source locally for different systems. You can also find information about Stride's architecture.
 
 ### [Contribute code](contribute-code.md)
 Want to help out fixing bugs or making new features? Check out how you can do so.
@@ -8,7 +8,7 @@ Want to help out fixing bugs or making new features? Check out how you can do so
 Here you can learn about the process on our bug bounty process.
 
 ### [Building on Windows](building-source-windows.md)
-Building and running the Stride engine locally on Windows using [Visual Studio](building-source-windows.md) or other [IDEs](building-source-windows-other-ide.md)
+Building and running the Stride engine locally on Windows using [Visual Studio](building-source-windows.md) or other [IDEs](building-source-windows-other-ide.md).
 
 [//]: # (### [Building on Linux](building-source-linux.md))
 
@@ -17,15 +17,14 @@ Building and running the Stride engine locally on Windows using [Visual Studio](
 ### [Localization](localization.md)
 Learn how manage translations for the engine.
 
-
 ### [Hot reloading shaders](hot-reloading-shaders.md)
-Learn about hot reloading shaders
+Learn about hot reloading shaders.
 
 ### [Source debugging](source-debugging.md)
-Learn how to do source debugging
+Learn how to do source debugging.
 
 ### [Visual studio plugin](visual-studio-plugin.md)
-Learn about the Visual studio plugin for shader development
+Learn about the Visual studio plugin for shader development.
 
 # Architecture 🧬
 ### [Build pipeline](architecture/build-pipeline.md)
@@ -38,7 +37,7 @@ Details on the building process of the Stride engine.
 Stride support different graphics APIs. Here you can read more about them.
 
 ### [Dependency graph](architecture/dependency-graph.md)
-A graphical overview of Stride's Assemblies, NameSpaces and Core methods
+A graphical overview of Stride's Assemblies, NameSpaces and Core methods.
 
 ### [Asset introspection](architecture/asset-introspection.md)
-How and why the Stride engine uses asset introspection
+How and why the Stride engine uses asset introspection.