Skip to content

Commit fb8cdf8

Browse files
committed
update URL and rename file
added navigation link
1 parent fae327c commit fb8cdf8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/NavigationDocs.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ export const docsNavigation = [
228228
isOpen: false,
229229
links: [
230230
{ title: 'Managed Service Providers', href: '/how-to/msp-portal' },
231+
{ title: 'Acronis NetBird integration', href: '/how-to/acronis-netbird-integration' },
231232

232233
]
233234
},

src/pages/how-to/acronis-windows-netbird-integration.mdx renamed to src/pages/how-to/acronis-netbird-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To add a new PowerShell script, navigate to `MANAGEMENT > Script repository` and
157157

158158
Paste the following script into the IDE:
159159

160-
```PowerShell
160+
```shell
161161
# NetBird Windows Installation Script
162162
# Requires Administrator privileges
163163

@@ -259,7 +259,7 @@ Next, on the right sidebar:
259259
260260
Using a similar procedure, you can add the following script to use the MSI installer instead of the EXE installer:
261261
262-
```PowerShell
262+
```shell
263263
# NetBird MSI Installation Script
264264
# Requires Administrator privileges
265265
@@ -405,7 +405,7 @@ The script downloads the official `.msi` installer and uses the silent flag to i
405405
406406
Likewise, you can add an **Uninstall NetBird** script:
407407
408-
```PowerShell
408+
```shell
409409
# NetBird Windows Uninstall Script
410410
# Requires Administrator privileges
411411

0 commit comments

Comments
 (0)