Skip to content

Commit

Permalink
fix: navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jan 13, 2025
1 parent ffcf002 commit f36ad2c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sidebarBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const sidebarBuild: SidebarsConfig = {
{
type: 'category',
label: 'Sapphire',
collapsible: false,
link: {
type: 'doc',
id: 'build/sapphire/README',
Expand All @@ -18,7 +19,6 @@ export const sidebarBuild: SidebarsConfig = {
'build/sapphire/quickstart',
'build/sapphire/network',
'build/sapphire/ethereum',

{
type: 'category',
label: 'Develop',
Expand Down Expand Up @@ -49,11 +49,11 @@ export const sidebarBuild: SidebarsConfig = {
'build/sapphire/examples',
'build/sapphire/addresses',
],
collapsed: false
},
{
type: 'category',
label: 'ROFL',
collapsible: false,
link: {
type: 'doc',
id: 'build/rofl/README',
Expand All @@ -68,11 +68,11 @@ export const sidebarBuild: SidebarsConfig = {
},
'build/rofl/trust-root',
],
collapsed: false
},
{
type: 'category',
label: 'Oasis Privacy Layer',
collapsible: false,
link: {
type: 'doc',
id: 'build/opl/README',
Expand Down Expand Up @@ -115,11 +115,11 @@ export const sidebarBuild: SidebarsConfig = {
],
},
],
collapsed: false
},
{
type: 'category',
label: 'Tools & Services',
collapsible: false,
link: {
type: 'doc',
id: 'build/tools/README',
Expand Down Expand Up @@ -201,7 +201,6 @@ export const sidebarBuild: SidebarsConfig = {
],
},
],
collapsed: false
},
],
};

0 comments on commit f36ad2c

Please sign in to comment.