-
Notifications
You must be signed in to change notification settings - Fork 3
/
sidebars.ts
63 lines (62 loc) · 1.29 KB
/
sidebars.ts
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
module.exports = {
awsSidebar: [
{
type: "autogenerated",
dirName: "aws", // Path relative to the notes folder
},
],
githubSidebar: [
{
type: "autogenerated",
dirName: "github", // Path relative to the notes folder
},
],
graphqlSidebar: [
{
type: "autogenerated",
dirName: "graphql", // Path relative to the notes folder
},
],
typeormSidebar: [
{
type: "autogenerated",
dirName: "typeorm", // Path relative to the notes folder
},
],
javascriptSidebar: [
{
type: "autogenerated",
dirName: "javascript", // Path relative to the notes folder
},
],
dockerSidebar: [
{
type: "autogenerated",
dirName: "docker", // Path relative to the notes folder
},
],
nodejsSidebar: [
{
type: "autogenerated",
dirName: "nodejs", // Path relative to the notes folder
},
],
reactjsSidebar: [
{
type: "autogenerated",
dirName: "reactjs", // Path relative to the notes folder
},
],
bunSidebar: [
{
type: "autogenerated",
dirName: "bun", // Path relative to the notes folder
},
],
systemDesignSidebar: [
{
type: "autogenerated",
dirName: "system-design", // Path relative to the notes folder
},
],
};