Skip to content

Commit

Permalink
add it to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed May 10, 2024
1 parent 9a0db7d commit 63b933e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const config = {
},
{
type: "doc",
label: "Build a Module",
label: "Build",
docId: "build/building-modules/intro",
},
{
Expand All @@ -122,6 +122,10 @@ const config = {
docId: "tutorials/vote-extensions/auction-frontrunning/getting-started",
position: "left",
},
{
label: "REST API",
to: "api",
},
{
href: "https://github.com/cosmos/cosmos-sdk",
html: `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="github-icon">
Expand Down

0 comments on commit 63b933e

Please sign in to comment.