Skip to content

Commit

Permalink
Merge pull request #1940 from OffchainLabs/haw-sidebar-fix
Browse files Browse the repository at this point in the history
docs: sidebar-hotfix
  • Loading branch information
anegg0 authored Dec 27, 2024
2 parents 81685d4 + 93c5691 commit c8045f3
Showing 1 changed file with 9 additions and 60 deletions.
69 changes: 9 additions & 60 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,67 +921,16 @@ const sidebars = {
href: 'https://code4rena.com/reports/2024-05-arbitrum-foundation',
label: 'Audit Report by Code4rena',
},
],
},
{
type: 'category',
label: 'Timeboost',
items: [
{
type: 'category',
label: 'The BoLD dispute protocol',
items: [
{
type: 'doc',
id: 'how-arbitrum-works/bold/gentle-introduction',
label: 'A gentle introduction',
},
{
type: 'link',
href: 'https://github.com/offchainlabs/bold-validator-starter-kit',
label: 'Deploy a validator on testnet',
},
{
type: 'link',
href: 'https://arxiv.org/abs/2404.10491',
label: 'BoLD Whitepaper',
},
{
type: 'doc',
id: 'bold/concepts/bold-technical-deep-dive',
label: 'Technical deep dive',
},
{
type: 'doc',
id: 'how-arbitrum-works/bold/bold-economics-of-disputes',
label: 'Economics of disputes',
},
{
type: 'link',
href: 'https://github.com/OffchainLabs/bold',
label: 'Specification on Github',
},
{
type: 'link',
href: 'https://github.com/trailofbits/publications/blob/master/reviews/2024-04-offchainbold-securityreview.pdf',
label: 'Audit Report by Trail of Bits',
},
{
type: 'link',
href: 'https://code4rena.com/reports/2024-05-arbitrum-foundation',
label: 'Audit Report by Code4rena',
},
{
type: 'doc',
id: 'how-arbitrum-works/bold/public-preview-expectations',
label: 'Public preview',
},
],
},
{
type: 'category',
label: 'Timeboost',
items: [
{
type: 'doc',
id: 'how-arbitrum-works/timeboost/gentle-introduction',
label: 'Public preview',
},
],
type: 'doc',
id: 'how-arbitrum-works/timeboost/gentle-introduction',
label: 'Public preview',
},
],
},
Expand Down

0 comments on commit c8045f3

Please sign in to comment.