Skip to content

Commit

Permalink
Improve sidenav collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabtreb committed Aug 22, 2024
1 parent 40bc664 commit 066949d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/content/learn/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ sidebar_position: 1
# Architecture

__ diagram here __

<img src="/img/omni-intro.png" width="1000px"/>


4 changes: 2 additions & 2 deletions docs/website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const sidebars: SidebarsConfig = {
'build-xdapp/walkthrough',
'build-xdapp/showcase-dapps',
],
collapsed: false,
collapsed: true,
},
{
type: 'category',
Expand All @@ -35,7 +35,7 @@ const sidebars: SidebarsConfig = {
'learn/token',
'learn/whitepaper',
],
collapsed: false,
collapsed: true,
},
{
type: 'category',
Expand Down

0 comments on commit 066949d

Please sign in to comment.