Skip to content

Commit

Permalink
add jutsu web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed Sep 8, 2023
1 parent 3bc8d46 commit 5f9dd01
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
},
Expand Down
36 changes: 29 additions & 7 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -393,7 +393,7 @@
},
{
"type": "category",
"label": "Development Kit (SDK)",
"label": "Smart Contract SDKs",
"link": {
"type": "doc",
"id": "sdk/welcome"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5f9dd01

Please sign in to comment.