Skip to content

Commit

Permalink
feat(website): some link changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Nov 25, 2024
1 parent 3cd12af commit 6395518
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ const config: Config = {
label: `Getting started`,
position: `left`,
},
{
type: `doc`,
docId: `recipes`,
label: `Recipes`,
position: `left`,
},
{
type: `doc`,
docId: `api/index`,
Expand All @@ -107,6 +113,7 @@ const config: Config = {
title: `Docs`,
items: [
{ label: `Getting started`, to: `/docs/getting-started` },
{ label: `Recipes`, to: `/docs/recipes` },
{ label: `API`, to: `/docs/api` },
],
},
Expand All @@ -125,7 +132,10 @@ const config: Config = {
},
{
title: `More`,
items: [{ label: `GitHub`, href: gitHubUrl }],
items: [
{ label: `Playground`, href: `/playground` },
{ label: `GitHub`, href: gitHubUrl },
],
},
],
copyright: `
Expand Down

0 comments on commit 6395518

Please sign in to comment.