From 1fcbb0d801dc410cd6c8df4b4db28f8866851f28 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:04:22 -0300 Subject: [PATCH] Move deprecated docs to the bottom of the switcher --- versionedConfig.js | 82 +++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/versionedConfig.js b/versionedConfig.js index 68374706541..5180151ed2c 100644 --- a/versionedConfig.js +++ b/versionedConfig.js @@ -82,6 +82,47 @@ exports.buildPluginsConfig = [ }, ], }, + { + id: 'stronghold-rs', + routeBasePath: 'stronghold.rs', + label: 'Stronghold', + description: 'Securely store secrets.', + icon: 'Stronghold', + subsection: 'build-layer-1', + versions: [ + { + label: '1.1', + badges: ['IOTA', 'Shimmer'], + }, + ], + }, + { + id: 'apis', + label: 'APIs', + description: 'All available APIs.', + icon: 'Tools', + subsection: 'build-layer-1', + versions: [ + { + label: '', + badges: ['IOTA', 'Shimmer'], + docItemComponent: '@theme/ApiItem', + }, + ], + }, + { + id: 'cli-wallet', + label: 'CLI Wallet', + description: 'Command line wallet.', + icon: 'Wallet', + subsection: 'build-layer-1', + versions: [ + { + label: '1.0', + badges: ['IOTA', 'Shimmer'], + }, + ], + }, { id: 'iota-rs', routeBasePath: 'iota.rs', @@ -144,34 +185,6 @@ exports.buildPluginsConfig = [ }, ], }, - { - id: 'stronghold-rs', - routeBasePath: 'stronghold.rs', - label: 'Stronghold', - description: 'Securely store secrets.', - icon: 'Stronghold', - subsection: 'build-layer-1', - versions: [ - { - label: '1.1', - badges: ['IOTA', 'Shimmer'], - }, - ], - }, - { - id: 'apis', - label: 'APIs', - description: 'All available APIs.', - icon: 'Tools', - subsection: 'build-layer-1', - versions: [ - { - label: '', - badges: ['IOTA', 'Shimmer'], - docItemComponent: '@theme/ApiItem', - }, - ], - }, { id: 'iota-streams', routeBasePath: 'streams', @@ -190,19 +203,6 @@ exports.buildPluginsConfig = [ }, ], }, - { - id: 'cli-wallet', - label: 'CLI Wallet', - description: 'Command line wallet.', - icon: 'Wallet', - subsection: 'build-layer-1', - versions: [ - { - label: '1.0', - badges: ['IOTA', 'Shimmer'], - }, - ], - }, ]; exports.maintainPluginsConfig = [