From 5f9dd0141891fb3038ad5b8b5227e1190e2f7431 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 9 Sep 2023 05:25:22 +0700 Subject: [PATCH] add jutsu web editor --- website/docusaurus.config.js | 1 + website/sidebars.json | 36 +++++++++++++++++++++++++++++------- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 8e97f290532..1247c921cb9 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -139,6 +139,7 @@ module.exports = { { label: "NEAR SDK", href: "/sdk/welcome" }, { label: "NEAR CLI", href: "/tools/near-cli" }, { label: "Wallet Selector", href: "/tools/wallet-selector" }, + { label: "BOS Web IDE (Jutsu)", href: "https://jutsu.ai/editor" }, { label: "Remix IDE Plugin", href: "https://docs.welldonestudio.io/code/getting-started" }, ] }, diff --git a/website/sidebars.json b/website/sidebars.json index 0b88e6c3bb0..67f3bffc646 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -371,7 +371,7 @@ }, { "type": "category", - "label": "NEAR API JS", + "label": "JavaScript API", "items": [ "tools/near-api-js/quick-reference", "tools/near-api-js/wallet", @@ -393,7 +393,7 @@ }, { "type": "category", - "label": "Development Kit (SDK)", + "label": "Smart Contract SDKs", "link": { "type": "doc", "id": "sdk/welcome" @@ -513,12 +513,34 @@ "tools/near-cli-rs" ] }, - "tools/wallet-selector", - "tools/fastauth-sdk", { - "type": "link", - "label": "Remix IDE Plugin", - "href": "https://docs.welldonestudio.io/code/getting-started" + "type": "category", + "label": "BOS Web Editors", + "items": [ + { + "type": "link", + "label": "near.org Web Editor", + "href": "https://near.org/sandbox" + }, + { + "type": "link", + "label": "Jutsu Web Editor", + "href": "https://jutsu.ai/editor" + } + ] + }, + { + "type": "category", + "label": "Wallets", + "items": [ + "tools/wallet-selector", + "tools/fastauth-sdk", + { + "type": "link", + "label": "Remix IDE Plugin", + "href": "https://docs.welldonestudio.io/code/getting-started" + } + ] }, { "type": "html",