Skip to content

Commit f779ba9

Browse files
authored
Merge pull request #284 from VaclavElias/master
feat: Manual home page content improvements
2 parents 2a2bf24 + 631ba75 commit f779ba9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

en/manual/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
These pages contain information about how to use Stride, an open-source C# game engine.
66

77
> [!Note]
8-
> 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.
8+
> 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.
99
1010
## Latest documentation
1111

1212
### Recent updates
1313
- <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added
14-
- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Serialization explained
14+
- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Explanation of serialization
1515
- <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions
16-
- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - ECS usage explained
16+
- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - Explanation of ECS usage
1717
- <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements
1818
- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements
1919

@@ -32,4 +32,8 @@ These pages contain information about how to use Stride, an open-source C# game
3232

3333
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).
3434

35-
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).
35+
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)
36+
37+
## Stride community toolkit
38+
39+
Check out our [Stride community toolkit](https://stride3d.github.io/stride-community-toolkit/index.html) for additional helpers and extensions.

en/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
# - name: 🔍 Diagnostics
2424
# href: diagnostics/
2525
# homepage: diagnostics/index.md
26-
- name: 🏋🏽 Community resources
26+
- name: 🏋🏽 Community resources ⭐New
2727
href: community-resources/
2828
homepage: community-resources/index.md

0 commit comments

Comments
 (0)