Skip to content

Commit

Permalink
fix: removed sidebar items added in error
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Jul 11, 2024
1 parent 0bc2912 commit b71c08b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,29 +409,6 @@ const sidebars = {
id: 'launch-orbit-chain/how-tos/orbit-sdk-configuring-orbit-chain',
label: `Orbit Chain Configuration`,
},
{
type: 'category',
label: 'SDK References',
collapsed: true,
items: [
{
type: 'doc',
id: 'launch-orbit-chain/reference/orbit-sdk-function-reference-createRollupPrepareConfig',
label: `createRollupPrepareConfig function reference`,
},
{
type: 'doc',
id: 'launch-orbit-chain/reference/orbit-sdk-function-reference-createRollupPrepareTransactionReceipt',
label: `createRollupPrepareConfig function reference`,
},

{
type: 'doc',
id: 'launch-orbit-chain/reference/every_configuration_parameter',
label: `Deployment parameters`,
},
],
},
],
},
],
Expand Down

0 comments on commit b71c08b

Please sign in to comment.