浏览代码

Merge pull request #151 from VaclavElias/update-7

Update 7 - Readme updated and minor content updates
Vaclav Elias 2 年之前
父节点
当前提交
e77434918e
共有 2 个文件被更改,包括 28 次插入27 次删除
  1. 11 16
      README.md
  2. 17 11
      en/manual/index.md

+ 11 - 16
README.md

@@ -37,6 +37,16 @@ The staging website is available at https://stride-doc-staging.azurewebsites.net
 
 
 Our Wiki [Roadmap](https://github.com/stride3d/stride-docs/wiki/Roadmap) communicates upcoming changes to the Stride Docs.
 Our Wiki [Roadmap](https://github.com/stride3d/stride-docs/wiki/Roadmap) communicates upcoming changes to the Stride Docs.
 
 
+## 📖 Stride Documentation Landscape
+
+The Stride documentation landscape is organized across different repositories and their respective wikis to cater to both users and contributors. Here's how it's structured:
+
+1. [Stride Website](https://www.stride3d.net/) - Stride's official site showcasing its free, open-source 2D and 3D game engine, alongside blog posts
+   - [Stride Website Wiki](https://github.com/stride3d/stride-website/wiki) - This wiki serves as a comprehensive guide for those looking to contribute to or develop the Stride Website
+1. [Stride Docs](https://doc.stride3d.net/) - Here you'll find Stride's documentation, including manuals, tutorials, and API references
+   - [Stride Docs Wiki](https://github.com/stride3d/stride-docs/wiki) - This wiki is a comprehensive guide for individuals interested in contributing to or developing the Stride Docs
+1. [Stride Wiki](https://github.com/stride3d/stride/wiki) - A thorough guide for those who wish to contribute to or develop Stride game engine  
+
 ## 🌐 .NET Foundation
 ## 🌐 .NET Foundation
 
 
 This project is supported by the [.NET Foundation](http://www.dotnetfoundation.org).
 This project is supported by the [.NET Foundation](http://www.dotnetfoundation.org).
@@ -46,19 +56,4 @@ For more information see the [.NET Foundation Code of Conduct](http://www.dotnet
 
 
 ## 🛡️License
 ## 🛡️License
 
 
-This project is licensed under the [MIT](https://github.com/stride3d/stride-docs/blob/master/LICENSE.md) License.
-
-## Post-Release Features
-- Dark Theme by Default
-
-## Past Content - ToDo: Review
-
-Anyone is welcome to contribute! Before you start, please take the time to read the [guidelines](GUIDELINES.md). 
-
-You can find basic information about editing the documentation in [Getting Started](GETTINGSTARTED.md) dedicated page.
-
-Don't forget to change `$version` in [deploy.ps1](build/deploy.ps1) when branching before first deployment.
-
-### Manage multiple Stride versions
-
-Each Stride minor version (i.e. 4.0, 4.1, etc.) should have its own branch, named in the fashion `master-<version>`. The only exception is latest version, which should be `master`.
+This project is licensed under the [MIT](https://github.com/stride3d/stride-docs/blob/master/LICENSE.md) License.

+ 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.
 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
 ## 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](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
 ## 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).
 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).