Skip to content

Commit

Permalink
feat: move Whitepaper to the left after Basics
Browse files Browse the repository at this point in the history
  • Loading branch information
RodinGolodin committed Jun 18, 2024
1 parent b41d1d4 commit c77193f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ const config = {
label: 'Basics',
to: 'basics',
},
{
label: 'Whitepaper',
to: '/basics/white-paper',
target: '_blank',
},
// Apps
{
label: 'dApps',
Expand All @@ -168,11 +173,6 @@ const config = {
label: 'Bridge operators',
to: 'bridge-operators',
},
{
label: 'Whitepaper',
to: '/basics/white-paper',
target: '_blank',
},
// Search
{
type: 'search',
Expand Down

0 comments on commit c77193f

Please sign in to comment.