mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 01:46:35 +00:00
Add Platforms to Navigation and Pages for Proxmox and RaspberryPi (#506)
* Refactor installation documentation and navigation structure - Updated the NavigationDocs component to reorganize installation links for NetBird, separating platforms into distinct sections for better clarity. - Added new installation options for Raspberry Pi and Proxmox VE, enhancing the documentation for additional platforms. - Improved the installation index page to include a dedicated section for additional platforms, ensuring users can easily find relevant installation instructions. * Moved info from KH * Enhance Proxmox VE installation documentation - Added an introduction to Proxmox VE, explaining its features and suitability for running NetBird. - Included detailed steps for downloading a container template, emphasizing popular Linux distributions. - Added a video tutorial section and links to additional resources for setting up Proxmox with NetBird. * Update NavigationDocscs * Added <div className="videowrapper"> * Update TUN passthrough instructions for clarity Clarify instructions for enabling /dev/tun passthrough in Proxmox VE.
This commit is contained in:
@@ -30,20 +30,25 @@ export const docsNavigation = [
|
||||
links: [
|
||||
{ title: 'Quickstart Guide', href: '/get-started' },
|
||||
{
|
||||
title: 'Install NetBird',
|
||||
isOpen: true,
|
||||
href: '/get-started/install',
|
||||
links: [
|
||||
{ title: 'Linux', href: '/get-started/install/linux' },
|
||||
{ title: 'Windows', href: '/get-started/install/windows' },
|
||||
{ title: 'MacOS', href: '/get-started/install/macos' },
|
||||
{ title: 'Android', href: '/get-started/install/android' },
|
||||
{ title: 'iOS', href: '/get-started/install/ios' },
|
||||
{ title: 'Docker', href: '/get-started/install/docker' },
|
||||
{ title: 'Synology', href: '/get-started/install/synology' },
|
||||
{ title: 'pfSense', href: '/get-started/install/pfsense' },
|
||||
{ title: 'OPNsense', href: '/get-started/install/opnsense' },
|
||||
],
|
||||
title: 'Install NetBird', isOpen: true, href: '/get-started/install',
|
||||
links: [
|
||||
{ title: 'Linux', href: '/get-started/install/linux' },
|
||||
{ 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: 'Proxmox VE', href: '/get-started/install/proxmox-ve' },
|
||||
{ title: 'Synology', href: '/get-started/install/synology' },
|
||||
{ title: 'pfSense', href: '/get-started/install/pfsense' },
|
||||
{ title: 'OPNsense', href: '/get-started/install/opnsense' },
|
||||
{ title: 'Raspberry Pi', href: '/get-started/install/raspberrypi' },
|
||||
]
|
||||
},
|
||||
{ title: 'CLI', href: '/get-started/cli' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user