docs: refresh console screenshots (English, light theme, 2x, current console) - #108
Merged
Conversation
…ight theme, 2x) Re-capture all RustFS Console screenshots against console v1.0.0-beta.9 in English with the light theme at 2x resolution: - login page (installation/linux console.jpg) - bucket list / bucket deletion (management/bucket) - object upload / object details / object deletion (management/object) - access keys list / access key deletion (administration/iam) The object-details shot now uses hello.txt with an empty temporary-URL field, removing the leaked access key and password.txt filename from the previous images. All images are English UI, light theme, <=300 KB. Also fix the Create Bucket button position (top-right, not top-left) in bucket/creation.md and console-first-steps.md to match the current UI.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
docs-rustfs-com | 21bdd4d | Jul 16 2026, 05:15 AM |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Re-captures every RustFS Console screenshot in the docs against the current console (v1.0.0-beta.9), in English with the light theme at 2× resolution. The previous images were Chinese-language captures of an older console, and several leaked demo secrets.
Captured from a live
rustfsserver driven with Playwright (English locale + light theme, 1440×812 @2×), then downscaled to 2000 px wide and kept ≤300 KB each so they pass the docs image-size check.What changed per image
installation/linux/images/console.jpgmanagement/bucket/images/bucket-creation-by-ui.pngmanagement/bucket/images/bucket-deletion-on-ui.pngmanagement/object/images/upload_file_from_ui.pngmanagement/object/images/object_details_info.pngmanagement/object/images/delete_file_from_ui.pngadministration/iam/images/access_token_creation.pngadministration/iam/images/access_token_deletion.pngNotes
hello.txtwith an empty temporary-URL field — the old image showedpassword.txtand a presigned URL containing a real access key. The old access-keys images also showed a realistic-looking key; the new ones use throwaway demo keys.Create Bucketis top-right in the current console (the docs said "top left corner") — corrected inbucket/creation.mdandconsole-first-steps.md.Before / after
Login
Buckets list
Bucket deletion
Object upload
Object details
Object deletion
Access keys list
Access key deletion