Skip to content

Commit 743e88c

Browse files
committed
Fix link and add locals
1 parent 5aa120e commit 743e88c

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

content/terraform/v1.13.x/data/language-nav-data.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"title": "Manage infrastructure at scale with Stacks",
223223
"routes": [
224224
{ "title": "Overview", "path": "stacks", "alias": "stacks"},
225-
{ "title": "Update from beta to general availability", "path": "update-GA" },
225+
{ "title": "Update from beta to general availability", "path": "stacks/update-GA" },
226226
{ "title": "Use cases", "path": "stacks/use-cases" },
227227
{ "title": "Design a Stack", "path": "stacks/design" },
228228
{
@@ -326,7 +326,8 @@
326326
{ "title": "provider", "path": "block/stack/component_configuration/provider" },
327327
{ "title": "variable", "path": "block/stack/component_configuration/variable" },
328328
{ "title": "output", "path": "block/stack/component_configuration/output" },
329-
{ "title": "removed", "path": "block/stack/component_configuration/removed" }
329+
{ "title": "removed", "path": "block/stack/component_configuration/removed" },
330+
{ "title": "locals", "href": "block/locals" }
330331
]
331332
},
332333
{ "title": "Deployment configuration", "routes": [
@@ -337,7 +338,11 @@
337338
{ "title": "identity_token", "path": "block/stack/deploy/identity_token" },
338339
{ "title": "store", "path": "block/stack/deploy/store" },
339340
{ "title": "publish_output", "path": "block/stack/deploy/publish_output" },
340-
{ "title": "upstream_input", "path": "block/stack/deploy/upstream_input" }
341+
{ "title": "upstream_input", "path": "block/stack/deploy/upstream_input" },
342+
{
343+
"title": "locals",
344+
"href": "block/locals"
345+
}
341346
]
342347
}
343348
]

content/terraform/v1.14.x (beta)/data/language-nav-data.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"title": "Manage infrastructure at scale with Stacks",
229229
"routes": [
230230
{ "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" },
232232
{ "title": "Use cases", "path": "stacks/use-cases" },
233233
{ "title": "Design a Stack", "path": "stacks/design" },
234234
{
@@ -326,7 +326,7 @@
326326
}
327327
]
328328
},
329-
{
329+
{
330330
"title": "Stack blocks",
331331
"routes": [
332332
{ "title": "Component configuration", "routes": [
@@ -336,7 +336,8 @@
336336
{ "title": "provider", "path": "block/stack/component_configuration/provider" },
337337
{ "title": "variable", "path": "block/stack/component_configuration/variable" },
338338
{ "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" }
340341
]
341342
},
342343
{ "title": "Deployment configuration", "routes": [
@@ -347,7 +348,11 @@
347348
{ "title": "identity_token", "path": "block/stack/deploy/identity_token" },
348349
{ "title": "store", "path": "block/stack/deploy/store" },
349350
{ "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+
}
351356
]
352357
}
353358
]

0 commit comments

Comments
 (0)