Skip to content

Commit 6d5de8f

Browse files
authored
Merge pull request #3979 from hhunter-ms/issue_3965_1.12
[Endgame] Prep v1.12 branch for 1.13 release
2 parents abdb980 + 87c70c0 commit 6d5de8f

File tree

3 files changed

+11
-117
lines changed

3 files changed

+11
-117
lines changed

.github/workflows/website-root.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The following branches are currently maintained:
1414

1515
| Branch | Website | Description |
1616
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
17-
| [v1.12](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
18-
| [v1.13](https://github.com/dapr/docs/tree/v1.13) (pre-release) | https://v1-13.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.13+ go here. |
17+
| [v1.13](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
18+
| [v1.14](https://github.com/dapr/docs/tree/v1.14) (pre-release) | https://v1-14.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.14+ go here. |
1919

2020
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/docs-contrib/contributing-docs/#branch-guidance) document.
2121

daprdocs/config.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Site Configuration
2-
baseURL = "https://docs.dapr.io"
2+
baseURL = "https://v1-12.docs.dapr.io"
33
title = "Dapr Docs"
44
theme = "docsy"
55
disableFastRender = true
@@ -183,17 +183,20 @@ github_subdir = "daprdocs"
183183
github_branch = "v1.12"
184184

185185
# Versioning
186-
version_menu = "v1.12 (latest)"
186+
version_menu = "v1.12"
187187
version = "v1.12"
188-
archived_version = false
188+
archived_version = true
189189
url_latest_version = "https://docs.dapr.io"
190190

191191
[[params.versions]]
192-
version = "v1.13 (preview)"
193-
url = "https://v1-13.docs.dapr.io"
192+
version = "v1.14 (preview)"
193+
url = "https://v1-14.docs.dapr.io"
194194
[[params.versions]]
195-
version = "v1.12 (latest)"
195+
version = "v1.13 (latest)"
196196
url = "#"
197+
[[params.versions]]
198+
version = "v1.12"
199+
url = "https://v1-12.docs.dapr.io"
197200
[[params.versions]]
198201
version = "v1.11"
199202
url = "https://v1-11.docs.dapr.io"

0 commit comments

Comments
 (0)