Skip to content

Commit 187fdb7

Browse files
committed
Docs: Improve download page
1 parent dcc67df commit 187fdb7

3 files changed

Lines changed: 61 additions & 26 deletions

File tree

Website/docs/changelog/2024-5-24-0.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ sidebar_position: 986
77
Version: **2024.5.24.0** <br />
88
Release date: **24.05.2024**
99

10-
| File | `SHA256` |
11-
| ---- | -------- |
10+
| File | `SHA256` |
11+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
12+
| [`NETworkManager_2024.5.24.0_Setup.msi`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.5.24.0/NETworkManager_2024.5.24.0_Setup.msi) | `33AA6EEC72C45933380751A547D3F56E04DC2F991968708D88ADDDB2B8618A5D` |
13+
| [`NETworkManager_2024.5.24.0_Portable.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.5.24.0/NETworkManager_2024.5.24.0_Portable.zip) | `07A249DBE04A5A8572925B0F21077605760FA701539FF0FDC2C6D94CEB1518E2` |
14+
| [`NETworkManager_2024.5.24.0_Archive.zip`](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.5.24.0/NETworkManager_2024.5.24.0_Archive.zip) | `6993716D4E7B2F6041EEF6FAACCCB88D9AFDD164A5C9A9B9C21E965163A4AECD` |
15+
1216

1317
**System requirements**
1418

Website/src/pages/download.mdx

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ import styles from "./styles.module.css";
88

99
# Download
1010

11-
## Latest
12-
1311
Version: **2024.4.21.0**<br />
1412
Release date: **21.04.2024**
1513

1614
Download the latest binaries via GitHub Releases:
1715

18-
<div className={`${styles.downloadButtonContainer} margin-bottom--lg`}>
16+
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
1917
<Link
2018
className={`button button--primary ${styles.downloadButton}`}
2119
to="https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.4.21.0/NETworkManager_2024.4.21.0_Setup.exe"
@@ -61,35 +59,66 @@ Download the latest binaries via GitHub Releases:
6159
</p>
6260
</div>
6361

64-
Here you can find the [changelog](/docs/changelog/2024-4-21-0).
62+
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
63+
<Link
64+
className={`button button--secondary ${styles.additionalButton}`}
65+
to="/docs/changelog/2024-4-21-0"
66+
>
67+
Changelog
68+
</Link>
69+
</div>
70+
71+
<details>
72+
<summary>SHA256 checksums</summary>
73+
<div>
74+
<div>
75+
<p>File hashes of the above downloads:</p>
76+
<table>
77+
<thead>
78+
<tr>
79+
<th>File</th>
80+
<th><code>SHA256</code></th>
81+
</tr>
82+
</thead>
83+
<tbody>
84+
<tr>
85+
<td><code>NETworkManager_2024.4.21.0_Setup.exe</code></td>
86+
<td><code>C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666</code></td>
87+
</tr>
88+
<tr>
89+
<td><code>NETworkManager_2024.4.21.0_Portable.zip</code></td>
90+
<td><code>85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6</code></td>
91+
</tr>
92+
<tr>
93+
<td><code>NETworkManager_2024.4.21.0_Archive.zip</code></td>
94+
<td><code>96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819</code></td>
95+
</tr>
96+
</tbody>
97+
</table>
98+
</div>
99+
</div>
100+
</details>
65101

66102
:::info
67103

68-
**Setup** [Recommended]<br />
104+
**Setup** (MSI-Installer) [Recommended]<br />
69105
Installs NETworkManager on your system for all users (requires administrator privileges).<br />
70106
Profiles and settings are stored in the user profile under `Documents\NETworkManager`.<br />
71107

72-
**Portable**<br />
108+
**Portable** (ZIP-Archive)<br />
73109
Run NETworkManager anywhere without installation (e.g. USB stick, network share).<br />
74110
Profiles and settings are stored in the same directory as the executable. Upgrades are supported by copying the `Profiles` and `Settings` directories to the newly downloaded version.
75111

76-
**Archive**<br />
112+
**Archive** (ZIP-Archive)<br />
77113
Run NETworkManager anywhere without installation (e.g. USB stick, network share).<br />
78114
Profiles and settings are stored in the user profile under `Documents\NETworkManager`. Might be useful for custom deployment senarios (e.g. Terminal Server, Intune, etc.).
79115

80-
See also the [system requirements](#system-requirements).
81-
82116
:::
83117

84-
### Hashes
85-
86-
File hashes of the above downloads:
118+
## System requirements
87119

88-
| File | `SHA256` |
89-
| :---------------------------------------- | :----------------------------------------------------------------- |
90-
| `NETworkManager_2024.4.21.0_Setup.exe` | `C0A49E98C788CC0C69B0AAA87D7550B7307B797A761B8913D1CDAE305FDFF666` |
91-
| `NETworkManager_2024.4.21.0_Portable.zip` | `85AB794D44FEC49A08FBD261C00689E8D50A50DF9787B85946752B1F180373B6` |
92-
| `NETworkManager_2024.4.21.0_Archive.zip` | `96DAFC53A89A86E7FF9C971F5136FD9474BF2CCB956C724EE93C10B231B25819` |
120+
- Windows 10 / Server x64 (1809 or later)
121+
- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
93122

94123
:::info
95124

@@ -113,11 +142,6 @@ Please note that pre-release versions are not as stable as regular versions and
113142

114143
:::
115144

116-
## System requirements
117-
118-
- Windows 10 / Server x64 (1809 or later)
119-
- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
120-
121145
## Package Manager
122146

123147
NETworkManager is available through the following package managers.

Website/src/pages/styles.module.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ table {
120120
overflow: hidden;
121121
}
122122

123-
.downloadButtonContainer {
123+
.centerButtonContainer {
124124
display: flex;
125125
justify-content: center;
126126
}
@@ -132,6 +132,13 @@ table {
132132
font-size: 24px;
133133
}
134134

135+
.additionalButton {
136+
margin: 20px;
137+
height: 44px;
138+
width: 200px;
139+
font-size: 18px;
140+
}
141+
135142
@media only screen and (max-width: 768px) {
136143
.hero {
137144
padding-left: 20px;
@@ -170,7 +177,7 @@ table {
170177
display: none;
171178
}
172179

173-
.downloadButtonContainer {
180+
.centerButtonContainer {
174181
display: flex;
175182
flex-wrap: wrap;
176183
justify-content: center;

0 commit comments

Comments
 (0)