From 6cfd8a9af558e5e8cf183b5694b40da130db1a46 Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Sun, 9 Nov 2025 22:25:11 +0100 Subject: [PATCH] docs: reorganize README screenshots with explanations before images Reordered User Interface section: - Home control panel (server restart and volume management) - Volume management screenshots grouped together - Admin notification broadcast (last) Changed format: explanation text with heading before each screenshot image, replacing italic captions below images for better readability. --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a1d8efa..2d31c6f 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,29 @@ Users access JupyterHub through Traefik reverse proxy with TLS termination. Afte ## User Interface -![User Control Panel](.resources/screenshot-home.png) -*User control panel with server restart and volume management options* +**User Control Panel** -![Admin Notification Broadcast](.resources/screenshot-send-notification.png) -*Admin panel for broadcasting notifications to all active JupyterLab servers* +User control panel with server restart and volume management options. + +![User Control Panel](.resources/screenshot-home.png) + +**Volume Management** + +Access volume management when server is stopped. ![Manage Volumes](.resources/screenshot-volumes.png) -*Access volume management when server is stopped* + +**Volume Selection** + +Select individual volumes to reset - home directory, workspace files, or cache data. ![Volume Selection](.resources/screenshot-volumes-modal.png) -*Select individual volumes to reset - home directory, workspace files, or cache data* + +**Admin Notification Broadcast** + +Admin panel for broadcasting notifications to all active JupyterLab servers. + +![Admin Notification Broadcast](.resources/screenshot-send-notification.png) ## Features