ワンクリックで
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 職業分類に基づく
Generate 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.
| 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 attributes