From 45be1bf0186a57569025bfd09f6e24c1c4de2225 Mon Sep 17 00:00:00 2001 From: braginini Date: Wed, 2 Oct 2024 15:05:09 +0100 Subject: [PATCH] Add doc reference --- src/components/NavigationDocs.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index e73f9743..4e5c12a0 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -60,6 +60,10 @@ export const docsNavigation = [ title: 'Add Servers to the Network', href: '/how-to/setup-keys-add-servers-to-network' }, + { + title: 'Migrate Workloads', + href: '/how-to/db-workload-migration' + }, ] }, ]