1.8 release

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-07-06 14:03:05 -05:00
parent 940dd4ed13
commit 2b16640799
3 changed files with 10 additions and 7 deletions

View File

@ -3,11 +3,11 @@ name: Azure Static Web App Root
on:
push:
branches:
- v1.7
- v1.8
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- v1.7
- v1.8
jobs:
build_and_deploy_job:

View File

@ -14,8 +14,8 @@ The following branches are currently maintained:
| Branch | Website | Description |
| ------------------------------------------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
| [v1.7](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
| [v1.8](https://github.com/dapr/docs/tree/v1.8) (pre-release) | https://v1-8.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.8+ go here. |
| [v1.8](https://github.com/dapr/docs) (primary) | https://docs.dapr.io | Latest Dapr release documentation. Typo fixes, clarifications, and most documentation goes here. |
| [v1.9](https://github.com/dapr/docs/tree/v1.9) (pre-release) | https://v1-9.docs.dapr.io/ | Pre-release documentation. Doc updates that are only applicable to v1.9+ go here. |
For more information visit the [Dapr branch structure](https://docs.dapr.io/contributing/contributing-docs/#branch-guidance) document.

View File

@ -163,16 +163,19 @@ github_subdir = "daprdocs"
github_branch = "v1.7"
# Versioning
version_menu = "v1.8 (preview)"
version_menu = "v1.8 (latest)"
version = "v1.8"
archived_version = false
url_latest_version = "https://docs.dapr.io"
[[params.versions]]
version = "v1.8 (preview)"
version = "v1.9 (preview)"
url = "https://v1-9.docs.dapr.io"
[[params.versions]]
version = "v1.8 (latest)"
url = "#"
[[params.versions]]
version = "v1.7 (latest)"
version = "v1.7"
url = "https://v1-7.docs.dapr.io"
[[params.versions]]
version = "v1.6"