Bläddra i källkod

Merge pull request #284 from VaclavElias/master

feat: Manual home page content improvements
Vaclav Elias 1 år sedan
förälder
incheckning
f779ba9a46
2 ändrade filer med 9 tillägg och 5 borttagningar
  1. 8 4
      en/manual/index.md
  2. 1 1
      en/toc.yml

+ 8 - 4
en/manual/index.md

@@ -5,15 +5,15 @@
 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 X](https://x.com/stridedotnet?s=20) for documentation updates.
+> The Stride manual is under construction and is regularly updated with new content. Follow [Stride on X](https://x.com/stridedotnet?s=20) for documentation updates.
 
 ## Latest documentation
 
 ### Recent updates
 - <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added
-- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Serialization explained
+- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Explanation of serialization
 - <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions
-- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - ECS usage explained
+- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - Explanation of ECS usage
 - <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements
 - <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements
 
@@ -32,4 +32,8 @@ These pages contain information about how to use Stride, an open-source C# game
 
 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, at the bottom, click **Edit this page** link. Please make sure to follow the [writing guidelines](https://github.com/stride3d/stride-docs/wiki).
+To edit any page of this manual, click the **Edit this page** link at the bottom. Please make sure to follow the [writing guidelines](../contributors/documentation/index.md)
+
+## Stride community toolkit
+
+Check out our [Stride community toolkit](https://stride3d.github.io/stride-community-toolkit/index.html) for additional helpers and extensions.

+ 1 - 1
en/toc.yml

@@ -23,6 +23,6 @@
 # - name: 🔍 Diagnostics
 #   href: diagnostics/
 #   homepage: diagnostics/index.md
-- name: 🏋🏽 Community resources
+- name: 🏋🏽 Community resources ⭐New
   href: community-resources/
   homepage: community-resources/index.md