Add v1.11 as a beta release for the docs sidebar (#389)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2025-10-23 10:37:48 -04:00 committed by GitHub
parent 50c272a2ed
commit 0060345d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 29 additions and 6 deletions

3
.gitmodules vendored
View file

@ -22,3 +22,6 @@
path = opentofu-repo/v1.10
url = https://github.com/opentofu/opentofu
branch = v1.10
[submodule "opentofu-repo/v1.11"]
path = opentofu-repo/v1.11
url = git@github.com:opentofu/opentofu.git

View file

@ -127,6 +127,11 @@ const config: Config = {
label: "1.10.x",
path: "",
},
"v1.11": {
label: "1.11.x (beta)",
path: "v1.11",
banner: "none",
},
main: {
label: "Development",
path: "main",
@ -266,6 +271,10 @@ const config: Config = {
label: "Docs",
position: "left",
items: [
{
label: "v1.11.x (beta)",
href: "/docs/v1.11/",
},
{
label: "v1.10.x (current)",
href: "/docs/",

@ -1 +1 @@
Subproject commit 79e5070b47805816e7387b925bcb1a174f58d0b0
Subproject commit 67ea4faab6496e474949713cff686d099cece4ff

@ -1 +1 @@
Subproject commit 9353fa6efe2a71cf04adff9d65c2a5600ea333d6
Subproject commit 988f7c58227372d5d30de1deecd82a3e54106cb1

1
opentofu-repo/v1.11 Submodule

@ -0,0 +1 @@
Subproject commit 56bccad2832b7bc2ce8b6a97826760936f503ddc

@ -1 +1 @@
Subproject commit b859bbb219b75ba0ad7cff21b12ba9c9d03f77a5
Subproject commit 818919d6d9d545068d693c489e888eece9bb348a

@ -1 +1 @@
Subproject commit 09bf3f4a30716c86ce301aa55af4e5d63d366474
Subproject commit 8cf63309a502e32ee27c652a55ea01253663f5a2

@ -1 +1 @@
Subproject commit f6f5d109038ca278f57e20e788309d55e4226ab1
Subproject commit d2c55192a81540abf7575ac2941b90143b29165a

View file

@ -0,0 +1 @@
../opentofu-repo/v1.11/website/docs

View file

@ -0,0 +1,8 @@
{
"docs": [
{
"type": "autogenerated",
"dirName": "."
}
]
}

View file

@ -1,8 +1,9 @@
[
"v1.11",
"v1.10",
"v1.9",
"v1.8",
"v1.7",
"v1.6",
"main"
]
]