Skip to content

Commit 2aff678

Browse files
website: Remove the legacy v0.11 language documentation
We've been holding on to this snapshot of the old docs from the v0.11 branch ever since the v0.12 release as a courtesy to folks who are still using Terraform v0.11, since until now we didn't have any way to serve older versions' docs on the website alongside the current aside from snapshotting it forward in this way. However, our website framework now supports publishing multiple versions at the same time and so the final resting place for these v0.11 docs will be in the "v1.1" branch, whose content is serving as the documentation for the "v1.1 and earlier" version selection on the website. While it does still feel a little awkward to have v0.11 be a subsection of the v1.1 docs, this is at least more honest in that v0.11 _is_ earlier than v1.1, whereas it's confusing and weird for it to appear under the "v1.2.x" option and the other versions that will appear later. In order to avoid breaking incoming links to the old docs we will deploy this in conjunction with some additional redirects managed by the top-level terraform-website repository, which will send all paths with the prefix /language/configuration-0-11 to the equivalent path under /language/v1.1.x/configuration-0-11 . That redirect rule must exist outside of this repository because it's a bridge _between_ versions of the website in this repository, rather than a link to other content within the same version.
1 parent d08e985 commit 2aff678

File tree

16 files changed

+0
-2965
lines changed

16 files changed

+0
-2965
lines changed

website/data/language-nav-data.json

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,77 +1154,6 @@
11541154
}
11551155
]
11561156
},
1157-
{
1158-
"title": "Historical docs: 0.11 and Older",
1159-
"routes": [
1160-
{ "title": "Overview", "path": "configuration-0-11" },
1161-
{
1162-
"title": "Load Order and Semantics",
1163-
"path": "configuration-0-11/load"
1164-
},
1165-
{
1166-
"title": "Configuration Syntax",
1167-
"path": "configuration-0-11/syntax"
1168-
},
1169-
{
1170-
"title": "Interpolation Syntax",
1171-
"path": "configuration-0-11/interpolation"
1172-
},
1173-
{
1174-
"title": "Overrides",
1175-
"path": "configuration-0-11/override"
1176-
},
1177-
{
1178-
"title": "Resources",
1179-
"path": "configuration-0-11/resources"
1180-
},
1181-
{
1182-
"title": "Data Sources",
1183-
"path": "configuration-0-11/data-sources"
1184-
},
1185-
{
1186-
"title": "Providers",
1187-
"href": "/language/providers"
1188-
},
1189-
{
1190-
"title": "Variables",
1191-
"path": "configuration-0-11/variables"
1192-
},
1193-
{
1194-
"title": "Outputs",
1195-
"path": "configuration-0-11/outputs"
1196-
},
1197-
{
1198-
"title": "Local Values",
1199-
"path": "configuration-0-11/locals"
1200-
},
1201-
{
1202-
"title": "Modules",
1203-
"path": "configuration-0-11/modules"
1204-
},
1205-
{
1206-
"title": "Terraform",
1207-
"path": "configuration-0-11/terraform"
1208-
},
1209-
{
1210-
"title": "Provisioners",
1211-
"href": "/language/resources/provisioners"
1212-
},
1213-
{
1214-
"title": "Providers",
1215-
"path": "configuration-0-11/providers",
1216-
"hidden": true
1217-
},
1218-
{
1219-
"title": "Terraform Push (deprecated)",
1220-
"path": "configuration-0-11/terraform-enterprise"
1221-
},
1222-
{
1223-
"title": "Environment Variables",
1224-
"path": "configuration-0-11/environment-variables"
1225-
}
1226-
]
1227-
},
12281157
{ "divider": true },
12291158
{ "title": "Terraform Internals", "href": "/internals" },
12301159
{ "divider": true }

website/docs/language/configuration-0-11/data-sources.mdx

Lines changed: 0 additions & 115 deletions
This file was deleted.

website/docs/language/configuration-0-11/environment-variables.mdx

Lines changed: 0 additions & 122 deletions
This file was deleted.

website/docs/language/configuration-0-11/index.mdx

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)