Add Coturn to Embedded STUN migration (#566)

This commit is contained in:
Misha Bragin
2026-01-21 14:51:57 +01:00
committed by GitHub
parent 410bfe325c
commit 14827a38d5
2 changed files with 324 additions and 0 deletions

View File

@@ -330,6 +330,14 @@ export const docsNavigation = [
{ title: 'Activity Events Postgres Store', href: '/selfhosted/activity-postgres-store' },
{ title: 'Management geolocation', href: '/selfhosted/geo-support' },
{ title: 'Troubleshooting', href: '/selfhosted/troubleshooting' },
{
title: 'Migration Guides',
isOpen: false,
links: [
{ title: 'Coturn to Embedded STUN', href: '/selfhosted/migration/coturn-to-stun-migration' },
]
},
],
},
{