Skip to content

Commit 9fb45f0

Browse files
authored
Merge branch 'main' into copilot/review-css-in-website-folder
2 parents 1874755 + f7eeca9 commit 9fb45f0

File tree

4 files changed

+32
-25
lines changed

4 files changed

+32
-25
lines changed

Website/docs/application/powershell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ PowerShell is a command-line shell and scripting language developed by Microsoft
1616

1717
:::note
1818

19-
Windows PowerShell and PowerShell are supported. Indructions for installing PowerShell Core can be found on the [official website](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?).
19+
Windows PowerShell (`powershell`) and PowerShell (`pwsh`) are supported. **Use PowerShell (`pwsh`) for the best experience.**
20+
21+
Indructions for installing PowerShell (`pwsh`) can be found on the [official website](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?).
2022

2123
:::
2224

Website/docs/introduction.mdx

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
sidebar_position: 0
33
---
44

5-
# Welcome to NETworkManager
5+
# Introduction
6+
7+
NETworkManager is a powerful tool for managing networks and troubleshoot network problems!
68

79
![NETworkManager Preview](https://github.com/BornToBeRoot/NETworkManager/raw/main/Website/static/img/preview-features.gif?raw=true)
810

911
## Features
1012

11-
The following features are currently available:
13+
NETworkManager comes with various built-in tools. See the documentation for detailed information about each feature:
1214

1315
- [Dashboard](./application/dashboard)
1416
- [Network Interface](./application/network-interface) - Information, Bandwidth, Configure
@@ -22,7 +24,7 @@ The following features are currently available:
2224
- [PowerShell](./application/powershell)
2325
- [PuTTY](./application/putty) (requires [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html))
2426
- [TigerVNC](./application/tigervnc) (requires [TigerVNC](https://tigervnc.org/))
25-
- [Web Console](./application/web-console) (requires [Microsoft Edge - WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/))
27+
- [Web Console](./application/web-console)
2628
- [SNMP](./application/snmp) - Get, Walk, Set
2729
- [Hosts File Editor](./application/hosts-file-editor)
2830
- [SNTP Lookup](./application/sntp-lookup)
@@ -36,16 +38,18 @@ The following features are currently available:
3638
- [Listeners](./application/listeners)
3739
- [ARP Table](./application/arp-table)
3840

39-
If you have any suggestions for new features, please submit a [feature request](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose) on GitHub.
40-
41-
## Profiles
41+
## Groups and Profiles
4242

43-
Organize your hosts and networks with specific configurations in profiles and use them seamless across all features. You can separate them in different profile files for each environment (e.g. work, home, customer, etc.) and encrypt them with a master password to protect your sensitive data and credentials.
43+
Organize hosts and networks in profiles with individual settings, and use them seamlessly across all features.
44+
Keep your sensitive data secure with encrypted profile files, and manage customers or environments by using
45+
different profile files. See the [Groups and Profiles](./groups-and-profiles.md) section for more information.
4446

45-
## Languages
47+
## Customization
4648

47-
Thanks to the community, NETworkManager is available in more than 16 [languages](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/). If you would like to help with the translation and improve it, you can join the translation team on [Transifex](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/).
49+
NETworkManager comes with a dark and light theme and multiple accent colors. You can also provide your own custom
50+
theme files. See the [Appearance settings](./settings/appearance.md) for more information.
4851

49-
New languages must be requested on GitHub via a [feature request](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose) before you can join the translation team and start translating.
52+
## Languages
5053

51-
See also the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md) for this project.
54+
Thanks to the community, NETworkManager is available in more than 16 [languages](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/).
55+
If you want to help translating NETworkManager, you find everything to start in the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md).

Website/src/components/HomepageFeatures/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ const FeatureList = [
3333
.default,
3434
description: (
3535
<>
36-
Organize hosts and networks in profiles with individual settings,
36+
Organize hosts and networks in profiles with specific configurations,
3737
and use them seamlessly across all features. Keep your sensitive
38-
data secure with encrypted profile files, and manage multiple
39-
customers or environments by using different profile files.
38+
data secure with encrypted profile files, and manage customers
39+
or environments by using different profile files.
4040
</>
4141
),
4242
},
@@ -59,7 +59,7 @@ const FeatureList = [
5959
<>
6060
NETworkManager is fully open source on GitHub — no ads, no subscriptions,
6161
no selling your data. Review the code, build it yourself, or contribute
62-
to make it even better."
62+
to make it even better.
6363
</>
6464
),
6565
},

Website/src/pages/download.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ import styles from "./styles.module.css";
8383
<strong>Thank you for being part of the journey!</strong>
8484
</p>
8585

86-
8786
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
8887
<Link
8988
className={`button button--info button--outline ${styles.additionalButton}`}
@@ -104,23 +103,24 @@ import styles from "./styles.module.css";
104103
<p>NETworkManager is available in three different versions:</p>
105104
<ul>
106105
<li>
107-
<b>Setup</b> (MSI-Installer): Recommended for most users, installs
106+
<b>Setup</b> (MSI-Installer):<br />Recommended for most users, installs
108107
NETworkManager for all users on the system. Requires administrator
109108
privileges. Settings and profiles are stored in the user profile
110-
directory under <code>~\Documents\NETworkManager</code>.
109+
directory under <code>~\Documents\NETworkManager</code>. Can also be
110+
used for centralized deployment via Intune, SCCM, etc.
111111
</li>
112112
<li>
113-
<b>Portable</b> (ZIP-Archive): Run NETworkManager without installation,
113+
<b>Portable</b> (ZIP-Archive):<br />Run NETworkManager without installation,
114114
e.g. from a USB stick or network share. Settings and profiles are stored
115115
in the same directory as the executable. Upgrades are supported by
116116
copying the <code>Profiles</code> and <code>Settings</code> directories
117117
to the new version.
118118
</li>
119119
<li>
120-
<b>Archive</b> (ZIP-Archive): Similar to Portable, but stores profiles
121-
and settings in the user profile directory under{" "}
122-
<code>~\Documents\NETworkManager</code>. This version might be useful
123-
for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
120+
<b>Archive</b> (ZIP-Archive):<br />Similar to Portable, but stores profiles
121+
and settings in the user profile directory under
122+
<code>~\Documents\NETworkManager</code>. This version might be useful for
123+
custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
124124
</li>
125125
</ul>
126126
</div>
@@ -145,7 +145,8 @@ import styles from "./styles.module.css";
145145
&#35; Linux
146146
sha256sum -c NETworkManager_&#123;VERSION&#125;_SHA256SUMS
147147
</code>
148-
</pre>
148+
</pre>
149+
149150
</div>
150151
</details>
151152

0 commit comments

Comments
 (0)