Skip to content

Commit

Permalink
Merge pull request #197 from VaclavElias/master
Browse files Browse the repository at this point in the history
4.2 release meta updates
  • Loading branch information
VaclavElias authored Nov 16, 2023
2 parents c230d94 + e35c630 commit b9992c8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stride-docs-release-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stride-docs-release-fast-track-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stride-docs-staging-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stride-docs-staging-fast-track-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions en/contributors/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions en/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"src": "../../stride",
"properties": {
"TargetFramework": "net6.0",
"TargetFramework": "net8.0",
"StrideBuildDoc": "true"
}
},
Expand All @@ -36,7 +36,7 @@
],
"src": "../../stride",
"properties": {
"TargetFramework": "net6.0-windows7.0",
"TargetFramework": "net8.0-windows7.0",
"StrideBuildDoc": "true"
}
}
Expand All @@ -58,7 +58,7 @@
"_enableSearch": true,
"_appLogoPath": "media/stride-logo-red.svg",
"_appLogoUrl": "https://www.stride3d.net/",
"_appFooter": "<div class=\"d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small\"><p >Supported by the <a href=\"https://dotnetfoundation.org/\" target=\"_blank\" rel=\"noopener\">.NET Foundation</a></p><p>Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a></p><p >Stride Docs Website v.2.0.0.7</p><p>&copy; .NET Foundation and Contributors</p></div>",
"_appFooter": "<div class=\"d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small\"><p >Supported by the <a href=\"https://dotnetfoundation.org/\" target=\"_blank\" rel=\"noopener\">.NET Foundation</a></p><p>Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a></p><p >Stride Docs Website v.2.0.0.8</p><p>&copy; .NET Foundation and Contributors</p></div>",
"_gitContribute": {
"repo": "https://github.com/stride3d/stride-docs",
"branch": "master"
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"versions": [
"4.2",
"4.1",
"4.0",
"3.1",
Expand Down

0 comments on commit b9992c8

Please sign in to comment.