Skip to content

Commit

Permalink
reorder sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator committed Dec 4, 2024
1 parent 2534a67 commit 995d3a2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default defineConfig({
{
label: 'DataHUB',
collapsed: true,
// autogenerate: { directory: 'datahub' },
items:[
'datahub',
{
Expand Down Expand Up @@ -123,7 +122,28 @@ export default defineConfig({
label: 'ARC Commander',
// Collapse the group by default.
collapsed: true,
autogenerate: { directory: 'arc-commander' },
items:[
'arc-commander',
{
label: 'Setup',
collapsed: false,
autogenerate: { directory: 'arc-commander/setup'},
},
'arc-commander/before-we-start',
'arc-commander/arc-commander-quick-start',
'arc-commander/arc-commander-quick-start-expert',
{
label: 'Central Functions',
collapsed: false,
autogenerate: { directory: 'arc-commander/central-functions'},
},
{
label: 'ISA metadata',
collapsed: false,
autogenerate: { directory: 'arc-commander/isa'},
},
'arc-commander/lfs',
]
},
{
label: 'Swate',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lastUpdated: 2022-12-20
authors:
- martin-kuhl
sidebar:
order: 14
order: 15
---


Expand Down

0 comments on commit 995d3a2

Please sign in to comment.