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:
Brandon Hopkins
2025-12-01 12:53:04 -08:00
parent 677e5f72a6
commit d0de446e92

View File

@@ -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' },