Skip to content

Commit

Permalink
apis
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Dec 4, 2024
1 parent 1fac9b4 commit 2a5228f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/4.tools/ecosystem-apis/nearblocks-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: nearblocks-api
title: NearBlocks API
sidebar_label: NearBlocks API
---

6 changes: 6 additions & 0 deletions docs/4.tools/ecosystem-apis/pikespeak-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: pikespeak-api
title: Pikespeak API
sidebar_label: Pikespeak API
---

22 changes: 15 additions & 7 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,9 @@ const sidebar = {
"type": "category",
"label": "Wallets",
"items": [
"tools/wallets",
"tools/wallet-selector",
"tools/ethereum-wallets",
{
"type": "link",
"label": "Remix IDE Plugin",
"href": "https://docs.welldonestudio.io/code/getting-started"
}
]
},
{
Expand All @@ -572,7 +568,20 @@ const sidebar = {
"type": "html",
"value": "<span class='menu__link'><b><small> Ecosystem Tools </small></b></span>"
},
"tools/wallets",
{
"type": "category",
"label": "Data APIs",
"items": [
'tools/ecosystem-apis/fastnear-api',
'tools/ecosystem-apis/nearblocks-api',
'tools/ecosystem-apis/pikespeak-api',
]
},
{
"type": "link",
"label": "Remix IDE Plugin",
"href": "https://docs.welldonestudio.io/code/getting-started"
},
{
"type": "link",
"label": "Testnet Faucet",
Expand All @@ -583,7 +592,6 @@ const sidebar = {
"label": "Keypom",
"href": "https://keypom.xyz/"
},
'tools/fastnear-api',
"tools/explorer",
"tools/indexing"
],
Expand Down

0 comments on commit 2a5228f

Please sign in to comment.