From d85544f79386ecf093afe22473db966a5d6e8966 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:19:21 +0100 Subject: [PATCH] Move Polkadot JS to Advanced (#5324) * moved to advanced * moved js ui page * modified sidebar * Update polkadot-wiki/sidebars.js * Update polkadot-wiki/sidebars.js --------- Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/general/polkadotjs.md | 2 +- polkadot-wiki/sidebars.js | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/general/polkadotjs.md b/docs/general/polkadotjs.md index 46c79a27e78..9339f83cf79 100644 --- a/docs/general/polkadotjs.md +++ b/docs/general/polkadotjs.md @@ -1,7 +1,7 @@ --- id: polkadotjs title: Polkadot-JS -sidebar_label: Polkadot-JS +sidebar_label: Polkadot-JS Tooling description: The Polkadot-JS Tool Collection. keywords: [polkadotjs, polkadotjs apps, apps UI, extension] slug: ../polkadotjs diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 6696ee72911..777444384bd 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -25,7 +25,6 @@ module.exports = { "general/wallets-and-extensions", "general/ledger", "general/polkadot-vault", - "general/polkadotjs-ui", ], }, { @@ -46,7 +45,6 @@ module.exports = { "general/parachains-apps", ], }, - "general/polkadotjs", { type: "category", label: "Dashboards", @@ -271,6 +269,21 @@ module.exports = { slug: '/learn-advanced-index', }, items: [ + { + type: "category", + label: "Polkadot-JS", + description: 'Overview of Polkadot-JS.', + link: { + type: 'generated-index', + title: 'Polkadot-JS', + description: 'Overview of Polkadot-JS.', + slug: '/learn-polkadotjs-index', + }, + items: [ + "general/polkadotjs", + "general/polkadotjs-ui", + ], + }, { type: "category", label: "Architecture",