Skip to content

Commit

Permalink
fix: missing nav item and incorrect link for GMP
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin committed Nov 21, 2023
1 parent 97ea08c commit 2e20826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

1 comment on commit 2e20826

@vercel
Copy link

@vercel vercel bot commented on 2e20826 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.