Skip to content

Commit

Permalink
fix: readjust sidebar categories
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Nov 13, 2024
1 parent 27722ee commit ab04a24
Showing 1 changed file with 22 additions and 69 deletions.
91 changes: 22 additions & 69 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
],
},
Expand Down

0 comments on commit ab04a24

Please sign in to comment.