diff --git a/.github/workflows/stride-docs-release-azure.yml b/.github/workflows/stride-docs-release-azure.yml index a9a3a7f01..309d21533 100644 --- a/.github/workflows/stride-docs-release-azure.yml +++ b/.github/workflows/stride-docs-release-azure.yml @@ -27,7 +27,7 @@ jobs: - name: Dotnet Setup uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.x + dotnet-version: 8.x # Checkout the Stride Docs repository from the branch that triggered the workflow - name: Checkout Stride Docs diff --git a/.github/workflows/stride-docs-release-fast-track-azure.yml b/.github/workflows/stride-docs-release-fast-track-azure.yml index e256e15c6..bc43340e2 100644 --- a/.github/workflows/stride-docs-release-fast-track-azure.yml +++ b/.github/workflows/stride-docs-release-fast-track-azure.yml @@ -20,7 +20,7 @@ jobs: - name: Dotnet Setup uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.x + dotnet-version: 8.x # Checkout the Stride Docs repository from the branch that triggered the workflow - name: Checkout Stride Docs diff --git a/.github/workflows/stride-docs-staging-azure.yml b/.github/workflows/stride-docs-staging-azure.yml index 891b0cd5e..162b4290d 100644 --- a/.github/workflows/stride-docs-staging-azure.yml +++ b/.github/workflows/stride-docs-staging-azure.yml @@ -27,7 +27,7 @@ jobs: - name: Dotnet Setup uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.x + dotnet-version: 8.x # Checkout the Stride Docs repository from the branch that triggered the workflow - name: Checkout Stride Docs diff --git a/.github/workflows/stride-docs-staging-fast-track-azure.yml b/.github/workflows/stride-docs-staging-fast-track-azure.yml index 7f858be77..f50137612 100644 --- a/.github/workflows/stride-docs-staging-fast-track-azure.yml +++ b/.github/workflows/stride-docs-staging-fast-track-azure.yml @@ -20,7 +20,7 @@ jobs: - name: Dotnet Setup uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.x + dotnet-version: 8.x # Checkout the Stride Docs repository from the branch that triggered the workflow - name: Checkout Stride Docs diff --git a/en/contributors/documentation/index.md b/en/contributors/documentation/index.md index e45ab2f39..c1dd82b80 100644 --- a/en/contributors/documentation/index.md +++ b/en/contributors/documentation/index.md @@ -32,6 +32,8 @@ Assuming the transition is from version `4.1` to `4.2`, and that the Stride sour - Change `TargetFramework` to the current framework version being used. Ensure to test this step locally 1. Edit `versions.json` - Under `versions`, add the new version `4.2` +1. For GitHub Actions deployment update `*.yml` files in the `.github\workflows\` folder + - `dotnet-version:` Update to the related .NET version The `BuildDocs.ps1` script will manage the deployment to the `4.2` folder while maintaining accessibility to previous versions. diff --git a/en/docfx.json b/en/docfx.json index e4c5696f2..e3f5aaa43 100644 --- a/en/docfx.json +++ b/en/docfx.json @@ -25,7 +25,7 @@ ], "src": "../../stride", "properties": { - "TargetFramework": "net6.0", + "TargetFramework": "net8.0", "StrideBuildDoc": "true" } }, @@ -36,7 +36,7 @@ ], "src": "../../stride", "properties": { - "TargetFramework": "net6.0-windows7.0", + "TargetFramework": "net8.0-windows7.0", "StrideBuildDoc": "true" } } @@ -58,7 +58,7 @@ "_enableSearch": true, "_appLogoPath": "media/stride-logo-red.svg", "_appLogoUrl": "https://www.stride3d.net/", - "_appFooter": "

Supported by the .NET Foundation

Made with docfx

Stride Docs Website v.2.0.0.7

© .NET Foundation and Contributors

", + "_appFooter": "

Supported by the .NET Foundation

Made with docfx

Stride Docs Website v.2.0.0.8

© .NET Foundation and Contributors

", "_gitContribute": { "repo": "https://github.com/stride3d/stride-docs", "branch": "master" diff --git a/versions.json b/versions.json index 867ffffda..a509e9c1e 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "versions": [ + "4.2", "4.1", "4.0", "3.1",