diff --git a/daprdocs/config.toml b/daprdocs/config.toml index d28410be666..6ddde657798 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-12.docs.dapr.io" +baseURL = "https://v1-13.docs.dapr.io" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -168,20 +168,23 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.11" +github_branch = "v1.13" # Versioning -version_menu = "v1.11 (latest)" -version = "v1.11" +version_menu = "v1.13 (preview)" +version = "v1.13" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] - version = "v1.12 (preview)" + version = "v1.13 (preview)" + url = "https://v1-13.docs.dapr.io" +[[params.versions]] + version = "v1.12 (latest)" url = "#" [[params.versions]] - version = "v1.11 (latest)" - url = "https://docs.dapr.io" + version = "v1.11" + url = "https://v1-11.docs.dapr.io" [[params.versions]] version = "v1.10" url = "https://v1-10.docs.dapr.io"