diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 5db26846..07ca5721 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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' }, ] }, diff --git a/src/pages/how-to/acronis-windows-netbird-integration.mdx b/src/pages/how-to/acronis-netbird-integration.mdx similarity index 99% rename from src/pages/how-to/acronis-windows-netbird-integration.mdx rename to src/pages/how-to/acronis-netbird-integration.mdx index a601c95e..ca718045 100644 --- a/src/pages/how-to/acronis-windows-netbird-integration.mdx +++ b/src/pages/how-to/acronis-netbird-integration.mdx @@ -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