Skip to content

Commit 8a0cf1c

Browse files
committed
Docs: Fix navigation
1 parent 91320d9 commit 8a0cf1c

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In addition, NETworkManager is also available through the following [package man
9191

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

94-
## ️ Donate
94+
## ️ Donate
9595

9696
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!
9797

Website/src/pages/download.mdx

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,40 +65,47 @@ Download the latest binaries via GitHub Releases:
6565
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
6666
target="_blank"
6767
>
68-
️ Donate
68+
️ Donate
6969
</Link>
70-
<Link
70+
<Link
7171
className={`button button--info ${styles.additionalButton}`}
7272
to="/docs/changelog/2024-11-11-0"
7373
target="_blank"
7474
>
75-
📃 Changelog
75+
📃 Changelog
7676
</Link>
7777
</div>
7878

7979
<details>
8080
<summary>Checksums [SHA-256]</summary>
81-
<div>
81+
<div>
8282
<p>Checksums [SHA-256] for the latest release:</p>
8383
<p>
8484
<b>Setup</b> (MSI-Installer)
85-
<pre>
86-
<code>B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125</code>
85+
<pre>
86+
<code>
87+
B3B2128F752B6CA84C9FE0B84CA279C284AEB3BB479508E546633BF34E59A125
88+
</code>
8789
</pre>
8890
<b>Portable</b> (ZIP-Archive)
8991
<pre>
90-
<code>1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55</code>
91-
</pre>
92+
<code>
93+
1D0C419C71103038397F3A0E14914B3DB1194164153448BFE57E261D093D7D55
94+
</code>
95+
</pre>
9296
<b>Archive</b> (ZIP-Archive)
93-
<pre>
94-
<code>5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA</code><br />
97+
<pre>
98+
<code>
99+
5C054ED5233207692187E1355E581F3CA226EF6BB0C551141E795C06B86832FA
100+
</code>
101+
<br />
95102
</pre>
96103
</p>
97-
<p>Verify the file hash with the following PowerShell command:</p>
104+
<p>Verify the file hash with the following PowerShell command:</p>
98105
<pre>
99106
<code class="language-powershell">
100-
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm
101-
SHA256
107+
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi
108+
-Algorithm SHA256
102109
</code>
103110
</pre>
104111
</div>

0 commit comments

Comments
 (0)