Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodeLinker: node-modules
nodeLinker: node-modules
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500026
products:
- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500024
products:
- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500027
products:
- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500030
products:
- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ products:
- Alauda Service Mesh
kind:
- Solution
id: KB250500011
---
# CI/CD Integration Example with Alauda Container Platform

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ products:
- Alauda Container Platform
kind:
- Solution
id: KB250500013
---
# Full-Stack Automation with ACP

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250600014
products:
- Alauda Container Platform
- Alauda DevOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500023
products:
- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500018
products:
- Alauda Service Mesh
kind:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ products:
- Alauda Service Mesh
kind:
- Solution
id: KB250500014
---
# Integrate Alauda Service Mesh to Standard Kubernetes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250500022
products:
- Alauda Service Mesh
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: KB250600001
products:
Comment on lines 1 to 3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Quote the id value for YAML consistency & validate its global uniqueness

YAML will treat KB250600001 as a string, but quoting keeps front-matter style consistent and prevents edge-case issues if future IDs are purely numeric or contain special characters.

-id: KB250600001
+id: "KB250600001"

To ensure this identifier is unique across the docs, run:


🏁 Script executed:

#!/bin/bash
# Check if any other file already uses the same id
rg --line-number --heading $'^id:\\s*"?KB250600001"?' docs | sed 's/^/duplicate: /'

Length of output: 228


Quote the id value for YAML front-matter consistency

The identifier KB250600001 is unique across the docs (no duplicates found), but quoting it maintains a consistent front-matter style and guards against edge-case parsing issues.

• File: docs/en/solutions/Software Supply Chain Security of Alauda Container Platform with Tekton and Kyverno.md
Lines: 1–3

--- 
-id: KB250600001
+id: "KB250600001"
 products: 
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
id: KB250600001
products:
---
id: "KB250600001"
products:
🤖 Prompt for AI Agents
In docs/en/solutions/Software Supply Chain Security of Alauda Container Platform
with Tekton and Kyverno.md at lines 1 to 3, the YAML front-matter id value
KB250600001 is not quoted. To maintain consistent front-matter style and prevent
parsing issues, enclose the id value in quotes, changing it from KB250600001 to
"KB250600001".

- Alauda Container Platform
kind:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
id: KB250500009
---
Comment on lines +1 to +3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Duplicate KB identifier could break downstream tooling

id: KB250500009 already exists in other English-language content (ACP Deployment Strategies.md).
If your publishing pipeline expects unique IDs per article, this duplication may cause collisions in search, indexing, or URL generation.

If the number is >1, please assign a distinct ID here or confirm that duplicates are intentional and tolerated by the site generator.


🏁 Script executed:

#!/bin/bash
# Count how many files declare this ID. Expect: 1
rg -n $'^id:\s*KB250500009$' docs | wc -l

Length of output: 44


🏁 Script executed:

#!/bin/bash
# List files and line numbers where the duplicate ID appears
rg -n '^id:\s*KB250500009$' docs

Length of output: 191


Duplicate KB Identifier Detected – Please Assign a Unique ID
The identifier KB250500009 is declared in more than one article, which can lead to collisions in search, indexing, or URL generation.

Occurrences:

  • docs/en/solutions/acp/ACP Deployment Strategies.md (line 2)
  • docs/en/solutions/acp/ACP Deployment Strategies with Argo Rollouts.md (line 2)

Please update the id: in ACP Deployment Strategies with Argo Rollouts.md (or the appropriate file) to a distinct value to ensure each article has a unique KB identifier.

🤖 Prompt for AI Agents
In docs/en/solutions/acp/ACP Deployment Strategies with Argo Rollouts.md at
lines 1 to 3, the KB identifier `KB250500009` is duplicated from another
article. Change the `id:` value to a unique identifier that does not conflict
with other articles to avoid collisions in search, indexing, or URL generation.

# ACP Deployment Strategies with Argo Rollouts

## Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
id: KB1751358750-f510
---
# ACP Deployment Strategies

## Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
id: KB250500010
---
# ACP Security User Manual

## Overview
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "doomslayer",
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@alauda/doom": "^1.5.0",
"@alauda/doom": "^1.7.1",
"@rspress/shared": "npm:2.0.0-beta.14",
"@tailwindcss/postcss": "^4.1.8",
"@ts-stack/markdown": "^1.5.0",
Expand Down
Loading