diff --git a/src/layouts/navigation.ts b/src/layouts/navigation.ts index 6e9ff939a..70db10943 100644 --- a/src/layouts/navigation.ts +++ b/src/layouts/navigation.ts @@ -23,6 +23,10 @@ export const getNavigation = (section) => { children: [ { title: "Overview", + href: "/dev/general-message-passing/overview", + }, + { + title: "Local Development", href: "/dev/general-message-passing/local-dev", }, {