From bbda3e3252840d087f4e470e26324445af655ceb Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:55:49 -0300 Subject: [PATCH] ISC - Move EVM to the top of the L2 switcher (#1191) * move EVM to the top of the L2 switcher fix build regex * remove unwanted change --- docusaurus.config.js | 4 ++-- versionedConfig.js | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 147d3f3642f..ce8e84d0434 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -57,8 +57,8 @@ module.exports = async () => { '^(/[^/]+)?/wallet.rs/.*|' + '^(/[^/]+)?/stronghold.rs/.*|' + '^(/[^/]+)?/streams/.*|' + - '^(/[^/]+)?/wasp-cli/.*' + - '^(/[^/]+)?/wasp-wasm/.*' + + '^(/[^/]+)?/wasp-cli/.*|' + + '^(/[^/]+)?/wasp-wasm/.*|' + '^(/[^/]+)?/wasp-evm/.*', }, { diff --git a/versionedConfig.js b/versionedConfig.js index e587985ae60..5bd5d148635 100644 --- a/versionedConfig.js +++ b/versionedConfig.js @@ -22,9 +22,9 @@ exports.buildPluginsConfig = [ ], }, { - id: 'wasp-cli', - label: 'Wasp CLI', - description: 'Create custom smart contract chains.', + id: 'wasp-evm', + label: 'EVM', + description: 'Create EVM smart contracts.', icon: 'SmartContracts', subsection: 'build-layer-2', versions: [ @@ -35,9 +35,9 @@ exports.buildPluginsConfig = [ ], }, { - id: 'wasp-evm', - label: 'EVM', - description: 'Create EVM smart contracts.', + id: 'wasp-cli', + label: 'Wasp CLI', + description: 'Create custom smart contract chains.', icon: 'SmartContracts', subsection: 'build-layer-2', versions: [