Skip to content

Commit 0878ae7

Browse files
authored
Merge pull request #4467 from hhunter-ms/endgame_v1.14-updates
[Endgame] Prep v1.14 branch for v1.15 release
2 parents 2050a85 + 0318ef5 commit 0878ae7

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
@@ -16,8 +16,8 @@ The following branches are currently maintained:
1616

1717
| Branch | Website | Description |
1818
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
19-
| [v1.14](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
20-
| [v1.15](https://github.com/dapr/docs/tree/v1.15) (pre-release) | https://v1-15.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.15+ go here. |
19+
| [v1.15](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
20+
| [v1.16](https://github.com/dapr/docs/tree/v1.16) (pre-release) | https://v1-16.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.16+ go here. |
2121

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

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-14.docs.dapr.io"
33
title = "Dapr Docs"
44
theme = "docsy"
55
disableFastRender = true
@@ -199,17 +199,20 @@ github_subdir = "daprdocs"
199199
github_branch = "v1.14"
200200

201201
# Versioning
202-
version_menu = "v1.14 (latest)"
202+
version_menu = "v1.14"
203203
version = "v1.14"
204-
archived_version = false
204+
archived_version = true
205205
url_latest_version = "https://docs.dapr.io"
206206

207207
[[params.versions]]
208-
version = "v1.15 (preview)"
209-
url = "https://v1-15.docs.dapr.io"
208+
version = "v1.16 (preview)"
209+
url = "https://v1-16.docs.dapr.io"
210210
[[params.versions]]
211-
version = "v1.14 (latest)"
211+
version = "v1.15 (latest)"
212212
url = "https://docs.dapr.io"
213+
[[params.versions]]
214+
version = "v1.14"
215+
url = "https://v1-14.docs.dapr.io"
213216
[[params.versions]]
214217
version = "v1.13"
215218
url = "https://v1-13.docs.dapr.io"

0 commit comments

Comments
 (0)