Skip to content

Commit 6877218

Browse files
authored
Prepare 1.15 for archival (#4857)
* Prepare 1.15 for archival Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com> * Set archived_version to true in config.toml Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com> --------- Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent 938c81b commit 6877218

2 files changed

Lines changed: 8 additions & 114 deletions

File tree

.github/workflows/website-root.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

daprdocs/config.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,20 @@ github_subdir = "daprdocs"
203203
github_branch = "v1.15"
204204

205205
# Versioning
206-
version_menu = "v1.15 (latest)"
206+
version_menu = "v1.15"
207207
version = "v1.15"
208-
archived_version = false
208+
archived_version = true
209209
url_latest_version = "https://docs.dapr.io"
210210

211211
[[params.versions]]
212-
version = "v1.16 (preview)"
213-
url = "https://v1-16.docs.dapr.io"
212+
version = "v1.17 (preview)"
213+
url = "https://v1-17.docs.dapr.io"
214214
[[params.versions]]
215-
version = "v1.15 (latest)"
215+
version = "v1.16 (latest)"
216216
url = "#"
217+
[[params.versions]]
218+
version = "v1.15"
219+
url = "https://v1-15.docs.dapr.io"
217220
[[params.versions]]
218221
version = "v1.14"
219222
url = "https://v1-14.docs.dapr.io"

0 commit comments

Comments
 (0)