From f7bf2f265b6b973b89103a6e69a65eb63a3746a9 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Jun 2026 13:03:30 -0400 Subject: [PATCH 1/2] 62 as latest --- .github/workflows/update-62-temp.yml | 18 ------------------ .github/workflows/update-latest-docs.yml | 4 ++-- _config.yml | 8 ++++---- 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 .github/workflows/update-62-temp.yml diff --git a/.github/workflows/update-62-temp.yml b/.github/workflows/update-62-temp.yml deleted file mode 100644 index 377cdd60c7..0000000000 --- a/.github/workflows/update-62-temp.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Update docs - 62 -on: - workflow_dispatch: - schedule: - - cron: "0 2 * * *" - -run-name: Nightly docs update - 62 - -jobs: - update-docs: - uses: ./.github/workflows/update-docs-base-bun.yml - with: - source_branch: "release-x.62.x" - target_branch: "release-x.62.x" - annotation: "nightly" - run_name: "Nightly docs build - 62" - secrets: - METABASE_AUTOMATION_USER_TOKEN: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }} diff --git a/.github/workflows/update-latest-docs.yml b/.github/workflows/update-latest-docs.yml index 368c06f601..0ec302cc2a 100644 --- a/.github/workflows/update-latest-docs.yml +++ b/.github/workflows/update-latest-docs.yml @@ -10,8 +10,8 @@ jobs: update-docs: uses: ./.github/workflows/update-docs-base-bun.yml with: - source_branch: "release-x.61.x" - target_branch: "release-x.61.x" + source_branch: "release-x.62.x" + target_branch: "release-x.62.x" annotation: "nightly" run_name: "Nightly docs build - latest" secrets: diff --git a/_config.yml b/_config.yml index 6a98c81684..ea21824e3c 100644 --- a/_config.yml +++ b/_config.yml @@ -88,10 +88,10 @@ defaults: values: { layout: new-docs, permalink: "/:collection/:path" }, } java-minimum-version: 21 -latest_version: v0.61.3 -latest_enterprise: v1.61.3 -docs_version: v0.61 -release_branch: release-x.61.x +latest_version: v0.62.1 +latest_enterprise: v1.62.1 +docs_version: v0.62 +release_branch: release-x.62.x exclude: - "_docs/**/embedding/sdk/api/snippets/**" - svg-icon-list.html From b2f6e47623af4b4e9a2665073f5c7238222a8877 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer Date: Mon, 8 Jun 2026 13:08:37 -0400 Subject: [PATCH 2/2] update nav --- _data/docs/nav/latest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/docs/nav/latest.yml b/_data/docs/nav/latest.yml index 50a9cdfe72..ecdbfb523c 100644 --- a/_data/docs/nav/latest.yml +++ b/_data/docs/nav/latest.yml @@ -240,6 +240,8 @@ categories: url: "/docs/latest/embedding/modular-embedding" - name: "Components" url: "/docs/latest/embedding/components" + - name: "Filters and parameters" + url: "/docs/latest/embedding/parameters" - name: "Appearance" url: "/docs/latest/embedding/appearance" - name: "Authentication"