From 460177fa88ed4e9b81141345f07a1582dc769614 Mon Sep 17 00:00:00 2001 From: resq-sw Date: Sat, 9 May 2026 15:11:56 -0400 Subject: [PATCH] ci(api-docs): sync workflow from resq-software/docs Sync .github/workflows/api-docs.yml from the canonical template at automation/source-repo-templates/api-docs.python.yml in resq-software/docs. Generated by automation/sync-templates.sh. --- .github/workflows/api-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 0100b60..d2f1ee9 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -489,7 +489,7 @@ jobs: # Mintlify only routes pages registered in docs.json. The # _pages.json artifact lists every generated Markdown path; # rewrite the matching language sub-group under the - # 'Generated API Reference' group so all pages are + # 'Generated Package References' group so all pages are # discoverable, in-content cross-links resolve, and direct # URLs work. working-directory: docs-checkout @@ -547,7 +547,7 @@ jobs: en = next(l for l in docs["navigation"]["languages"] if l["language"] == "en") sdks_tab = next(t for t in en["tabs"] if t["tab"] == "SDKs") - gen_group = next(g for g in sdks_tab["groups"] if g["group"] == "Generated API Reference") + gen_group = next(g for g in sdks_tab["groups"] if g["group"] == "Generated Package References") for sub in gen_group["pages"]: if isinstance(sub, dict) and sub.get("group") == LANG_LABEL: sub["pages"] = new_pages