-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.json
More file actions
98 lines (98 loc) · 2.23 KB
/
Copy pathdocs.json
File metadata and controls
98 lines (98 loc) · 2.23 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Shift to Modern",
"colors": {
"primary": "#171717",
"light": "#4d4d4d",
"dark": "#000000"
},
"favicon": "/favicon.ico",
"logo": "/icon.png",
"navigation": {
"tabs": [
{
"tab": "指南",
"groups": [
{
"group": "首页",
"pages": [
"index"
]
},
{
"group": "开始",
"pages": [
"preface",
"startup",
"contribution-guidelines"
]
},
{
"group": "VSCode",
"pages": [
"vscode/introduction",
"vscode/download-and-install",
"vscode/basic-operation",
"vscode/install-step-by-step"
]
},
{
"group": "Git",
"pages": [
"git/introduction",
"git/download-and-install",
"git/basic-concept",
"git/reference",
"git/advanced-operation",
"git/basic-operation",
"git/install-step-by-step"
]
},
{
"group": "Markdown",
"pages": [
"markdown/introduction",
"markdown/basic-grammar",
"markdown/extra-grammar",
"markdown/cheat-sheet"
]
},
{
"group": "Terminal",
"pages": [
"terminal/introduction",
"terminal/cli"
]
},
{
"group": "GitHub",
"pages": [
"github/introduction",
"github/desktop",
"github/sign-up"
]
},
{
"group": "Mindmap",
"pages": [
"mindmap/introduction",
"mindmap/recommended-softwares"
]
},
{
"group": "正则表达式",
"pages": [
"regexp/introduction"
]
}
]
}
]
},
"footer": {
"socials": {
"github": "https://github.com/BPCClub/Shift2Modern"
}
}
}