-
-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy path_sidebar.json
More file actions
66 lines (66 loc) · 1.57 KB
/
_sidebar.json
File metadata and controls
66 lines (66 loc) · 1.57 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
[
"index",
{
"type": "category",
"label": "User Documentation",
"link": {
"type": "doc",
"id": "user/index"
},
"items": [
"user/introduction",
"user/tipsandtricks",
"user/ci-skeleton",
"user/transitioning_from_defaults",
"user/faq",
"user/contributing",
"user/how_to_get_help",
"user/talks"
]
},
{
"type": "category",
"label": "Maintainer Documentation",
"link": {
"type": "doc",
"id": "maintainer/index"
},
"items": [
"maintainer/infrastructure",
"maintainer/guidelines",
"maintainer/adding_pkgs",
"maintainer/updating_pkgs",
"maintainer/pinning_deps",
"maintainer/conda_forge_yml",
"maintainer/knowledge_base",
"maintainer/maintainer_faq",
{
"type": "category",
"label": "Understanding conda-forge",
"link": {
"type": "doc",
"id": "maintainer/understanding_conda_forge/index"
},
"items": [
"maintainer/understanding_conda_forge/life_cycle",
"maintainer/understanding_conda_forge/staged_recipes",
"maintainer/understanding_conda_forge/feedstocks"
]
},
{
"type": "category",
"label": "Example recipes",
"link": {
"type": "doc",
"id": "maintainer/example_recipes/index"
},
"items": [
"maintainer/example_recipes/go",
"maintainer/example_recipes/rust",
"maintainer/example_recipes/cmake"
]
}
]
},
"glossary"
]