We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8c27 commit 453583fCopy full SHA for 453583f
2 files changed
docs/config.toml
@@ -167,6 +167,10 @@ no = 'Sorry to hear that. Please <a href="https://github.com/pipe-cd/pipecd/issu
167
githubbranch = "master"
168
url = "/docs-dev/"
169
170
+[[params.versions]]
171
+ version = "v0.54.x"
172
+ url = "/docs-v0.54.x/"
173
+
174
[[params.versions]]
175
version = "v0.53.x"
176
url = "/docs-v0.53.x/"
docs/main.go
@@ -28,7 +28,7 @@ import (
28
const dir = "/public"
29
30
// Don't update here manually. /hack/gen-release-docs.sh does.
31
-const latestPath = "/docs-v0.53.x/"
+const latestPath = "/docs-v0.54.x/"
32
33
func main() {
34
var (
0 commit comments