Skip to content

Conversation

@kevinzakka
Copy link
Collaborator

Summary

  • Make raycast sensor documentation videos responsive for mobile devices
  • Deploy documentation to root URL instead of /docs/ subdirectory
  • Preserve nightly builds during deployment

Changes

  • docs/source/raycast_sensor.rst: Replaced fixed width/height attributes with max-width: 100%; height: auto; for all three videos to ensure responsive display on mobile
  • .github/workflows/docs.yml: Removed destination_dir: docs so documentation deploys to mujocolab.github.io/mjlab/ (root) instead of /docs/ subdirectory. The keep_files: true setting preserves the /nightly/ directory.

Test plan

  • Verify videos display correctly on mobile devices after deployment
  • Confirm docs are accessible at mujocolab.github.io/mjlab/ after merge
  • Verify nightly builds remain accessible at mujocolab.github.io/mjlab/nightly/

🤖 Generated with Claude Code

- Make raycast sensor videos responsive for mobile by replacing fixed widths/heights with max-width: 100% and height: auto
- Deploy docs to root (mujocolab.github.io/mjlab/) instead of /docs/ subdirectory by removing destination_dir from workflow
- Preserve nightly builds with keep_files: true

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@kevinzakka kevinzakka merged commit 1d8f6c9 into main Jan 5, 2026
9 checks passed
@kevinzakka kevinzakka deleted the mini-doc-fix branch January 5, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants