mirror of
https://github.com/volcengine/verl.git
synced 2025-10-20 21:53:50 +08:00
## Summary This PR adds a resizable sidebar feature and improves the documentation layout for better user experience. ## Changes - **Resizable sidebar**: Users can drag to resize the sidebar, with preference saved in localStorage - **Full-width layout**: Documentation now uses full screen width for better readability - **Responsive design**: Better layout adaptation for different screen sizes - **Navigation improvements**: Attempts to improve table of contents navigation behavior ## Features - Drag handle on sidebar for resizing - Double-click to reset sidebar to default width - localStorage persistence for user preferences - Improved CSS for better visual experience ## Technical Details - Added `_static/custom.css` for styling improvements - Added `_static/js/resizable-sidebar.js` for functionality - Updated `conf.py` to include new CSS and JS files ## Testing Tested on the documentation build with successful functionality for sidebar resizing and layout improvements.