1- baseURL : https://v1-16 .docs.dapr.io
1+ baseURL : https://v1-17 .docs.dapr.io
22title : Dapr Docs
33
44# Output directory for generated site
@@ -120,7 +120,7 @@ params:
120120
121121 # Menu title if your navbar has a versions selector to access old versions of your site.
122122 # This menu appears only if you have at least one [params.versions] set.
123- version_menu : v1.16 (preview)
123+ version_menu : v1.17 (preview)
124124
125125 # Flag used in the "version-banner" partial to decide whether to display a
126126 # banner on every page indicating that this is an archived version of the docs.
@@ -130,7 +130,7 @@ params:
130130 # The version number for the version of the docs represented in this doc set.
131131 # Used in the "version-banner" partial to display a version number for the
132132 # current doc set.
133- version : v1.16
133+ version : v1.17
134134
135135 # A link to latest version of the docs. Used in the "version-banner" partial to
136136 # point people to the main doc site.
@@ -147,13 +147,15 @@ params:
147147
148148 # Uncomment this if your GitHub repo does not have "main" as the default branch,
149149 # or specify a new value if you want to reference another branch in your GitHub links
150- github_branch : v1.16
150+ github_branch : v1.17
151151
152152 versions :
153- - version : v1.16 (preview)
153+ - version : v1.17 (preview)
154154 url : " #"
155- - version : v1.15 (latest)
156- url : " https://docs.dapr.io"
155+ - version : v1.16 (latest)
156+ url : https://docs.dapr.io
157+ - version : v1.15
158+ url : https://v1-15.docs.dapr.io
157159 - version : v1.14
158160 url : https://v1-14.docs.dapr.io
159161 - version : v1.13
0 commit comments