forked from DevCycleHQ/devcycle-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
42 lines (42 loc) · 1015 Bytes
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module.exports = {
home: [
{
type: "category",
label: "Getting Started",
link: {type: 'doc', id: 'home/index'},
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "home" }],
}
],
sdks: [
{
type: "category",
label: "SDKs",
link: {type: 'doc', id: 'sdk/index'},
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "sdk" }],
}
],
tools: [
{
type: "category",
label: "Tools & Integrations",
link: {type: 'doc', id: 'tools-and-integrations/index'},
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "tools-and-integrations" }],
}
],
bestPractices: [
{
type: "category",
label: "Best Practices",
link: {type: 'doc', id: 'best-practices/index'},
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "best-practices" }],
}
],
};