Skip to content

Commit

Permalink
Merge branch 'master' into mdx-batch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 authored Nov 15, 2024
2 parents 0f6358f + 122f91f commit d6da095
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,26 +755,19 @@ const sidebars = {
],
},
{
type: 'category',
label: 'Nitro',
collapsed: true,
items: [
{
type: 'doc',
id: 'run-arbitrum-node/nitro/build-nitro-locally',
label: 'Build Nitro locally',
},
{
type: 'doc',
id: 'run-arbitrum-node/nitro/migrate-state-and-history-from-classic',
label: 'Migrate to Nitro from Classic',
},
{
type: 'doc',
id: 'run-arbitrum-node/nitro/nitro-database-snapshots',
label: 'Nitro database snapshots',
},
],
type: 'doc',
id: 'run-arbitrum-node/nitro/build-nitro-locally',
label: 'Build Nitro locally',
},
{
type: 'doc',
id: 'run-arbitrum-node/nitro/migrate-state-and-history-from-classic',
label: 'Migrate to Nitro from Classic',
},
{
type: 'doc',
id: 'run-arbitrum-node/nitro/nitro-database-snapshots',
label: 'Database snapshots',
},
{
type: 'doc',
Expand Down

0 comments on commit d6da095

Please sign in to comment.