This repository hosts the source code for the Stride documentation. Contributors can follow the build instructions provided to run the website locally.
Перейти к файлу
Vaclav Elias 746ffc91b2
Merge pull request #347 from xhwanlan/patch
fix: Links & Misc
2024-11-03 22:26:42 +00:00
.github
Properties
en
jp
.gitattributes
.gitignore
BuildDocs.ps1
LICENSE.md
OldDocsFix.ps1
Program.cs
README.md
Stride.Docs.csproj
Stride.Docs.csproj.user
Stride.Docs.sln
appsettings.Development.json
appsettings.json
build-all.bat
robots.txt
run-fix.bat
run.bat
versions.json
web.config

README.md

Stride Docs Development

Welcome to the Stride Docs repository. This repository contains all the source files for the Stride documentation Stride Docs.

🚀 Getting Started

All the information you need to get started with Stride Docs development can be found in the 📚 Stride Docs - Contributing.

🤝 Contributing

Use Discord for questions and general discussions. Use Issues to report bugs and propose features.

We welcome code contributions through pull requests. Issues tagged as help wanted are good candidates for starting to contribute code.

Branching and Releases

The master branch is the default branch for pull requests and most other development activities.

Releases are based on a stable master branch. Use of Conventional Commits is encouraged.

The Stride Docs website is not released on a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new release.

Staging

The staging website allows us to test new features and significant changes before their official release.

The staging website is available at Stride Docs Staging.

🗺️ Roadmap

Our Roadmap communicates upcoming changes to the Stride Docs.

📖 Stride Documentation Landscape

The Stride documentation is organized across different locations. Here's how it's structured:

  1. Stride Game Engine - The main repository for Stride, a free and open-source 2D and 3D game engine.
    • Contributing to Stride - A guide for developers interested in contributing to or developing the Stride engine.
  2. Stride Website - The official site showcasing Stride, featuring:
  3. Stride Docs - The official documentation, including:
  4. Stride Community Toolkit - A set of C# helpers and extensions to enhance your experience with the Stride game engine.

🌐 .NET Foundation

This project is supported by the .NET Foundation.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

🛡️ License

This project is licensed under the MIT License.