Browse Source

feat: Manual home page updated

Vaclav Elias 2 years ago
parent
commit
4d99fc8425
1 changed files with 17 additions and 11 deletions
  1. 17 11
      en/manual/index.md

+ 17 - 11
en/manual/index.md

@@ -4,22 +4,28 @@
 
 These pages contain information about how to use Stride, an open-source C# game engine.
 
->[!Note]
->The Stride manual is under construction and updated regularly with new content. Follow [Stride on Twitter](https://twitter.com/stridedotnet?lang=en) for documentation updates.
+> [!Note]
+> The Stride manual is under construction and updated regularly with new content. Follow [Stride on Twitter](https://twitter.com/stridedotnet?lang=en) for documentation updates.
 
 ## Latest documentation
 
-* <span class="badge text-bg-success">New</span> [NuGet](nuget/index.md)
-* <span class="badge text-bg-success">New</span> [Video](video/index.md)
-* <span class="badge text-bg-success">New</span> [Cached files](files-and-folders/cached-files.md)
-* <span class="badge text-bg-success">New</span> [iOS](platforms/ios.md)
-* <span class="badge text-bg-success">New</span> [Compile shaders](graphics/effects-and-shaders/compile-shaders.md)
-* <span class="badge text-bg-info">Updated</span> [Skyboxes and backgrounds](graphics/textures/skyboxes-and-backgrounds.md)
-* <span class="badge text-bg-info">Updated</span> [Animate a camera with a model file](graphics/cameras/animate-a-camera-with-a-model-file.md)
-* <span class="badge text-bg-info">Updated</span> [Material slots](graphics/materials/material-slots.md)
+### Recent updates
+
+- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](manual/stride-for-unity-developers/index.md) - Content improvements
+
+### Previous updates
+
+- <span class="badge text-bg-success">New</span> [NuGet](nuget/index.md)
+- <span class="badge text-bg-success">New</span> [Video](video/index.md)
+- <span class="badge text-bg-success">New</span> [Cached files](files-and-folders/cached-files.md)
+- <span class="badge text-bg-success">New</span> [iOS](platforms/ios.md)
+- <span class="badge text-bg-success">New</span> [Compile shaders](graphics/effects-and-shaders/compile-shaders.md)
+- <span class="badge text-bg-info">Updated</span> [Skyboxes and backgrounds](graphics/textures/skyboxes-and-backgrounds.md)
+- <span class="badge text-bg-info">Updated</span> [Animate a camera with a model file](graphics/cameras/animate-a-camera-with-a-model-file.md)
+- <span class="badge text-bg-info">Updated</span> [Material slots](graphics/materials/material-slots.md)
 
 ## Improve this documentation
 
 The Stride documentation is open source, so anyone can edit it. If you find a mistake, you can correct it or comment in [GitHub](https://github.com/stride3d/stride-docs).
 
-To edit any page of this manual, in the top right, click **Improve this Doc**. Please make sure to follow the [writing guidelines](https://github.com/stride3d/stride-docs/blob/master/GUIDELINES.md).
+To edit any page of this manual, at the bottom, click **Edit this page** link. Please make sure to follow the [writing guidelines](https://github.com/stride3d/stride-docs/wiki).