Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 authored Sep 9, 2023
1 parent 210db2a commit 1e326fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const config = {
type: "doc",
docId: "intro",
position: "left",
label: "Intro",
label: "Introduction",
},
{
href: "https://github.com/f5nodes/wiki",
Expand All @@ -93,13 +93,17 @@ const config = {
title: "Docs",
items: [
{
label: "Intro",
label: "Introduction",
to: "/intro",
},
{
label: "Celestia",
to: "/category/celestia",
},
{
label: "ZetaChain",
to: "/category/zetachain",
},
],
},
{
Expand All @@ -119,7 +123,7 @@ const config = {
title: "More",
items: [
{
label: "F5 Nodes",
label: "F5 Nodes Website",
href: "https://f5nodes.com",
},
{
Expand Down

0 comments on commit 1e326fb

Please sign in to comment.