From 3074d1350ed2b48cb80a305c7cb63703514db0c4 Mon Sep 17 00:00:00 2001 From: alauda-github-idpbot <155946680+alauda-github-idpbot@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:33:31 +0800 Subject: [PATCH 1/3] Auto-update doc build config (#6) --- .tekton/doc-build.yaml | 3 +-- docs/en/overview/quick_start.mdx | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index 7e8a9a8..89ebd7b 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -10,8 +10,7 @@ metadata: ( event == "push" && ( source_branch.matches("^(main|master|release-.*)$") || - target_branch.matches("^(main|master|release-.*)$") || - target_branch.startsWith("refs/tags/") + target_branch.matches("^(main|master|release-.*)$") ) ) spec: diff --git a/docs/en/overview/quick_start.mdx b/docs/en/overview/quick_start.mdx index 7ee4b3e..e1ae67f 100644 --- a/docs/en/overview/quick_start.mdx +++ b/docs/en/overview/quick_start.mdx @@ -2,7 +2,6 @@ weight: 30 --- - # Quick Start After the database import is complete, you can use the Alauda Hyperflux chat interface. @@ -11,8 +10,7 @@ After the database import is complete, you can use the Alauda Hyperflux chat int 2. On the right bottom corner, click the chat icon to open the Alauda Hyperflux chat interface. 3. Start your chat with Alauda Hyperflux! - -# Limitations +## Limitations - LLMs may generate incorrect or nonsensical answers. Please verify the answers provided by Alauda Hyperflux. - The knowledge base is static after importing the database dump. New documents added to the ACP cluster will not be included in the knowledge base until the database is updated. From cf489b57cdc8f8f302316ec13399acea89eadf5e Mon Sep 17 00:00:00 2001 From: zlc Date: Thu, 23 Apr 2026 10:10:24 +0800 Subject: [PATCH 2/3] add independent page introduciotn --- docs/en/overview/quick_start.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/overview/quick_start.mdx b/docs/en/overview/quick_start.mdx index e1ae67f..bef4db9 100644 --- a/docs/en/overview/quick_start.mdx +++ b/docs/en/overview/quick_start.mdx @@ -6,6 +6,8 @@ weight: 30 After the database import is complete, you can use the Alauda Hyperflux chat interface. +For ACP versions 4.0 and 4.1, there is an independent page access method available at `https:///console-smart-doc/home`. + 1. Log into ACP Web Console and switch to **Container Platform** view. 2. On the right bottom corner, click the chat icon to open the Alauda Hyperflux chat interface. 3. Start your chat with Alauda Hyperflux! From 96668da971137a82deeb1e42994e8e950b914068 Mon Sep 17 00:00:00 2001 From: zlc Date: Fri, 24 Apr 2026 14:16:52 +0800 Subject: [PATCH 3/3] Clarify Hyperflux independent page access Co-Authored-By: Claude Opus 4.7 --- docs/en/overview/quick_start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/overview/quick_start.mdx b/docs/en/overview/quick_start.mdx index bef4db9..a621cf7 100644 --- a/docs/en/overview/quick_start.mdx +++ b/docs/en/overview/quick_start.mdx @@ -6,7 +6,7 @@ weight: 30 After the database import is complete, you can use the Alauda Hyperflux chat interface. -For ACP versions 4.0 and 4.1, there is an independent page access method available at `https:///console-smart-doc/home`. +For ACP versions 4.0 and 4.1, you can also access Alauda Hyperflux via the independent page: `https:///console-smart-doc/home`. 1. Log into ACP Web Console and switch to **Container Platform** view. 2. On the right bottom corner, click the chat icon to open the Alauda Hyperflux chat interface.