Docs Update banner
opendatahub-io opendatahub-io

Docs Update

Documentation community

Description

# Update Documentation When asked to update documentation after code changes, read and follow the full workflow in `.claude/skills/docs-update/SKILL.md`. ## Quick Reference - **No arguments**: defaults to uncommitted changes and new untracked files (`HEAD`). - **Git reference** (`HEAD~1`, `abc1234`, `abc1234..def5678`): diff-based update for those commits. - **`--no-cache`**: skip git diff entirely; rewrite every section of all targeted docs from current source. Add a scope filter to limit

Installation

Installs to ~/.claude/commands/opendatahub-io-odh-dashboard-docs-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opendatahub-io/odh-dashboard/HEAD/.claude/commands/docs-update.md -o ~/.claude/commands/opendatahub-io-odh-dashboard-docs-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository