From ab04a24e9816159eca390be82807a946a2b44380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Wed, 13 Nov 2024 14:37:51 -0800 Subject: [PATCH] fix: readjust sidebar categories --- website/sidebars.js | 91 +++++++++++---------------------------------- 1 file changed, 22 insertions(+), 69 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 5c76a9291..fe297d9a2 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -259,112 +259,65 @@ const sidebars = { }, { type: 'category', - label: 'Production Orbit chain setup', + label: 'Configure your chain', collapsed: true, items: [ { type: 'doc', - id: 'launch-orbit-chain/orbit-sdk-introduction', - label: `Introduction`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-rollup-chain', - label: `Rollup Orbit Deployment`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-anytrust-chain', - label: `AnyTrust Orbit Deployment`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-custom-gas-token-chain', - label: `Custom Gas Token Orbit Deployment`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-preparing-node-config', - label: `Node Config Generation`, + id: 'launch-orbit-chain/how-tos/customize-precompile', + label: `Customize your chain's precompiles`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-token-bridge', - label: `Token bridge deployment`, + id: 'launch-orbit-chain/how-tos/customize-stf', + label: `Customize your chain's behavior`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/orbit-sdk-configuring-orbit-chain', - label: `Orbit Chain Configuration`, + id: 'launch-orbit-chain/how-tos/customize-arbos', + label: `Customize ArbOS version`, }, ], }, { type: 'category', - label: 'Customize your chain', + label: 'Production Orbit chain setup', collapsed: true, items: [ { type: 'doc', - id: 'launch-orbit-chain/how-tos/customize-deployment-configuration', - label: `Customize your chain's deployment`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/reference/additional-configuration-parameters', - label: `Additional configuration parameters`, + id: 'launch-orbit-chain/orbit-sdk-introduction', + label: `Introduction`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/use-a-custom-gas-token', - label: `Use a custom gas token`, + id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-rollup-chain', + label: `Rollup Orbit Deployment`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/customize-precompile', - label: `Customize your chain's precompiles`, + id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-anytrust-chain', + label: `AnyTrust Orbit Deployment`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/customize-stf', - label: `Customize your chain's behavior`, + id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-custom-gas-token-chain', + label: `Custom Gas Token Orbit Deployment`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/customize-arbos', - label: `Customize ArbOS version`, + id: 'launch-orbit-chain/how-tos/orbit-sdk-preparing-node-config', + label: `Node Config Generation`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/usdc-standard-bridge', - label: `Implement Circle bridged USDC`, + id: 'launch-orbit-chain/how-tos/orbit-sdk-deploying-token-bridge', + label: `Token bridge deployment`, }, { type: 'doc', - id: 'launch-orbit-chain/how-tos/fast-withdrawals', - label: `Enable fast withdrawals`, - }, - { - type: 'category', - label: 'AEP fee router', - collapsed: true, - items: [ - { - type: 'doc', - id: 'launch-orbit-chain/aep-fee-router-introduction', - label: `AEP fee router overview`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/set-up-aep-fee-router', - label: `Set up AEP fee router`, - }, - { - type: 'doc', - id: 'launch-orbit-chain/how-tos/calculate-aep-fees', - label: `Calculate AEP license fees`, - }, - ], + id: 'launch-orbit-chain/how-tos/orbit-sdk-configuring-orbit-chain', + label: `Orbit Chain Configuration`, }, ], },