We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8394750 commit 9d303c9Copy full SHA for 9d303c9
1 file changed
sidebars.js
@@ -11,8 +11,11 @@ module.exports = {
11
type: "category",
12
label: "API",
13
collapsed: false,
14
+ link: {
15
+ type: 'doc',
16
+ id: 'api/overview'
17
+ },
18
items: [
- "api/overview",
19
"api/methods",
20
"api/events_bus",
21
"api/events",
@@ -30,6 +33,14 @@ module.exports = {
30
33
31
34
label: "Guides",
32
35
36
37
+ type: 'generated-index',
38
+ title: 'Guides',
39
+ //description: '',
40
+ //slug: '/category/docusaurus-guides',
41
+ keywords: ['guides'],
42
+ image: '/img/docusaurus.png',
43
44
45
"guides/initialization",
46
"guides/configuration",
0 commit comments