diff --git a/.github/workflows/website-v1-16.yml b/.github/workflows/website-v1-17.yml similarity index 97% rename from .github/workflows/website-v1-16.yml rename to .github/workflows/website-v1-17.yml index 3748ff58c11..568f47f1eb0 100644 --- a/.github/workflows/website-v1-16.yml +++ b/.github/workflows/website-v1-17.yml @@ -1,14 +1,14 @@ -name: Azure Static Web App v1.16 +name: Azure Static Web App v1.17 on: workflow_dispatch: push: branches: - - v1.16 + - v1.17 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.16 + - v1.17 jobs: build_and_deploy_job: diff --git a/hugo.yaml b/hugo.yaml index a6e206f75ee..34953ae0732 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://v1-16.docs.dapr.io +baseURL: https://v1-17.docs.dapr.io title: Dapr Docs # Output directory for generated site @@ -120,7 +120,7 @@ params: # Menu title if your navbar has a versions selector to access old versions of your site. # This menu appears only if you have at least one [params.versions] set. - version_menu: v1.16 (preview) + version_menu: v1.17 (preview) # Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs. @@ -130,7 +130,7 @@ params: # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. - version: v1.16 + version: v1.17 # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. @@ -147,13 +147,15 @@ params: # Uncomment this if your GitHub repo does not have "main" as the default branch, # or specify a new value if you want to reference another branch in your GitHub links - github_branch: v1.16 + github_branch: v1.17 versions: - - version: v1.16 (preview) + - version: v1.17 (preview) url: "#" - - version: v1.15 (latest) - url: "https://docs.dapr.io" + - version: v1.16 (latest) + url: https://docs.dapr.io + - version: v1.15 + url: https://v1-15.docs.dapr.io - version: v1.14 url: https://v1-14.docs.dapr.io - version: v1.13