Skip to content

Commit

Permalink
Move Polkadot JS to Advanced (#5324)
Browse files Browse the repository at this point in the history
* moved to advanced

* moved js ui page

* modified sidebar

* Update polkadot-wiki/sidebars.js

* Update polkadot-wiki/sidebars.js

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Oct 30, 2023
1 parent 64dd170 commit d85544f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/general/polkadotjs.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 15 additions & 2 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
"general/wallets-and-extensions",
"general/ledger",
"general/polkadot-vault",
"general/polkadotjs-ui",
],
},
{
Expand All @@ -46,7 +45,6 @@ module.exports = {
"general/parachains-apps",
],
},
"general/polkadotjs",
{
type: "category",
label: "Dashboards",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d85544f

Please sign in to comment.