Skip to content

Commit

Permalink
Docs: Fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Dec 18, 2024
1 parent 91320d9 commit 8a0cf1c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In addition, NETworkManager is also available through the following [package man

Evergreen PowerShell module: <https://github.com/aaronparker/evergreen>

## ️ Donate
## ️ Donate

NETworkManager is open-source and provided for free, without any ads. I'm developing it in my spare time. If you like the project and want to support it, you can donate a few coins so I can buy a coffee :coffee: or a beer :beer:. Feel free to leave a star and share the project with your friends and colleagues. Thank you!

Expand Down
33 changes: 20 additions & 13 deletions Website/src/pages/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,40 +65,47 @@ Download the latest binaries via GitHub Releases:
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
target="_blank"
>
️ Donate
️ Donate
</Link>
<Link
<Link
className={`button button--info ${styles.additionalButton}`}
to="/docs/changelog/2024-11-11-0"
target="_blank"
>
📃 Changelog
📃 Changelog
</Link>
</div>

<details>
<summary>Checksums [SHA-256]</summary>
<div>
<div>
<p>Checksums [SHA-256] for the latest release:</p>
<p>
<b>Setup</b> (MSI-Installer)
<pre>
<code>B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125</code>
<pre>
<code>
B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125
</code>
</pre>
<b>Portable</b> (ZIP-Archive)
<pre>
<code>1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55</code>
</pre>
<code>
1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55
</code>
</pre>
<b>Archive</b> (ZIP-Archive)
<pre>
<code>5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA</code><br />
<pre>
<code>
5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA
</code>
<br />
</pre>
</p>
<p>Verify the file hash with the following PowerShell command:</p>
<p>Verify the file hash with the following PowerShell command:</p>
<pre>
<code class="language-powershell">
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm
SHA256
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi
-Algorithm SHA256
</code>
</pre>
</div>
Expand Down

0 comments on commit 8a0cf1c

Please sign in to comment.