원클릭으로
add-docs
Add new documentation to Waldur docs. Use when creating new markdown files, adding guides, or documenting features.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add new documentation to Waldur docs. Use when creating new markdown files, adding guides, or documenting features.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | add-docs |
| description | Add new documentation to Waldur docs. Use when creating new markdown files, adding guides, or documenting features. |
Follow these steps when adding new documentation to the Waldur docs repository.
Choose the appropriate directory based on who will read the documentation:
| Audience | Directory | Content Type |
|---|---|---|
| System administrators | docs/admin-guide/ | Deployment, configuration, maintenance |
| Developers | docs/developer-guide/ | Architecture, code contributions, plugins |
| End users | docs/user-guide/ | UI workflows, features, self-service |
| Integrators | docs/integrator-guide/ | API usage, SDK, third-party integration |
| General | docs/about/ | Project info, governance, changelog |
installation-guide.md, api-authentication.mdimg/ subdirectory if screenshots are neededUse these MkDocs Material extensions:
# Page Title
Brief introduction paragraph.
## Section with Admonition
!!! tip
Helpful tip content here.
!!! warning
Important warning content.
## Code Examples
```bash
poetry run mkdocs serve
=== "Option A" Content for option A
=== "Option B" Content for option B
## 4. Add Navigation
Edit the `.pages` file in the directory to control ordering:
```yaml
nav:
- index.md
- your-new-file.md
- ...
Run quality checks before committing:
# Preview locally
poetry run mkdocs serve
# Lint markdown
node lint-markdown.mjs
# Build with strict validation
poetry run mkdocs build --strict
../admin-guide/deployment/helm/img/ subdirectoriesautoplay and muted attributesGenerate or regenerate Waldur changelog entries. Use for release documentation or fixing changelog issues.
Generate llms.txt and llms-full.txt files for LLM-friendly documentation access.
Run quality assurance checks on Waldur documentation. Use before committing changes or when validating the build.
Sync documentation from external Waldur repositories. Use when updating externally-sourced docs or checking sync status.