Skip to content

Commit

Permalink
Merge pull request #4247 from hhunter-ms/endgame_1.13
Browse files Browse the repository at this point in the history
[Endgame] Prep v1.13 branch for v1.14 release
  • Loading branch information
hhunter-ms committed Aug 14, 2024
2 parents 316e8bb + baa07fb commit da0fc9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 118 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/website-root.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ The following branches are currently maintained:

| Branch | Website | Description |
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
| [v1.13](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
| [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. |
| [v1.14](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
| [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. |

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

Expand Down
15 changes: 9 additions & 6 deletions daprdocs/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site Configuration
baseURL = "https://docs.dapr.io"
baseURL = "https://v1-13.docs.dapr.io"
title = "Dapr Docs"
theme = "docsy"
disableFastRender = true
Expand Down Expand Up @@ -191,17 +191,20 @@ github_subdir = "daprdocs"
github_branch = "v1.13"

# Versioning
version_menu = "v1.13 (latest)"
version_menu = "v1.13"
version = "v1.13"
archived_version = false
archived_version = true
url_latest_version = "https://docs.dapr.io"

[[params.versions]]
version = "v1.14 (preview)"
url = "https://v1-14.docs.dapr.io"
version = "v1.15 (preview)"
url = "https://v1-15.docs.dapr.io"
[[params.versions]]
version = "v1.13 (latest)"
version = "v1.14 (latest)"
url = "#"
[[params.versions]]
version = "v1.13"
url = "https://v1-13.docs.dapr.io"
[[params.versions]]
version = "v1.12"
url = "https://v1-12.docs.dapr.io"
Expand Down

0 comments on commit da0fc9d

Please sign in to comment.