From 6bd85160723c9b2a7fa128b9464a28a21e37de9d Mon Sep 17 00:00:00 2001 From: Gaurav Trivedi Date: Wed, 2 Sep 2026 17:15:02 +0530 Subject: [PATCH] fix: resolve Vale error in configuring-ai-providers Remove redundant word "namespace" after {prod-namespace} attribute to satisfy the CheDocs.Attributes Vale rule. The attribute already resolves to the namespace name. Co-authored-by: Cursor --- .../administration-guide/pages/configuring-ai-providers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/configuring-ai-providers.adoc b/modules/administration-guide/pages/configuring-ai-providers.adoc index 8be4bd5f88..2dd6c78d0b 100644 --- a/modules/administration-guide/pages/configuring-ai-providers.adoc +++ b/modules/administration-guide/pages/configuring-ai-providers.adoc @@ -120,7 +120,7 @@ See link:https://github.com/che-incubator/che-ai-tool-images[che-incubator/che-a <7> Environment variable name for the API key. The dashboard creates a {kubernetes} Secret using this name as the data key. <8> Optional. Provider IDs pre-selected in the AI Selector widget for new workspaces. -. Create the `ConfigMap` in the `{prod-namespace}` namespace with the required labels: +. Create the `ConfigMap` in the `{prod-namespace}` with the required labels: + [subs="+quotes,+attributes"] ----