mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update NavigationDocs.jsx to reorganize mobile platform links, moving iOS and Android entries to the main navigation section for improved clarity.
This commit is contained in:
@@ -38,13 +38,13 @@ export const docsNavigation = [
|
||||
{ title: 'Windows', href: '/get-started/install/windows' },
|
||||
{ title: 'MacOS', href: '/get-started/install/macos' },
|
||||
{ title: 'Docker', href: '/get-started/install/docker' },
|
||||
{ title: 'iOS', href: '/get-started/install/ios' },
|
||||
{ title: 'Android', href: '/get-started/install/android' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Platforms', isOpen: false,
|
||||
links: [
|
||||
{ title: 'iOS', href: '/get-started/install/ios' },
|
||||
{ title: 'Android', href: '/get-started/install/android' },
|
||||
{ title: 'Synology', href: '/get-started/install/synology' },
|
||||
{ title: 'pfSense', href: '/get-started/install/pfsense' },
|
||||
{ title: 'OPNsense', href: '/get-started/install/opnsense' },
|
||||
|
||||
Reference in New Issue
Block a user