-
Notifications
You must be signed in to change notification settings - Fork 18
add id #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add id #7
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500024 | ||
| products: | ||
| - Alauda Container Platform | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500027 | ||
| products: | ||
| - Alauda Container Platform | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500030 | ||
| products: | ||
| - Alauda Container Platform | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250600014 | ||
| products: | ||
| - Alauda Container Platform | ||
| - Alauda DevOps | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500023 | ||
| products: | ||
| - Alauda Container Platform | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500018 | ||
| products: | ||
| - Alauda Service Mesh | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250500022 | ||
| products: | ||
| - Alauda Service Mesh | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| --- | ||
| id: KB250600001 | ||
| products: | ||
| - Alauda Container Platform | ||
| kind: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| --- | ||
| id: KB250500009 | ||
| --- | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainDuplicate KB identifier could break downstream tooling
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 -lLength of output: 44 🏁 Script executed: #!/bin/bash
# List files and line numbers where the duplicate ID appears
rg -n '^id:\s*KB250500009$' docsLength of output: 191 Duplicate KB Identifier Detected – Please Assign a Unique ID Occurrences:
Please update the 🤖 Prompt for AI Agents |
||
| # ACP Deployment Strategies with Argo Rollouts | ||
|
|
||
| ## Overview | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| --- | ||
| id: KB1751358750-f510 | ||
| --- | ||
| # ACP Deployment Strategies | ||
|
|
||
| ## Overview | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| --- | ||
| id: KB250500010 | ||
| --- | ||
| # ACP Security User Manual | ||
|
|
||
| ## Overview | ||
|
|
||
There was a problem hiding this comment.
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
idvalue for YAML consistency & validate its global uniquenessYAML will treat
KB250600001as a string, but quoting keeps front-matter style consistent and prevents edge-case issues if future IDs are purely numeric or contain special characters.To ensure this identifier is unique across the docs, run:
🏁 Script executed:
Length of output: 228
Quote the
idvalue for YAML front-matter consistencyThe identifier
KB250600001is 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.mdLines: 1–3
📝 Committable suggestion
🤖 Prompt for AI Agents