Add Netbird on Mikrotik howto (#209)

* Add Netbird on Mikrotik howta

* Fix typos
This commit is contained in:
Davor Grubisa
2024-08-12 13:20:26 +02:00
committed by GitHub
parent 0e7aa8c09d
commit 0b48f687e9
2 changed files with 206 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export const docsNavigation = [
{ title: 'Serverless and NetBird', href: '/how-to/netbird-on-faas' },
{ title: 'Routing peers and Kubernetes', href: '/how-to/routing-peers-and-kubernetes'},
{ title: 'NetBird Client on AWS ECS', href: '/how-to/examples'},
{ title: 'Netbird on Mikrotik Router', href: '/how-to/client-on-mikrotik-router' },
],
@@ -293,4 +294,4 @@ export const docsNavigation = [
</div>
</li>
)
}
}