Rename menu and article

This commit is contained in:
braginini
2024-10-02 15:48:33 +01:00
parent 4a7cc84fc1
commit c1262af23b
2 changed files with 17 additions and 7 deletions

View File

@@ -53,15 +53,21 @@ export const docsNavigation = [
isOpen: true,
links: [
{
title: 'Remote Webserver Access',
title: 'Access Remote Webserver',
href: '/how-to/secure-remote-webserver-access'
},
{
title: 'Add Servers to the Network',
href: '/how-to/setup-keys-add-servers-to-network'
},
]
},
{
title: 'Connect Site-to-Site',
isOpen: true,
links: [
{
title: 'Migrate Workloads',
title: 'Simplify Workload Migrations',
href: '/how-to/db-workload-migration'
},
]