From 5769d916b8e048a313ddd3929692e85c7a4266d4 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 4 Mar 2024 14:00:03 -0500 Subject: [PATCH 1/2] update config.toml Signed-off-by: Hannah Hunter --- daprdocs/config.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index dde35e8aeae..a6f7266e900 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-13.docs.dapr.io" +baseURL = "https://v1-14.docs.dapr.io" title = "Dapr Docs" theme = "docsy" disableFastRender = true @@ -180,19 +180,22 @@ offlineSearch = false github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" -github_branch = "v1.12" +github_branch = "v1.14" # Versioning -version_menu = "v1.13 (preview)" -version = "v1.13" +version_menu = "v1.14 (preview)" +version = "v1.14" archived_version = false url_latest_version = "https://docs.dapr.io" [[params.versions]] - version = "v1.13 (preview)" + version = "v1.14 (preview)" url = "#" [[params.versions]] - version = "v1.12 (latest)" + version = "v1.13 (latest)" + url = "https://docs.dapr.io" +[[params.versions]] + version = "v1.12" url = "https://docs.dapr.io" [[params.versions]] version = "v1.11" From 50af955b7d764191ed812c685f781399b771a1ab Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 4 Mar 2024 14:20:51 -0500 Subject: [PATCH 2/2] workflow Signed-off-by: Hannah Hunter --- .../workflows/{website-v1-13.yml => website-v1-14.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{website-v1-13.yml => website-v1-14.yml} (95%) diff --git a/.github/workflows/website-v1-13.yml b/.github/workflows/website-v1-14.yml similarity index 95% rename from .github/workflows/website-v1-13.yml rename to .github/workflows/website-v1-14.yml index a4c55111669..05271e06167 100644 --- a/.github/workflows/website-v1-13.yml +++ b/.github/workflows/website-v1-14.yml @@ -1,13 +1,13 @@ -name: Azure Static Web App v1.13 +name: Azure Static Web App v1.14 on: push: branches: - - v1.13 + - v1.14 pull_request: types: [opened, synchronize, reopened, closed] branches: - - v1.13 + - v1.14 jobs: build_and_deploy_job: @@ -28,7 +28,7 @@ jobs: HUGO_ENV: production HUGO_VERSION: "0.100.2" with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_13 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_14 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) skip_deploy_on_missing_secrets: true action: "upload" @@ -49,6 +49,6 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_13 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_V1_14 }} skip_deploy_on_missing_secrets: true action: "close"