Skip to content

Commit d0b74dd

Browse files
committed
Update download.mdx
1 parent f4d7649 commit d0b74dd

File tree

1 file changed

+54
-39
lines changed

1 file changed

+54
-39
lines changed

Website/src/pages/download.mdx

Lines changed: 54 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,28 @@ Download the latest binaries via GitHub Releases:
3434
</Link>
3535
</div>
3636

37+
<div
38+
className="alert alert--secondary"
39+
style={{ marginTop: "2rem", padding: "1rem" }}
40+
>
41+
<h3>🙏 Enjoying NETworkManager?</h3>
42+
<p>
43+
If you find <strong>NETworkManager</strong> helpful, please consider
44+
supporting the project! Your <strong>donation</strong> or a simple{" "}
45+
<strong>share</strong> helps keep the project alive and enables further
46+
development and improvements.
47+
</p>
48+
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
49+
<Link
50+
className={`button button--secondary ${styles.additionalButton}`}
51+
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
52+
target="_blank"
53+
>
54+
💖 Donate
55+
</Link>
56+
</div>
57+
</div>
58+
3759
<div className={`${styles.shieldsContainer}`}>
3860
<p>
3961
<a
@@ -60,13 +82,6 @@ Download the latest binaries via GitHub Releases:
6082
</div>
6183

6284
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
63-
<Link
64-
className={`button button--secondary ${styles.additionalButton}`}
65-
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
66-
target="_blank"
67-
>
68-
💖 Donate
69-
</Link>
7085
<Link
7186
className={`button button--secondary ${styles.additionalButton}`}
7287
to="/docs/changelog/2025-1-18-0"
@@ -77,9 +92,39 @@ Download the latest binaries via GitHub Releases:
7792
</div>
7893

7994
<details>
80-
<summary>Checksums [SHA-256]</summary>
95+
<summary>
96+
<p>What version should I download?</p>
97+
</summary>
98+
<div>
99+
<p>NETworkManager is available in three different versions:</p>
100+
<ul>
101+
<li>
102+
<b>Setup</b> (MSI-Installer): Recommended for most users, installs
103+
NETworkManager for all users on the system. Requires administrator
104+
privileges. Settings and profiles are stored in the user profile
105+
directory under <code>~\Documents\NETworkManager</code>.
106+
</li>
107+
<li>
108+
<b>Portable</b> (ZIP-Archive): Run NETworkManager without installation,
109+
e.g. from a USB stick or network share. Settings and profiles are stored
110+
in the same directory as the executable. Upgrades are supported by
111+
copying the <code>Profiles</code> and <code>Settings</code> directories
112+
to the new version.
113+
</li>
114+
<li>
115+
<b>Archive</b> (ZIP-Archive): Similar to Portable, but stores profiles
116+
and settings in the user profile directory under{" "}
117+
<code>~\Documents\NETworkManager</code>. This version might be useful
118+
for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
119+
</li>
120+
</ul>
121+
</div>
122+
</details>
123+
124+
<details>
125+
<summary>Checksums</summary>
81126
<div>
82-
<p>SHA-256 checksums for the latest release:</p>
127+
<p>Checksums [SHA-256] for the latest release:</p>
83128
<p>
84129
<b>Setup</b> (MSI-Installer)
85130
<pre>
@@ -120,36 +165,6 @@ Download the latest binaries via GitHub Releases:
120165
</div>
121166
</details>
122167

123-
<details>
124-
<summary>
125-
<p>What version should I download?</p>
126-
</summary>
127-
<div>
128-
<p>NETworkManager is available in three different versions:</p>
129-
<ul>
130-
<li>
131-
<b>Setup</b> (MSI-Installer): Recommended for most users, installs
132-
NETworkManager for all users on the system. Requires administrator
133-
privileges. Settings and profiles are stored in the user profile
134-
directory under <code>~\Documents\NETworkManager</code>.
135-
</li>
136-
<li>
137-
<b>Portable</b> (ZIP-Archive): Run NETworkManager without installation,
138-
e.g. from a USB stick or network share. Settings and profiles are stored
139-
in the same directory as the executable. Upgrades are supported by
140-
copying the <code>Profiles</code> and <code>Settings</code> directories
141-
to the new version.
142-
</li>
143-
<li>
144-
<b>Archive</b> (ZIP-Archive): Similar to Portable, but stores profiles
145-
and settings in the user profile directory under{" "}
146-
<code>~\Documents\NETworkManager</code>. This version might be useful
147-
for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
148-
</li>
149-
</ul>
150-
</div>
151-
</details>
152-
153168
## System requirements
154169

155170
- Windows 10 / Server x64 (22H2 or later)

0 commit comments

Comments
 (0)