Skip to content

Commit

Permalink
Match monorepo PR #1867 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn authored Apr 8, 2024
1 parent e91c1f6 commit 87457f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const sidebars = {
},
'concepts/gnovm',
'concepts/gno-language',
'concepts/testnets',
'concepts/effective-gno',
'concepts/proof-of-contribution',
'concepts/tendermint2',
Expand Down Expand Up @@ -92,6 +93,7 @@ const sidebars = {
link: {type: 'doc', id: 'reference/reference'},
items: [
'reference/rpc-endpoints',
'reference/network-config',
{
type: 'category',
label: 'Standard Libraries',
Expand Down Expand Up @@ -162,4 +164,4 @@ const sidebars = {
],
};

module.exports = sidebars;
module.exports = sidebars;

0 comments on commit 87457f6

Please sign in to comment.