forked from eesast/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.js
102 lines (102 loc) · 2.17 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
module.exports = {
intro: {
Intro: [
"intro/README",
"intro/style_guide",
"intro/mdx",
"intro/math",
"intro/structure",
"intro/contributors",
],
},
languages: [
"languages/README",
{
"C/C++": [
"languages/C&C++/compile",
"languages/C&C++/makefile&cmake",
"languages/C&C++/modern_cpp",
"languages/C&C++/STL",
"languages/C&C++/multi-file_programming",
"languages/C&C++/c_cpp_windows",
"languages/C&C++/macos_cpp",
"languages/C&C++/OOP",
],
},
{
"C#": [
"languages/CSharp/CSharp_1_basic",
"languages/CSharp/CSharp_2_multithread",
"languages/CSharp/Winform",
"languages/CSharp/WPF",
],
},
"languages/HTML&CSS",
{
"JS/TS": [
"languages/JS&TS/JavaScript",
"languages/JS&TS/TypeScript",
"languages/JS&TS/Nodejs",
"languages/JS&TS/npm",
"languages/JS&TS/yarn",
],
},
],
tools: [
"tools/README",
"tools/docker",
"tools/git",
"tools/git_instance",
"tools/os",
"tools/linux&shell",
"tools/wsl",
"tools/document",
"tools/tdd",
"tools/process_management",
"tools/wsa",
],
game: [
"game/README",
"game/unity",
{
Minecraft: [
{
红石: [
{
官方红石教程: [
"game/minecraft/redstone/redstone_testing/README",
"game/minecraft/redstone/redstone_testing/redstone_basic1",
],
},
],
},
],
},
{
通信: ["game/communication/Protobuf", "game/communication/gRPC"],
},
],
web: [
"web/README",
{
前端: [
"web/frontend/react_practical",
"web/frontend/react_detailed",
"web/frontend/webpack",
],
},
{
后端: [
"web/backend/backend",
"web/backend/express",
"web/backend/MongoDB",
"web/backend/graphql",
"web/backend/OSS_CDN",
],
},
{
部署: ["web/deployment/CI&CD", "web/deployment/nginx"],
},
],
"machine-learning": ["machine_learning/README"],
};