Skip to content

Commit

Permalink
Revert "Revert "Update docs config for v16" (#473)"
Browse files Browse the repository at this point in the history
This reverts commit 97bc2e2.
  • Loading branch information
ptgott committed Jun 13, 2024
1 parent 97bc2e2 commit 501a047
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
[submodule "content/16.x"]
path = content/16.x
url = https://github.com/gravitational/teleport
branch = branch/v16
[submodule "content/17.x"]
path = content/17.x
url = https://github.com/gravitational/teleport
branch = master
8 changes: 6 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,15 @@
},
{
"name": "15.x",
"branch": "branch/v15",
"latest": true
"branch": "branch/v15"
},
{
"name": "16.x",
"branch": "branch/v16",
"latest": true
},
{
"name": "17.x",
"branch": "master"
}
]
Expand Down
1 change: 1 addition & 0 deletions content/17.x
Submodule 17.x added at a98b04

0 comments on commit 501a047

Please sign in to comment.