Skip to content

Commit

Permalink
Update docs config for v16
Browse files Browse the repository at this point in the history
- Update config.json
- Add a submodule for v17
- Update .gitmodules
  • Loading branch information
ptgott committed Jun 12, 2024
1 parent 6c37541 commit fa4bfff
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 fa4bfff

Please sign in to comment.