Skip to content

Commit 5995eea

Browse files
authored
Merge pull request #3166 from hhunter-ms/endgame_v1.9
[Endgame] Prep v1.9 branch for 1.10 release
2 parents 590e363 + 0383b2f commit 5995eea

File tree

3 files changed

+11
-62
lines changed

3 files changed

+11
-62
lines changed

.github/workflows/website-root.yml

Lines changed: 0 additions & 54 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.9](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
18-
| [v1.10](https://github.com/dapr/docs/tree/v1.10) (pre-release) | https://v1-10.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.10+ go here. |
17+
| [v1.10](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
18+
| [v1.11](https://github.com/dapr/docs/tree/v1.11) (pre-release) | https://v1-11.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.11+ 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-9.docs.dapr.io/"
33
title = "Dapr Docs"
44
theme = "docsy"
55
disableFastRender = true
@@ -163,17 +163,20 @@ github_subdir = "daprdocs"
163163
github_branch = "v1.9"
164164

165165
# Versioning
166-
version_menu = "v1.9 (latest)"
166+
version_menu = "v1.9"
167167
version = "v1.9"
168-
archived_version = false
168+
archived_version = true
169169
url_latest_version = "https://docs.dapr.io"
170170

171171
[[params.versions]]
172-
version = "v1.10 (preview)"
173-
url = "https://v1-10.docs.dapr.io"
172+
version = "v1.11 (preview)"
173+
url = "https://v1-11.docs.dapr.io"
174174
[[params.versions]]
175-
version = "v1.9 (latest)"
175+
version = "v1.10 (latest)"
176176
url = "#"
177+
[[params.versions]]
178+
version = "v1.9"
179+
url = "https://v1-9.docs.dapr.io"
177180
[[params.versions]]
178181
version = "v1.8"
179182
url = "https://v1-8.docs.dapr.io"

0 commit comments

Comments
 (0)