Skip to content

Commit

Permalink
Update docs site config for v15 (#429)
Browse files Browse the repository at this point in the history
- Update config.json
- Update .gitmodules (including ensuring that all whitespace characters
  are consistent)
- Remove the submodule directory for v12
- Add a submodule directory for v16
  • Loading branch information
ptgott authored Feb 1, 2024
1 parent 8493cdd commit 043a31e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[submodule "content/12.x"]
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 = branch/v13
branch = branch/v13
[submodule "content/14.x"]
path = content/14.x
url = https://github.com/gravitational/teleport
branch = branch/v14
branch = branch/v14
[submodule "content/15.x"]
path = content/15.x
url = https://github.com/gravitational/teleport
branch = branch/v15
[submodule "content/16.x"]
path = content/16.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 @@ -52,19 +52,24 @@
},
{
"name": "12.x",
"branch": "branch/v12"
"branch": "branch/v12",
"deprecated": true
},
{
"name": "13.x",
"branch": "branch/v13"
},
{
"name": "14.x",
"branch": "branch/v14",
"latest": true
"branch": "branch/v14"
},
{
"name": "15.x",
"branch": "branch/v15",
"latest": true
},
{
"name": "16.x",
"branch": "master"
}
]
Expand Down
1 change: 0 additions & 1 deletion content/12.x
Submodule 12.x deleted from 6eb82b
1 change: 1 addition & 0 deletions content/16.x
Submodule 16.x added at 728efa

0 comments on commit 043a31e

Please sign in to comment.