Skip to content

Commit

Permalink
Merge pull request #805 from hirosystems/develop
Browse files Browse the repository at this point in the history
hide cookbook url
  • Loading branch information
ryanwaits authored Dec 4, 2024
2 parents d0d5621 + e8ecfb4 commit 645fcb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/(docs)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ export const layoutOptions: Omit<DocsLayoutProps, "children"> = {
text: "Guides",
url: "/guides",
},
{
text: "Cookbook",
url: "/cookbook",
},
// {
// text: "Cookbook",
// url: "/cookbook",
// },
],
sidebar: {
defaultOpenLevel: 0,
Expand Down Expand Up @@ -74,10 +74,10 @@ export const homeLayoutOptions: Omit<DocsLayoutProps, "children"> = {
text: "Guides",
url: "/guides",
},
{
text: "Cookbook",
url: "/cookbook",
},
// {
// text: "Cookbook",
// url: "/cookbook",
// },
],
};

Expand Down

0 comments on commit 645fcb0

Please sign in to comment.