Unverified Commit 3be53799 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: Fix/docs readme skill links (#6856)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
Co-authored-by: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 73a4ab31
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
- name: Check documentation links with lychee - name: Check documentation links with lychee
uses: lycheeverse/lychee-action@v2 uses: lycheeverse/lychee-action@v2
with: with:
# TODO: once DYN-2259 is fixed remove exclusion of ./docs/components/profiler/profiler_guide.md # TODO(DYN-2310): remove exclusion of ./lib/velo-events/README.md (dead Google Drive link)
args: >- args: >-
--cache --cache
--no-progress --no-progress
...@@ -38,11 +38,11 @@ jobs: ...@@ -38,11 +38,11 @@ jobs:
--root-dir ${{ github.workspace }} --root-dir ${{ github.workspace }}
--exclude-path ".*ATTRIBUTIONS.*" --exclude-path ".*ATTRIBUTIONS.*"
--exclude-path "./lib/llm/tests/data/.*" --exclude-path "./lib/llm/tests/data/.*"
--exclude-path "./docs/components/profiler/profiler_guide.md" --exclude-path "./lib/velo-events/README.md"
--accept "200..=299, 403, 429" --accept "200..=299, 403, 429"
--exclude-all-private --exclude-all-private
--exclude 0.0.0.0 --exclude 0.0.0.0
-v --verbose
--host-concurrency 10 --host-concurrency 10
--host-request-interval 1s --host-request-interval 1s
--host-stats --host-stats
......
...@@ -47,16 +47,14 @@ branch based on `main`). The sync workflow copies changes to ...@@ -47,16 +47,14 @@ branch based on `main`). The sync workflow copies changes to
## Claude Code Skills ## Claude Code Skills
Three Claude Code skills automate common docs tasks. Invoke them as slash A single Claude Code skill automates common docs tasks. Invoke it as a slash
commands in Claude Code (e.g., `/add-dynamo-docs`) — each skill walks through command in Claude Code (e.g., `/dynamo-docs`) — the skill walks through
the full workflow: creating or editing the markdown file, updating the the full workflow: creating, editing, or removing the markdown file, updating
navigation in `docs/index.yml`, and running `fern check` to validate. the navigation in `docs/index.yml`, and running `fern check` to validate.
| Skill | Description | | Skill | Description |
|-------|-------------| |-------|-------------|
| [add-dynamo-docs](https://github.com/ai-dynamo/dynamo/blob/main/.claude/skills/add-dynamo-docs/SKILL.md) | Add a new page — creates the file with frontmatter, adds the nav entry | | [dynamo-docs](https://github.com/ai-dynamo/dynamo/blob/main/.claude/skills/dynamo-docs/SKILL.md) | Add, update, move, or remove a docs page |
| [rm-dynamo-docs](https://github.com/ai-dynamo/dynamo/blob/main/.claude/skills/rm-dynamo-docs/SKILL.md) | Remove a page — deletes the file, removes the nav entry, checks for broken links |
| [update-dynamo-docs](https://github.com/ai-dynamo/dynamo/blob/main/.claude/skills/update-dynamo-docs/SKILL.md) | Update a page — edit content, rename, or move between sections |
--- ---
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment