Browse Source

feat: Various content updates

Vaclav Elias 2 years ago
parent
commit
d5a6050222

+ 1 - 1
en/contributors/documentation/content.md

@@ -94,7 +94,7 @@ In addition to the Manual and Tutorial sections mentioned above, the same princi
 
 Docfx supports additional markdown syntax to enrich content. These syntaxes are specific to Docfx and **may not render** correctly on other platforms, like GitHub.
 
-For more information, read the Docfx documentation on [shortcodes and includes](https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet). Some commonly used features include:
+For more information, read the Docfx documentation on [markdown, shortcodes and includes](https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet). Some commonly used features include:
 
 - **Alert**: These are block quotes that render with distinct colors and icons, highlighting the importance or nature of the content
 - **Video**: Embed video content directly into your documentation

+ 3 - 1
en/contributors/documentation/index.md

@@ -27,4 +27,6 @@ Various Stride systems rely on content fetched and processed from either the Str
 1. https://doc.stride3d.net/latest/en/index.json
    - This JSON file is crucial for integrating the Stride Docs search functionality with the Stride Website. It ensures that search results are comprehensive, including relevant information from both the Stride website and Stride Docs.
 1. https://doc.stride3d.net/latest/en/ReleaseNotes/ReleaseNotes.md
-   - The **Stride Launcher** utilizes this file when you click a release notes button.
+   - The **Stride Launcher** utilizes this file when you click a release notes button.
+1. https://doc.stride3d.net/latest/en/diagnostics/index.html
+   - Diagnostic warnings in the Stride IDE reference pages in the Stride Docs - Diagnostics section. This ensures that users can quickly find detailed explanations and potential solutions for any issues encountered.

+ 2 - 3
en/contributors/documentation/installation.md

@@ -28,7 +28,7 @@ Enter the following command to install the latest docfx
 dotnet tool install -g docfx
 ```
 
-Or check the inslalled version is at least `2.67.0`
+Or check the installed version is at least `2.74.1`
 
 ```
 docfx --version
@@ -45,12 +45,11 @@ dotnet tool update -g docfx
 Install a specific version of Docfx
 
 ```
-dotnet tool update -g docfx --version 2.67.0
+dotnet tool update -g docfx --version 2.74.1
 ```
 
 Uninstall Docfx if you need to downgrade
 
-
 ```
 dotnet tool uninstall -g docfx
 ```