Add volume mounting docs to Jobs configuration (#2330)
* docs: add volume mounting section to Jobs configuration
Documents the -v/--volume CLI flag and Python JobVolume class for
mounting datasets, models, spaces, and storage buckets into job
containers. Tracks huggingface/huggingface_hub#3936.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: align volume mounting section with merged huggingface_hub#3936
- Update CLI syntax to hf:// URL scheme with plural types
- Rename JobVolume to Volume (Python API)
- Add subfolder mounting, explicit model type examples
- Clarify read-only semantics for repos vs buckets
- Set version requirement to 1.8.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update docs/hub/jobs-configuration.md
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>