Skip to content

Commit

Permalink
Move deprecated docs to the bottom of the switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored Nov 27, 2023
1 parent 69fe74c commit 1fcbb0d
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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 = [
Expand Down

0 comments on commit 1fcbb0d

Please sign in to comment.