Alauda Knowledge hosts Alauda's solution articles and technical references.
- `docs/en/solutions`: This directory stores knowledge base articles displayed on Alauda Cloud.
- `hidden_docs/deprecated/`: This directory stores deprecated articles. When articles become obsolete, they must be moved here.
Note:Chinese translations will be automatically executed in the pipeline. Submit English articles only.
Note:Knowledge base articles support MD format only!
Define article properties in frontmatter:
Property | Description |
---|---|
Product | Applicable products. Presets include: - Alauda Container Platform - Alauda DevOps - Alauda AI - Alauda Application Services - Alauda Service Mesh - Alauda Developer Portal |
Kind | - Solution:Solve specific problems that has been raised with Alauda. - Article:Technical briefs, reference architectures, and early stages of documentation. |
ID | Automatically generated during build. **Do not modify** this field after creation. |
Example:
products
- Alauda Container Platform
- Alauda Container Platform
- Alauda DevOps
- Alauda AI
- Alauda Application Services
- Alauda Service Mesh
- Alauda Developer Portal
kind
- Solution
Two supported asset directory types:
-
The public directory in the document root:
docs/public
Use syntax:

-
The assets directory next to the specific document,example
docs/en/solutions/docname/assets
:Use syntax:

Recommendation:
- Use
public
for globally shared assets - Use
assets
for module/article-specific resources
Static assets require English versions only.
Link to other documents within the current site:
- Use relative links, for example:
[docname](./module/guides/xxx.md)
Link to specific sections in other documents:
- Add an anchor to the section heading, then reference it using the anchor link. For example:
{/* Add anchor at referenced location */}
## Hello World \{#custom_id}
{/* Use anchor links at reference locations */}
[chaptername](./module/guides/xxx.md#custom_id)
Anchor rules: Lowercase letters, numbers, underscores only.
Prioritize English-language sources when available.
-
Use public URLs if available.
-
Contact administrators for storage need.
A template for Solution-type articles is provided at: templates/solution-template.md