Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
16 changes: 9 additions & 7 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down
Loading