From 2b166407993fc0bc2cea5adbe1d532c45cfe3125 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 6 Jul 2022 14:03:05 -0500 Subject: [PATCH] 1.8 release Signed-off-by: Hannah Hunter --- .github/workflows/website-root.yml | 4 ++-- README.md | 4 ++-- daprdocs/config.toml | 9 ++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index cec283ad3..e268bb484 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -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: diff --git a/README.md b/README.md index 96cfeb173..f142480cb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 161d0e2db..16cabec64 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -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"