Combined setup migration docs (#619)

This commit is contained in:
shuuri-labs
2026-02-18 21:00:37 +01:00
committed by GitHub
parent 31a994937c
commit 243c1af0c1
3 changed files with 265 additions and 2 deletions

View File

@@ -615,6 +615,9 @@ export const docsNavigation = [
title: 'Coturn to Embedded STUN',
href: '/selfhosted/migration/coturn-to-stun-migration',
},
{ title: 'Combined Container Setup',
href: '/selfhosted/migration/combined-container'
},
{
title: 'Enable Reverse Proxy',
href: '/selfhosted/migration/enable-reverse-proxy',
@@ -869,4 +872,4 @@ function NavigationGroup({ group, className, hasChildren }) {
</div>
</li>
)
}
}