Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Update docs to use v12 as default version #230

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = content/12.x
url = https://github.com/gravitational/teleport
branch = branch/v12
[submodule "content/13.x"]
path = content/13.x
url = https://github.com/gravitational/teleport
branch = master
11 changes: 8 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,24 @@
},
{
"name": "9.x",
"branch": "branch/v9"
"branch": "branch/v9",
"deprecated": true
},
{
"name": "10.x",
"branch": "branch/v10"
},
{
"name": "11.x",
"branch": "branch/v11",
"latest": true
"branch": "branch/v11"
},
{
"name": "12.x",
"branch": "branch/v12",
"latest": true
},
{
"name": "13.x",
"branch": "master"
}
]
Expand Down
1 change: 1 addition & 0 deletions content/13.x
Submodule 13.x added at 66104e