Skip to content

Commit

Permalink
Add DB Workload Migration (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
damasosanoja authored Oct 3, 2024
1 parent 17fb960 commit e5acced
Show file tree
Hide file tree
Showing 9 changed files with 386 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
{
Expand All @@ -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'
},
]
},
]
},
{
Expand Down
Loading

0 comments on commit e5acced

Please sign in to comment.