Feat/add apple tv installation docs (#520)

* - Added docs page for installing on tvOS
- Split Android & Android TV installations into seperate pages

---------

Co-authored-by: Ashley Mensah <ashley@netbird.io>
Co-authored-by: Jack Carter <128555021+SunsetDrifter@users.noreply.github.com>
This commit is contained in:
shuuri-labs
2026-01-20 21:54:15 +01:00
committed by GitHub
parent c7e6c9850c
commit 410bfe325c
12 changed files with 154 additions and 19 deletions

View File

@@ -38,7 +38,9 @@ export const docsNavigation = [
{ title: 'MacOS', href: '/get-started/install/macos' },
{ title: 'Docker', href: '/get-started/install/docker' },
{ title: 'iOS', href: '/get-started/install/ios' },
{ title: 'tvOS', href: '/get-started/install/tvos'},
{ title: 'Android', href: '/get-started/install/android' },
{ title: 'Android TV', href: '/get-started/install/android-tv'}
],
},
{