mirror of
https://github.com/opentofu/opentofu.org.git
synced 2026-01-11 19:56:26 +00:00
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:
parent
50c272a2ed
commit
0060345d75
11 changed files with 29 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
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
|
||||
1
versioned_docs/version-v1.11
Symbolic link
1
versioned_docs/version-v1.11
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../opentofu-repo/v1.11/website/docs
|
||||
8
versioned_sidebars/version-v1.11-sidebars.json
Normal file
8
versioned_sidebars/version-v1.11-sidebars.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"docs": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,8 +1,9 @@
|
|||
[
|
||||
"v1.11",
|
||||
"v1.10",
|
||||
"v1.9",
|
||||
"v1.8",
|
||||
"v1.7",
|
||||
"v1.6",
|
||||
"main"
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue