|
21 | 21 | "groups": [ |
22 | 22 | { |
23 | 23 | "group": "Why Bazel?", |
24 | | - "pages": ["about/why"] |
| 24 | + "pages": [ |
| 25 | + "about/intro", |
| 26 | + "about/why", |
| 27 | + "about/vision", |
| 28 | + "about/roadmap", |
| 29 | + "about/faq" |
| 30 | + ] |
25 | 31 | }, |
26 | 32 | { |
27 | 33 | "group": "Build system basics", |
28 | | - "pages": ["basics"] |
| 34 | + "pages": [ |
| 35 | + "basics", |
| 36 | + "basics/build-systems", |
| 37 | + "basics/task-based-builds", |
| 38 | + "basics/artifact-based-builds", |
| 39 | + "basics/distributed-builds", |
| 40 | + "basics/dependencies", |
| 41 | + "basics/hermeticity" |
| 42 | + ] |
29 | 43 | } |
30 | 44 | ] |
31 | 45 | }, |
|
34 | 48 | "groups": [ |
35 | 49 | { |
36 | 50 | "group": "Install", |
37 | | - "pages": ["install"] |
| 51 | + "pages": [ |
| 52 | + "install", |
| 53 | + "install/bazelisk", |
| 54 | + "install/os-x", |
| 55 | + "install/windows", |
| 56 | + "install/ubuntu", |
| 57 | + "install/suse", |
| 58 | + "install/docker-container", |
| 59 | + "install/compile-source", |
| 60 | + "install/completion", |
| 61 | + "install/ide" |
| 62 | + ] |
38 | 63 | }, |
39 | 64 | { |
40 | 65 | "group": "First build tutorials", |
41 | | - "pages": ["start/getting-started"] |
| 66 | + "pages": [ |
| 67 | + "start/cpp", |
| 68 | + "start/java", |
| 69 | + "start/android-app", |
| 70 | + "start/ios-app" |
| 71 | + ] |
42 | 72 | }, |
43 | 73 | { |
44 | 74 | "group": "Concepts", |
45 | | - "pages": ["concepts/build-files"] |
| 75 | + "pages": [ |
| 76 | + "concepts/build-ref", |
| 77 | + "concepts/labels", |
| 78 | + "concepts/build-files", |
| 79 | + "concepts/dependencies", |
| 80 | + "concepts/visibility", |
| 81 | + "concepts/platforms", |
| 82 | + "concepts/hermeticity" |
| 83 | + ] |
46 | 84 | } |
47 | 85 | ] |
48 | 86 | }, |
|
51 | 89 | "groups": [ |
52 | 90 | { |
53 | 91 | "group": "Releases", |
54 | | - "pages": ["release"] |
| 92 | + "pages": [ |
| 93 | + "release", |
| 94 | + "release/rolling", |
| 95 | + "release/backward-compatibility", |
| 96 | + "release/rule-compatibility" |
| 97 | + ] |
55 | 98 | }, |
56 | 99 | { |
57 | 100 | "group": "Basics", |
58 | | - "pages": ["basics"] |
| 101 | + "pages": [ |
| 102 | + "build/style-guide", |
| 103 | + "build/share-variables", |
| 104 | + "community/recommended-rules", |
| 105 | + "run/build" |
| 106 | + ] |
59 | 107 | }, |
60 | 108 | { |
61 | 109 | "group": "Advanced", |
62 | | - "pages": ["advanced/performance"] |
| 110 | + "pages": [ |
| 111 | + "configure/attributes", |
| 112 | + "configure/integrate-cpp", |
| 113 | + "configure/coverage", |
| 114 | + "configure/best-practices", |
| 115 | + "configure/windows", |
| 116 | + "advanced/performance/build-performance-metrics", |
| 117 | + "advanced/performance/build-performance-breakdown", |
| 118 | + "advanced/performance/json-trace-profile", |
| 119 | + "advanced/performance/memory", |
| 120 | + "advanced/performance/iteration-speed" |
| 121 | + ] |
63 | 122 | }, |
64 | 123 | { |
65 | 124 | "group": "Remote Execution", |
66 | | - "pages": ["remote/persistent"] |
| 125 | + "pages": [ |
| 126 | + "remote/rbe", |
| 127 | + "remote/rules", |
| 128 | + "remote/ci", |
| 129 | + "remote/dynamic", |
| 130 | + "remote/caching", |
| 131 | + "remote/sandbox", |
| 132 | + "remote/workspace", |
| 133 | + "remote/cache-remote", |
| 134 | + "remote/cache-local", |
| 135 | + "remote/output-directories", |
| 136 | + "remote/persistent", |
| 137 | + "remote/multiplex", |
| 138 | + "remote/creating", |
| 139 | + "remote/bep", |
| 140 | + "remote/bep-examples", |
| 141 | + "remote/bep-glossary" |
| 142 | + ] |
67 | 143 | }, |
68 | 144 | { |
69 | 145 | "group": "Tutorials", |
70 | | - "pages": ["tutorials/cpp-toolchain-config"] |
| 146 | + "pages": [ |
| 147 | + "tutorials/cpp-use-cases", |
| 148 | + "tutorials/ccp-toolchain-config", |
| 149 | + "tutorials/cpp-dependency", |
| 150 | + "tutorials/cpp-labels" |
| 151 | + ] |
71 | 152 | }, |
72 | 153 | { |
73 | 154 | "group": "Migrate", |
74 | | - "pages": ["migrate"] |
| 155 | + "pages": [ |
| 156 | + "migrate", |
| 157 | + "migrate/maven", |
| 158 | + "migrate/xcode" |
| 159 | + ] |
75 | 160 | } |
76 | 161 | ] |
77 | 162 | }, |
|
80 | 165 | "groups": [ |
81 | 166 | { |
82 | 167 | "group": "Build encyclopedia", |
83 | | - "pages": ["rules/cc-binary"] |
| 168 | + "pages": [ |
| 169 | + "reference/be/overview", |
| 170 | + "reference/be/common-definitions", |
| 171 | + "reference/be/make-variables", |
| 172 | + "reference/be/functions" |
| 173 | + ] |
84 | 174 | }, |
85 | 175 | { |
86 | 176 | "group": "Command line reference", |
87 | | - "pages": ["run/build"] |
| 177 | + "pages": ["reference/command-line-reference"] |
88 | 178 | }, |
89 | 179 | { |
90 | 180 | "group": "Query Language", |
|
109 | 199 | }, |
110 | 200 | { |
111 | 201 | "group": "Writing rules", |
112 | | - "pages": ["extending/rules"] |
| 202 | + "pages": [ |
| 203 | + "rules/rules-tutorial", |
| 204 | + "rules/macro-tutorial", |
| 205 | + "rules/legacy-macro-tutorial", |
| 206 | + "rules/verbs-tutorial", |
| 207 | + "rules/language", |
| 208 | + "rules/bzl-style", |
| 209 | + "rules/challenges", |
| 210 | + "rules/windows" |
| 211 | + ] |
113 | 212 | }, |
114 | 213 | { |
115 | 214 | "group": "Distributing rules", |
116 | | - "pages": ["rules/cc-binary"] |
| 215 | + "pages": [ |
| 216 | + "rules/testing", |
| 217 | + "rules/performance", |
| 218 | + "rules/deploying" |
| 219 | + ] |
117 | 220 | }, |
118 | 221 | { |
119 | 222 | "group": "APIs", |
120 | | - "pages": ["extending/aspects"] |
| 223 | + "pages": [ |
| 224 | + "rules/lib/overview", |
| 225 | + "rules/lib/globals" |
| 226 | + ] |
121 | 227 | } |
122 | 228 | ] |
123 | 229 | }, |
|
126 | 232 | "groups": [ |
127 | 233 | { |
128 | 234 | "group": "Contributing", |
129 | | - "pages": ["contribute/index"] |
| 235 | + "pages": [ |
| 236 | + "contribute", |
| 237 | + "contribute/policy", |
| 238 | + "contribute/patch-acceptance", |
| 239 | + "contribute/maintainers-guide", |
| 240 | + "contribute/codebase", |
| 241 | + "contribute/search", |
| 242 | + "contribute/statemachine-guide", |
| 243 | + "contribute/docs", |
| 244 | + "contribute/docs-style-guide", |
| 245 | + "contribute/design-documents", |
| 246 | + "contribute/release-notes" |
| 247 | + ] |
130 | 248 | }, |
131 | 249 | { |
132 | 250 | "group": "Programs", |
133 | | - "pages": ["community/sig"] |
| 251 | + "pages": [ |
| 252 | + "community/update", |
| 253 | + "community/sig", |
| 254 | + "community/experts", |
| 255 | + "community/partners", |
| 256 | + "community/users", |
| 257 | + "community/recommended-rules", |
| 258 | + "community/remote-execution-services" |
| 259 | + ] |
134 | 260 | }, |
135 | 261 | { |
136 | 262 | "group": "Getting help", |
137 | | - "pages": ["help"] |
| 263 | + "pages": [ |
| 264 | + "help", |
| 265 | + "contribute/policy" |
| 266 | + ] |
138 | 267 | } |
139 | 268 | ] |
140 | 269 | } |
|
0 commit comments