Skip to content

Commit 71daddd

Browse files
authored
Setup 1.17 (#4866)
Signed-off-by: Marc Duiker <[email protected]>
1 parent 90136e7 commit 71daddd

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/website-v1-16.yml renamed to .github/workflows/website-v1-17.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Azure Static Web App v1.16
1+
name: Azure Static Web App v1.17
22

33
on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- v1.16
7+
- v1.17
88
pull_request:
99
types: [opened, synchronize, reopened, closed]
1010
branches:
11-
- v1.16
11+
- v1.17
1212

1313
jobs:
1414
build_and_deploy_job:

hugo.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://v1-16.docs.dapr.io
1+
baseURL: https://v1-17.docs.dapr.io
22
title: 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

Comments
 (0)