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

Commit c45bd61

Browse files
committed
fix sidebar order
1 parent c9d7eab commit c45bd61

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
@@ -27,22 +27,21 @@ const sidebars = {
2727
label: '🧬 Embeddings',
2828
className: 'category-link',
2929
},
30-
'about',
3130
'api-reference',
32-
'telemetry',
33-
'roadmap',
34-
'contributing',
3531
'troubleshooting',
36-
'migration',
37-
'deployment',
38-
'observability',
39-
4032
{
4133
type: 'link',
4234
href: '/integrations',
4335
label: '🔌 Integrations',
4436
className: 'category-link',
4537
},
38+
'deployment',
39+
'migration',
40+
'observability',
41+
'telemetry',
42+
'roadmap',
43+
'contributing',
44+
'about',
4645
{
4746
type: 'link',
4847
href: '/api',

0 commit comments

Comments
 (0)