Add DB Workload Migration (#240)

This commit is contained in:
Damaso Sanoja
2024-10-03 10:57:54 -04:00
committed by GitHub
parent 17fb9602d3
commit e5acced50f
9 changed files with 386 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ export const docsNavigation = [
isOpen: true,
links: [
{
title: 'Remote Webserver Access',
title: 'Access Remote Webserver',
href: '/how-to/secure-remote-webserver-access'
},
{
@@ -62,6 +62,16 @@ export const docsNavigation = [
},
]
},
{
title: 'Connect Site-to-Site',
isOpen: true,
links: [
{
title: 'Simplify Workload Migrations',
href: '/how-to/db-workload-migration'
},
]
},
]
},
{