Skip to content

Commit

Permalink
Merge pull request #2410 from dfinity/add-solidity-sidebar
Browse files Browse the repository at this point in the history
Add Solidity to nav bar
  • Loading branch information
jessiemongeon1 authored Jan 30, 2024
2 parents 5b29e22 + a7c01b6 commit 432f54d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ const subnavItems = [
to: "https://demergent-labs.github.io/kybra/",
label: "Python",
},
{
type: "docSidebar",
position: "left",
sidebarId: "solidity",
label: "Solidity",
},
{
position: "left",
to: "blog",
Expand Down
7 changes: 7 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,13 @@ const sidebars = {
],
},
],
solidity: [
{
type: "doc",
label: "Solidity",
id: "developer-docs/backend/solidity/index",
},
],
};

module.exports = sidebars;

0 comments on commit 432f54d

Please sign in to comment.