diff --git a/daprdocs/config.toml b/daprdocs/config.toml index da6a83d4c..a5fe94c74 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -200,20 +200,20 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.15" +github_branch = "v1.16" # Versioning -version_menu = "v1.15 (latest)" -version = "v1.15" +version_menu = "v1.16 (preview)" +version = "v1.16" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] version = "v1.16 (preview)" - url = "https://v1-16.docs.dapr.io" + url = "#" [[params.versions]] version = "v1.15 (latest)" - url = "#" + url = "https://docs.dapr.io" [[params.versions]] version = "v1.14" url = "https://v1-14.docs.dapr.io"