From 2a5228ffe6388c2565fa171962844c12ef995d2c Mon Sep 17 00:00:00 2001 From: Damian Parrino Date: Wed, 4 Dec 2024 11:32:03 -0300 Subject: [PATCH] apis --- .../{ => ecosystem-apis}/fastnear-api.md | 0 docs/4.tools/ecosystem-apis/nearblocks-api.md | 6 +++++ docs/4.tools/ecosystem-apis/pikespeak-api.md | 6 +++++ website/sidebars.js | 22 +++++++++++++------ 4 files changed, 27 insertions(+), 7 deletions(-) rename docs/4.tools/{ => ecosystem-apis}/fastnear-api.md (100%) create mode 100644 docs/4.tools/ecosystem-apis/nearblocks-api.md create mode 100644 docs/4.tools/ecosystem-apis/pikespeak-api.md diff --git a/docs/4.tools/fastnear-api.md b/docs/4.tools/ecosystem-apis/fastnear-api.md similarity index 100% rename from docs/4.tools/fastnear-api.md rename to docs/4.tools/ecosystem-apis/fastnear-api.md diff --git a/docs/4.tools/ecosystem-apis/nearblocks-api.md b/docs/4.tools/ecosystem-apis/nearblocks-api.md new file mode 100644 index 00000000000..55e3ec8f64c --- /dev/null +++ b/docs/4.tools/ecosystem-apis/nearblocks-api.md @@ -0,0 +1,6 @@ +--- +id: nearblocks-api +title: NearBlocks API +sidebar_label: NearBlocks API +--- + diff --git a/docs/4.tools/ecosystem-apis/pikespeak-api.md b/docs/4.tools/ecosystem-apis/pikespeak-api.md new file mode 100644 index 00000000000..06be18cb673 --- /dev/null +++ b/docs/4.tools/ecosystem-apis/pikespeak-api.md @@ -0,0 +1,6 @@ +--- +id: pikespeak-api +title: Pikespeak API +sidebar_label: Pikespeak API +--- + diff --git a/website/sidebars.js b/website/sidebars.js index 4c3538e9011..5a3bf381326 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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" - } ] }, { @@ -572,7 +568,20 @@ const sidebar = { "type": "html", "value": " Ecosystem Tools " }, - "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", @@ -583,7 +592,6 @@ const sidebar = { "label": "Keypom", "href": "https://keypom.xyz/" }, - 'tools/fastnear-api', "tools/explorer", "tools/indexing" ],