From 958120efc8dd6358cb483728d66f556513cd3252 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Sun, 25 Aug 2024 22:17:32 +0100 Subject: [PATCH 1/3] fix: Broken link removed --- en/contributors/engine/architecture/build-details.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/contributors/engine/architecture/build-details.md b/en/contributors/engine/architecture/build-details.md index 955fc713a..789451214 100644 --- a/en/contributors/engine/architecture/build-details.md +++ b/en/contributors/engine/architecture/build-details.md @@ -1,8 +1,7 @@ # Build details This is a technical description what happens in our build and how it is organized. This covers mostly the build architecture of Stride itself. -* [Targets](../Targets) contains the MSBuild target files used by Games -* [sources/common/targets](../sources/common/targets) (generic) and [sources/targets](https://github.com/stride3d/stride/tree/master/sources/targets) (Stride-specific) contains the MSBuild target files used to build Stride itself. +* [sources/targets](https://github.com/stride3d/stride/tree/master/sources/targets) (Stride-specific) contains the MSBuild target files used to build Stride itself. Since 3.1, we switched from our custom build system to the new csproj system with one nuget package per assembly. From feb0b923cedee90d20ea58d557afc9ad406dbc98 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Sun, 25 Aug 2024 22:17:42 +0100 Subject: [PATCH 2/3] chore: New tag removed --- en/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/toc.yml b/en/toc.yml index 6508c1dbc..c4c808ee8 100644 --- a/en/toc.yml +++ b/en/toc.yml @@ -23,6 +23,6 @@ # - name: πŸ” Diagnostics # href: diagnostics/ # homepage: diagnostics/index.md -- name: πŸ‹πŸ½ Community resources ⭐New +- name: πŸ‹πŸ½ Community resources href: community-resources/ homepage: community-resources/index.md \ No newline at end of file From 40660001d8aab381bd94d58a7329fa14f05513ae Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Sun, 25 Aug 2024 22:30:12 +0100 Subject: [PATCH 3/3] chore: docfx version bumped --- .github/workflows/stride-docs-github.yml | 2 +- .github/workflows/stride-docs-release-azure.yml | 2 +- .github/workflows/stride-docs-release-fast-track-azure.yml | 2 +- .github/workflows/stride-docs-staging-azure.yml | 2 +- .github/workflows/stride-docs-staging-fast-track-azure.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stride-docs-github.yml b/.github/workflows/stride-docs-github.yml index 106bf1cd2..6cafc4f84 100644 --- a/.github/workflows/stride-docs-github.yml +++ b/.github/workflows/stride-docs-github.yml @@ -47,7 +47,7 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 + run: dotnet tool update -g docfx --version 2.77.0 - name: Build documentation run: ./build-all.bat diff --git a/.github/workflows/stride-docs-release-azure.yml b/.github/workflows/stride-docs-release-azure.yml index 7db216955..5fbffac91 100644 --- a/.github/workflows/stride-docs-release-azure.yml +++ b/.github/workflows/stride-docs-release-azure.yml @@ -60,7 +60,7 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 + run: dotnet tool update -g docfx --version 2.77.0 - name: Build documentation run: ./build-all.bat diff --git a/.github/workflows/stride-docs-release-fast-track-azure.yml b/.github/workflows/stride-docs-release-fast-track-azure.yml index 7d98c0b12..1003f1eb4 100644 --- a/.github/workflows/stride-docs-release-fast-track-azure.yml +++ b/.github/workflows/stride-docs-release-fast-track-azure.yml @@ -54,7 +54,7 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 + run: dotnet tool update -g docfx --version 2.77.0 - name: Build documentation run: ./build-all.bat diff --git a/.github/workflows/stride-docs-staging-azure.yml b/.github/workflows/stride-docs-staging-azure.yml index c38d80a64..82cc5ac5c 100644 --- a/.github/workflows/stride-docs-staging-azure.yml +++ b/.github/workflows/stride-docs-staging-azure.yml @@ -68,7 +68,7 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 + run: dotnet tool update -g docfx --version 2.77.0 - name: Build documentation run: ./build-all.bat diff --git a/.github/workflows/stride-docs-staging-fast-track-azure.yml b/.github/workflows/stride-docs-staging-fast-track-azure.yml index 573c28b80..c73503de3 100644 --- a/.github/workflows/stride-docs-staging-fast-track-azure.yml +++ b/.github/workflows/stride-docs-staging-fast-track-azure.yml @@ -54,7 +54,7 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 + run: dotnet tool update -g docfx --version 2.77.0 - name: Build documentation run: ./build-all.bat