Skip to content

Commit 453583f

Browse files
authored
Update hugo setting for official site (#6231)
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
1 parent 93d8c27 commit 453583f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ no = 'Sorry to hear that. Please <a href="https://github.com/pipe-cd/pipecd/issu
167167
githubbranch = "master"
168168
url = "/docs-dev/"
169169

170+
[[params.versions]]
171+
version = "v0.54.x"
172+
url = "/docs-v0.54.x/"
173+
170174
[[params.versions]]
171175
version = "v0.53.x"
172176
url = "/docs-v0.53.x/"

docs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
const dir = "/public"
2929

3030
// Don't update here manually. /hack/gen-release-docs.sh does.
31-
const latestPath = "/docs-v0.53.x/"
31+
const latestPath = "/docs-v0.54.x/"
3232

3333
func main() {
3434
var (

0 commit comments

Comments
 (0)