opentofu/website/data
Martin Atkins 2aff67857f 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.
2022-08-11 09:23:38 -07:00
..
cli-nav-data.json Add internals to the sidebar 2022-06-13 17:30:11 -04:00
configuration-nav-data.json store website nav files 2021-12-21 14:52:51 -08:00
internals-nav-data.json Add internals to the sidebar 2022-06-13 17:30:11 -04:00
intro-nav-data.json Add editions page and update sidebar 2022-01-24 12:19:19 -05:00
language-nav-data.json website: Remove the legacy v0.11 language documentation 2022-08-11 09:23:38 -07:00