update URL and rename file

added navigation link
This commit is contained in:
Maycon Santos
2025-06-24 16:47:48 +02:00
parent fae327cc5f
commit fb8cdf8ad4
2 changed files with 4 additions and 3 deletions

View File

@@ -228,6 +228,7 @@ export const docsNavigation = [
isOpen: false,
links: [
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
{ title: 'Acronis NetBird integration', href: '/how-to/acronis-netbird-integration' },
]
},

View File

@@ -157,7 +157,7 @@ To add a new PowerShell script, navigate to `MANAGEMENT > Script repository` and
Paste the following script into the IDE:
```PowerShell
```shell
# NetBird Windows Installation Script
# Requires Administrator privileges
@@ -259,7 +259,7 @@ Next, on the right sidebar:
Using a similar procedure, you can add the following script to use the MSI installer instead of the EXE installer:
```PowerShell
```shell
# NetBird MSI Installation Script
# Requires Administrator privileges
@@ -405,7 +405,7 @@ The script downloads the official `.msi` installer and uses the silent flag to i
Likewise, you can add an **Uninstall NetBird** script:
```PowerShell
```shell
# NetBird Windows Uninstall Script
# Requires Administrator privileges