diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 35be7539..2eab0bc4 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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' },