Browse Source

feat: Content udpates

Vaclav Elias 1 year ago
parent
commit
172464dfef

+ 3 - 1
en/contributors/documentation/major-release-workflow.md

@@ -29,4 +29,6 @@ The `BuildDocs.ps1` script will manage the deployment to the `4.2` folder while
 ## Other locations to update
 ## Other locations to update
 
 
 1. Modify `contributors\documentation\installation.md`
 1. Modify `contributors\documentation\installation.md`
-   - Update SDK version reference
+   - Update SDK version references
+1. Modify `contributors\engine\building-source-windows.md`
+   - Update SDK version references

+ 8 - 8
en/contributors/major-release-workflow.md

@@ -1,12 +1,12 @@
-# Major Release Workflow
+# [WIP] Major Release Workflow
 
 
 ## Engine
 ## Engine
 
 
-## Admin
+## Admin Tasks
 
 
-1. Update Stride repo README.md
-   - Update SDK version references
-1. Update Discord #welcome channel
-   - Update SDK version references, if you can't edit, copy the content, delete the message and create a new one
-1. Go through the steps in [Docs major release workflow](documentation/major-release-workflow.md)
-1. Go through the steps in [Website major release workflow](website/major-release-workflow.md)
+1. Update the Stride repository [README.md](https://github.com/stride3d/stride/blob/master/README.md)
+   - In the "Building from Source - Prerequisites" section, update the .NET SDK version references
+1. Update the Discord #welcome channel
+   - Refresh the SDK version references. If you're unable to edit the message directly, copy its content, delete the original message, and then create a new one with the updated information
+1. Follow the steps outlined in the [Docs Major Release Workflow](documentation/major-release-workflow.md)
+1. Proceed with the steps in the [Website Major Release Workflow](website/major-release-workflow.md)

+ 4 - 2
en/contributors/website/major-release-workflow.md

@@ -2,7 +2,7 @@
 
 
 1. **Create a Release Blog Post**
 1. **Create a Release Blog Post**
    - Place the post inside the `_drafts` folder, which is not deployed, or directly in the `posts` folder for testing in the `staging` environment. Note: If you need to deploy updates to the `release` branch, remember to move the post back to the `_drafts` folder.
    - Place the post inside the `_drafts` folder, which is not deployed, or directly in the `posts` folder for testing in the `staging` environment. Note: If you need to deploy updates to the `release` branch, remember to move the post back to the `_drafts` folder.
-2. **Update `_data\site.json` with the following settings**, which are used in multiple places on the website:
+1. **Update `_data\site.json` with the following settings**, which are used in multiple places on the website:
    - `version`: Increase the version number
    - `version`: Increase the version number
      - This helps refresh the cached CSS file
      - This helps refresh the cached CSS file
    - `download-version`: Update the version number for downloads
    - `download-version`: Update the version number for downloads
@@ -10,4 +10,6 @@
    - `csharp-version`: Update to the current C# version being used
    - `csharp-version`: Update to the current C# version being used
      - Used on the home page and features page
      - Used on the home page and features page
    - `dotnet-version`: Update to the current .NET version being used
    - `dotnet-version`: Update to the current .NET version being used
-     - Used on the home page and features page
+     - Used on the home page and features page
+1. Merging `master` to `staging` branch will automatically trigger deployment to our [staging environment](https://stride-website-staging.azurewebsites.net/)
+1. ⚠️ Merging `master` to `release` branch will automatically trigger deployment to our production website

+ 1 - 1
en/docfx.json

@@ -58,7 +58,7 @@
       "_enableSearch": true,
       "_enableSearch": true,
       "_appLogoPath": "media/stride-logo-red.svg",
       "_appLogoPath": "media/stride-logo-red.svg",
       "_appLogoUrl": "https://www.stride3d.net/",
       "_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.9</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.10</p><p>&copy; .NET Foundation and Contributors</p></div>",
       "_gitContribute": {
       "_gitContribute": {
         "repo": "https://github.com/stride3d/stride-docs",
         "repo": "https://github.com/stride3d/stride-docs",
         "branch": "master"
         "branch": "master"