|
30 | 30 | { "title": "Overview", "path": "files" }, |
31 | 31 | { "title": "Override files", "path": "files/override" }, |
32 | 32 | { "title": "Dependency lock file", "path": "files/dependency-lock" }, |
33 | | - { "title": "Test files", "path": "files/tests" } |
| 33 | + { "title": "Test files", "path": "files/tests" }, |
| 34 | + { "title": "Stack Files", "path": "files/stack" } |
34 | 35 | ] |
35 | 36 | }, |
36 | 37 | { |
|
219 | 220 | }, |
220 | 221 | { |
221 | 222 | "title": "Manage infrastructure at scale with Stacks", |
222 | | - "badge": { |
223 | | - "text": "BETA", |
224 | | - "type": "outlined", |
225 | | - "color": "neutral" |
226 | | - }, |
227 | 223 | "routes": [ |
228 | 224 | { "title": "Overview", "path": "stacks", "alias": "stacks"}, |
| 225 | + { "title": "Update from beta to general availability", "path": "update-GA" }, |
229 | 226 | { "title": "Use cases", "path": "stacks/use-cases" }, |
230 | 227 | { "title": "Design a Stack", "path": "stacks/design" }, |
231 | 228 | { |
232 | 229 | "title": "Create a Stack", |
233 | 230 | "routes": [ |
234 | | - { "title": "Define configuration", "path": "stacks/create/config" }, |
235 | | - { "title": "Declare providers", "path": "stacks/create/declare-providers" } |
| 231 | + { "title": "Define configuration", "path": "stacks/component/config" }, |
| 232 | + { "title": "Declare providers", "path": "stacks/component/declare-providers" }, |
| 233 | + { "title": "Manage components", "path": "stacks/component/manage" } |
236 | 234 | ] |
237 | 235 | }, |
238 | 236 | { |
239 | 237 | "title": "Define deployments", |
240 | 238 | "routes": [ |
241 | 239 | { "title": "Define configuration", "path": "stacks/deploy/config" }, |
242 | | - { "title": "Set conditions for deployment plans", "path": "stacks/deploy/conditions" }, |
| 240 | + { "title": "Set conditions for deployment runs", "path": "stacks/deploy/conditions" }, |
243 | 241 | { "title": "Authenticate a Stack", "path": "stacks/deploy/authenticate" }, |
244 | 242 | { "title": "Pass data from one Stack to another", "path": "stacks/deploy/pass-data" } |
245 | 243 | ] |
246 | | - }, |
247 | | - { |
248 | | - "title": "Reference", |
249 | | - "routes": [ |
250 | | - { "title": "Stack configuration file", "path": "stacks/reference/tfstack" }, |
251 | | - { "title": "Deployment configuration file", "path": "stacks/reference/tfdeploy" }, |
252 | | - { "title": "Tfstacks CLI", "path": "stacks/reference/tfstacks-cli" } |
253 | | - ] |
254 | 244 | } |
255 | 245 | ] |
256 | 246 | }, |
|
326 | 316 | } |
327 | 317 | ] |
328 | 318 | }, |
| 319 | + { |
| 320 | + "title": "Stack blocks", |
| 321 | + "routes": [ |
| 322 | + { "title": "Component configuration", "routes": [ |
| 323 | + { "title": "Overview", "path": "block/stack/component_configuration" }, |
| 324 | + { "title": "component", "path": "block/stack/component_configuration/component" }, |
| 325 | + { "title": "required_providers", "path": "block/stack/component_configuration/required_providers" }, |
| 326 | + { "title": "provider", "path": "block/stack/component_configuration/provider" }, |
| 327 | + { "title": "variable", "path": "block/stack/component_configuration/variable" }, |
| 328 | + { "title": "output", "path": "block/stack/component_configuration/output" }, |
| 329 | + { "title": "removed", "path": "block/stack/component_configuration/removed" } |
| 330 | + ] |
| 331 | + }, |
| 332 | + { "title": "Deployment configuration", "routes": [ |
| 333 | + { "title": "Overview", "path": "block/stack/deploy" }, |
| 334 | + { "title": "deployment", "path": "block/stack/deploy/deployment" }, |
| 335 | + { "title": "deployment_group", "path": "block/stack/deploy/deployment_group" }, |
| 336 | + { "title": "deployment_auto_approve", "path": "block/stack/deploy/deployment_auto_approve" }, |
| 337 | + { "title": "identity_token", "path": "block/stack/deploy/identity_token" }, |
| 338 | + { "title": "store", "path": "block/stack/deploy/store" }, |
| 339 | + { "title": "publish_output", "path": "block/stack/deploy/publish_output" }, |
| 340 | + { "title": "upstream_input", "path": "block/stack/deploy/upstream_input" } |
| 341 | + ] |
| 342 | + } |
| 343 | + ] |
| 344 | + }, |
329 | 345 | { |
330 | 346 | "title": "Meta-arguments", |
331 | 347 | "path": "meta-arguments" |
|
0 commit comments