Skip to content

Commit

Permalink
Update versionedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Oct 9, 2023
1 parent 4c9b6de commit 344fb1b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.buildPluginsConfig = [
versions: [
{
label: '1.0',
badges: ['Shimmer'],
badges: ['IOTA', 'Shimmer'],
//overriding default exclude array to include the python api's classes with _ at the beginning
//but still exclude any _admonitions
exclude: [
Expand Down Expand Up @@ -90,10 +90,6 @@ exports.buildPluginsConfig = [
icon: 'IotaCore',
subsection: 'build-layer-1',
versions: [
{
label: '1.4',
badges: ['IOTA'],
},
{
label: '2.0-rc.7',
badges: ['Shimmer'],
Expand All @@ -102,6 +98,10 @@ exports.buildPluginsConfig = [
'banners/pre-sdk-libs-deprecated.mdx',
),
},
{
label: '1.4',
badges: ['IOTA'],
},
],
},
{
Expand Down Expand Up @@ -130,10 +130,6 @@ exports.buildPluginsConfig = [
icon: 'Wallet',
subsection: 'build-layer-1',
versions: [
{
label: '0.1',
badges: ['IOTA'],
},
{
label: '1.0-rc.6',
badges: ['Shimmer'],
Expand All @@ -142,6 +138,10 @@ exports.buildPluginsConfig = [
'banners/pre-sdk-libs-deprecated.mdx',
),
},
{
label: '0.1',
badges: ['IOTA'],
},
],
},
{
Expand Down Expand Up @@ -199,7 +199,7 @@ exports.buildPluginsConfig = [
versions: [
{
label: '1.0',
badges: ['Shimmer'],
badges: ['IOTA', 'Shimmer'],
},
],
},
Expand Down Expand Up @@ -244,12 +244,12 @@ exports.maintainPluginsConfig = [
subsection: 'maintain-layer-1',
versions: [
{
label: '0.3',
badges: ['IOTA'],
label: '1.0-rc.2',
badges: ['IOTA', 'Shimmer'],
},
{
label: '1.0-rc.1',
badges: ['Shimmer'],
label: '0.3',
badges: ['IOTA'],
},
],
},
Expand Down

0 comments on commit 344fb1b

Please sign in to comment.