Skip to content

Commit 9be2516

Browse files
committed
Docs: Upgrade docusaurus to 3.3.2
1 parent 3af1f2b commit 9be2516

3 files changed

Lines changed: 1599 additions & 1626 deletions

File tree

Website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.2.1",
18-
"@docusaurus/preset-classic": "3.2.1",
17+
"@docusaurus/core": "3.3.2",
18+
"@docusaurus/preset-classic": "3.3.2",
1919
"@mdx-js/react": "^3.0.0",
2020
"clsx": "^2.0.0",
2121
"prism-react-renderer": "^2.3.0",
@@ -24,8 +24,8 @@
2424
"react-image-gallery": "^1.3.0"
2525
},
2626
"devDependencies": {
27-
"@docusaurus/module-type-aliases": "3.2.1",
28-
"@docusaurus/types": "3.2.1"
27+
"@docusaurus/module-type-aliases": "3.3.2",
28+
"@docusaurus/types": "3.3.2"
2929
},
3030
"browserslist": {
3131
"production": [

Website/src/pages/download.mdx

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,24 @@ Download the latest binaries via GitHub Releases:
7070
</div>
7171

7272
<details>
73-
<summary>SHA256 checksums</summary>
74-
<div>
75-
<p>File hashes of the above downloads:</p>
73+
<summary>Checksums [SHA-256]</summary>
74+
<div>
75+
<p>SHA-256 checksums for the latest release:</p>
7676
<p>
77-
<b>Setup:</b>
77+
<b>Setup</b> (MSI-Installer)
7878
<pre>
7979
<code>C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666</code>
8080
</pre>
81-
<b>Portable:</b>
81+
<b>Portable</b> (ZIP-Archive)
8282
<pre>
8383
<code>85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6</code>
8484
</pre>
85-
<b>Archive:</b>
85+
<b>Archive</b> (ZIP-Archive)
8686
<pre>
8787
<code>96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819</code><br />
8888
</pre>
8989
</p>
90-
<p>You can verify the file hash with the following PowerShell command:</p>
90+
<p>Verify the file hash with the following PowerShell command:</p>
9191
<pre>
9292
<code class="language-powershell">
9393
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm
@@ -118,16 +118,6 @@ Profiles and settings are stored in the user profile under `Documents\NETworkMan
118118
- Windows 10 / Server x64 (1809 or later)
119119
- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
120120

121-
:::info
122-
123-
You can verify the file hash with the following PowerShell command:
124-
125-
```powershell
126-
Get-FileHash -Path .\NETworkManager_{VERSION}_Setup.exe -Algorithm SHA256
127-
```
128-
129-
:::
130-
131121
## Silent install
132122

133123
Install silent with the following command:

0 commit comments

Comments
 (0)