diff --git a/.github/workflows/stride-website-staging-azure.yml b/.github/workflows/stride-website-staging-azure.yml index 3eafdeec..c8667233 100644 --- a/.github/workflows/stride-website-staging-azure.yml +++ b/.github/workflows/stride-website-staging-azure.yml @@ -9,6 +9,7 @@ on: - staging paths-ignore: - 'README.md' + - 'Stride.Web.sln' - 'wiki/**' - '_drafts/**' - .gitignore diff --git a/_data/site.json b/_data/site.json index 0eb8615d..12ddc5dd 100644 --- a/_data/site.json +++ b/_data/site.json @@ -1,5 +1,5 @@ { - "version": "2.0.0.25", + "version": "2.0.0.26", "engine": "Eleventy 2.0", "title": "Stride Game Engine", "description": "C# Stride Game Engine is a powerful and versatile game development engine that is based on the C# programming language", @@ -30,6 +30,7 @@ "docs-search-url": "https://doc.stride3d.net/latest/en/index.json", "docs-tutorial-url": "https://doc.stride3d.net/latest/en/tutorials/", "docs-contributing-url": "https://doc.stride3d.net/latest/en/contributors/index.html", + "docs-community-resources-url": "https://doc.stride3d.net/latest/en/community-resources/index.html", "dotnet-foundation-url": "https://dotnetfoundation.org/", "facebook-url": "https://www.facebook.com/stride3d", "github-discussions-url": "https://github.com/stride3d/stride/discussions", diff --git a/_includes/_top-navigation.html b/_includes/_top-navigation.html index aaeb439d..8b9963a8 100644 --- a/_includes/_top-navigation.html +++ b/_includes/_top-navigation.html @@ -23,8 +23,9 @@
  • 📚 Manual (JP)
  • 🎓 Tutorials
  • 📝 Release Notes
  • -
  • 🔧 API
  • 🌟 Contributing
  • +
  • 🔧 API
  • +
  • 🏋🏽 Community Resources