Skip to content

Commit 9d303c9

Browse files
committed
[update] sidebar
1 parent 8394750 commit 9d303c9

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

sidebars.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ module.exports = {
1111
type: "category",
1212
label: "API",
1313
collapsed: false,
14+
link: {
15+
type: 'doc',
16+
id: 'api/overview'
17+
},
1418
items: [
15-
"api/overview",
1619
"api/methods",
1720
"api/events_bus",
1821
"api/events",
@@ -30,6 +33,14 @@ module.exports = {
3033
type: "category",
3134
label: "Guides",
3235
collapsed: false,
36+
link: {
37+
type: 'generated-index',
38+
title: 'Guides',
39+
//description: '',
40+
//slug: '/category/docusaurus-guides',
41+
keywords: ['guides'],
42+
image: '/img/docusaurus.png',
43+
},
3344
items: [
3445
"guides/initialization",
3546
"guides/configuration",

0 commit comments

Comments
 (0)