Skip to content

Commit

Permalink
feat: footer link for docs (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Jul 10, 2024
1 parent 048dd8c commit 84a5a41
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,16 @@ const config: Config = {
links: [
{
title: "Fluvio",
items: [],
items: [
{
label: "Docs",
href: "/docs",
},
],
},
{
title: "Community",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/fluvio",
},
{
label: "Discord",
href: "https://discordapp.com/invite/bBG2dTz",
Expand Down

0 comments on commit 84a5a41

Please sign in to comment.