-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathsidebars.json
39 lines (39 loc) · 881 Bytes
/
sidebars.json
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
{
"docs": {
"Getting Started": [
"getting-started/quick-start",
"getting-started/javascript-and-gulpfiles",
"getting-started/creating-tasks",
"getting-started/async-completion",
"getting-started/working-with-files",
"getting-started/explaining-globs",
"getting-started/using-plugins",
"getting-started/watching-files"
],
"Advanced": [
"advanced/creating-custom-registries"
],
"Recipes": [
"recipes/automate-releases"
],
"API": [
"api/concepts",
"api/src",
"api/dest",
"api/symlink",
"api/lastrun",
"api/series",
"api/parallel",
"api/watch",
"api/task",
"api/registry",
"api/tree",
"api/vinyl",
"api/vinyl-isvinyl",
"api/vinyl-iscustomprop"
],
"Support": [
"support/for-enterprise"
]
}
}