Skip to content

Commit f7eeca9

Browse files
committed
Close #3249
1 parent eb36a61 commit f7eeca9

File tree

4 files changed

+29
-22
lines changed

4 files changed

+29
-22
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
@@ -4,13 +4,15 @@ sidebar_position: 0
44

55
import styles from "./styles.module.css";
66

7-
# Welcome to NETworkManager
7+
# Introduction
8+
9+
NETworkManager is a powerful tool for managing networks and troubleshoot network problems!
810

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

1113
## Features
1214

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

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

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

45-
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.
45+
Organize hosts and networks in profiles with individual settings, and use them seamlessly across all features.
46+
Keep your sensitive data secure with encrypted profile files, and manage customers or environments by using
47+
different profile files. See the [Groups and Profiles](./groups-and-profiles.md) section for more information.
4648

47-
## Languages
49+
## Customization
4850

49-
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/).
51+
NETworkManager comes with a dark and light theme and multiple accent colors. You can also provide your own custom
52+
theme files. See the [Appearance settings](./settings/appearance.md) for more information.
5053

51-
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.
54+
## Languages
5255

53-
See also the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md) for this project.
56+
Thanks to the community, NETworkManager is available in more than 16 [languages](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/).
57+
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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
3838
data secure with encrypted profile files, and manage customers
3939
or environments by using different profile files.

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)