mirror of https://github.com/dapr/docs.git
Setup 1.17
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
90136e7fd8
commit
ccc0ec4596
|
@ -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:
|
16
hugo.yaml
16
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
|
||||
|
|
Loading…
Reference in New Issue