|
228 | 228 | "title": "Manage infrastructure at scale with Stacks", |
229 | 229 | "routes": [ |
230 | 230 | { "title": "Overview", "path": "stacks", "alias": "stacks"}, |
231 | | - { "title": "Update from beta to general availability", "path": "update-GA" }, |
| 231 | + { "title": "Update from beta to general availability", "path": "stacks/update-GA" }, |
232 | 232 | { "title": "Use cases", "path": "stacks/use-cases" }, |
233 | 233 | { "title": "Design a Stack", "path": "stacks/design" }, |
234 | 234 | { |
|
326 | 326 | } |
327 | 327 | ] |
328 | 328 | }, |
329 | | - { |
| 329 | +{ |
330 | 330 | "title": "Stack blocks", |
331 | 331 | "routes": [ |
332 | 332 | { "title": "Component configuration", "routes": [ |
|
336 | 336 | { "title": "provider", "path": "block/stack/component_configuration/provider" }, |
337 | 337 | { "title": "variable", "path": "block/stack/component_configuration/variable" }, |
338 | 338 | { "title": "output", "path": "block/stack/component_configuration/output" }, |
339 | | - { "title": "removed", "path": "block/stack/component_configuration/removed" } |
| 339 | + { "title": "removed", "path": "block/stack/component_configuration/removed" }, |
| 340 | + { "title": "locals", "href": "block/locals" } |
340 | 341 | ] |
341 | 342 | }, |
342 | 343 | { "title": "Deployment configuration", "routes": [ |
|
347 | 348 | { "title": "identity_token", "path": "block/stack/deploy/identity_token" }, |
348 | 349 | { "title": "store", "path": "block/stack/deploy/store" }, |
349 | 350 | { "title": "publish_output", "path": "block/stack/deploy/publish_output" }, |
350 | | - { "title": "upstream_input", "path": "block/stack/deploy/upstream_input" } |
| 351 | + { "title": "upstream_input", "path": "block/stack/deploy/upstream_input" }, |
| 352 | + { |
| 353 | + "title": "locals", |
| 354 | + "href": "block/locals" |
| 355 | + } |
351 | 356 | ] |
352 | 357 | } |
353 | 358 | ] |
|
0 commit comments