Skip to content

Commit

Permalink
update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Sep 21, 2023
1 parent 138dfa3 commit 40a1719
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
items: [
{ label: "Smart Contracts", href: "/develop/contracts/welcome" },
{ label: "Web3 Applications", href: "/develop/integrate/welcome" },
{ label: "Monitor the Chain", href: "/develop/monitor" },
{ label: "Indexing the Chain", href: "/develop/monitor" },
{
type: 'html',
value: '<hr/>',
Expand Down
53 changes: 29 additions & 24 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,11 @@
"label": "Wallet Selector ↗",
"href": "/tools/wallet-selector"
},
{
"type": "link",
"label": "QueryAPI ↗",
"href": "/bos/queryapi/intro"
},
{
"type": "link",
"label": "BOS CLI",
Expand All @@ -675,30 +680,6 @@
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Track Real-time Events </small></b></span>"
},
"tools/realtime",
{
"type": "link",
"label": "Real-time Events (Lake)",
"href": "/tutorials/indexer/nft-indexer"
},
{
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Data Analytics </small></b></span>"
},
"bos/queryapi/big-query",
"tools/indexer-for-explorer",
{
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> QueryAPI </small></b></span>"
Expand All @@ -718,6 +699,16 @@
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Data Analytics </small></b></span>"
},
"bos/queryapi/big-query",
"tools/indexer-for-explorer",
{
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> NEAR Lake Framework </small></b></span>"
Expand Down Expand Up @@ -757,6 +748,20 @@
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Track Real-time Events </small></b></span>"
},
"tools/realtime",
{
"type": "link",
"label": "Real-time Events (Lake)",
"href": "/tutorials/indexer/nft-indexer"
},
{
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Ecosystem Tools </small></b></span>"
Expand Down

0 comments on commit 40a1719

Please sign in to comment.