From d29e2a15c1f03662d43bc6ca46c99b214322fb94 Mon Sep 17 00:00:00 2001 From: Jinpei Su Date: Tue, 21 Jul 2026 05:10:21 +0000 Subject: [PATCH] docs(ecosystem): drop id: TBD on Knative & Authorino guides Same fix as the nacos guide (#813): add_id.sh treats any `id:` line (incl. `TBD`) as already-set and skips generation, so these two never got real KB ids. Removing the field lets the push-to-main `generate id` step create one from each doc title and commit it back. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../ecosystem/authorino/Authorino_Installation_Guide.md | 1 - .../en/solutions/ecosystem/knative/Knative_Installation_Guide.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/en/solutions/ecosystem/authorino/Authorino_Installation_Guide.md b/docs/en/solutions/ecosystem/authorino/Authorino_Installation_Guide.md index 303e43f0f..ae94b554b 100644 --- a/docs/en/solutions/ecosystem/authorino/Authorino_Installation_Guide.md +++ b/docs/en/solutions/ecosystem/authorino/Authorino_Installation_Guide.md @@ -5,7 +5,6 @@ kind: - Solution ProductsVersion: - '4.1,4.2,4.3' -id: TBD --- # Authorino Installation Guide diff --git a/docs/en/solutions/ecosystem/knative/Knative_Installation_Guide.md b/docs/en/solutions/ecosystem/knative/Knative_Installation_Guide.md index aaa21963a..783abd854 100644 --- a/docs/en/solutions/ecosystem/knative/Knative_Installation_Guide.md +++ b/docs/en/solutions/ecosystem/knative/Knative_Installation_Guide.md @@ -5,7 +5,6 @@ kind: - Solution ProductsVersion: - '4.1,4.2,4.3' -id: TBD ---