Skip to content

Commit

Permalink
docs: Added examples to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Jan 25, 2024
1 parent f28139d commit 7e1ef41
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,17 @@ const config: Config = {
type: "docSidebar",
sidebarId: "tutorialSidebar",
position: "left",
label: "Docs",
label: "📖 Docs",
},
{
href: "https://pkg.go.dev/github.com/go-fuego/fuego",
position: "left",
label: "Reference",
label: "📚 Reference",
},
{
href: "https://github.com/go-fuego/fuego/tree/main/examples/",
position: "left",
label: "👀 Examples",
},
{
href: "https://github.com/go-fuego/fuego",
Expand Down

0 comments on commit 7e1ef41

Please sign in to comment.