diff --git a/daprdocs/config.toml b/daprdocs/config.toml index cadf8cf25..051dd7729 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -163,17 +163,17 @@ github_subdir = "daprdocs" github_branch = "v1.7" # Versioning -version_menu = "v1.6 (latest)" -version = "v1.6" +version_menu = "v1.7 (preview)" +version = "v1.7" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] version = "v1.7 (preview)" - url = "https://v1-7.docs.dapr.io" + url = "#" [[params.versions]] version = "v1.6 (latest)" - url = "#" + url = "https://v1-6.docs.dapr.io" [[params.versions]] version = "v1.5" url = "https://v1-5.docs.dapr.io"