Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 01f29c4

Browse files
authored
Merge pull request #164 from chroma-core/fix/order
fix sidebar order
2 parents 42206a7 + 1bc169c commit 01f29c4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

sidebars.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,21 @@ const sidebars = {
2828
className: 'category-link',
2929
},
3030
'multi-modal',
31-
'about',
3231
'api-reference',
33-
'telemetry',
34-
'roadmap',
35-
'contributing',
3632
'troubleshooting',
37-
'migration',
38-
'deployment',
39-
'observability',
40-
4133
{
4234
type: 'link',
4335
href: '/integrations',
4436
label: '🔌 Integrations',
4537
className: 'category-link',
4638
},
39+
'deployment',
40+
'migration',
41+
'observability',
42+
'telemetry',
43+
'roadmap',
44+
'contributing',
45+
'about',
4746
{
4847
type: 'link',
4948
href: '/api',

0 commit comments

Comments
 (0)