README: add Screenshots section — what the panel actually looks like#42
Merged
Conversation
Drops a screenshots-of-the-panel section right after Features so first-time visitors can see what KC actually looks like before they commit to installing. Eight panels covered, each with a small caption explaining what you'd reach for it for: - Server Control (live stats + restart/shutdown) - Server Update (SteamCMD auto-update + sticky serverconfig.xml) - Config Editor (form-driven serverconfig editing) - Mods Manager (Nexus discover + upload, handles messy zip shapes) - Backups (scheduled + ad-hoc world saves) - Item Database (browse all 26k+ items) - Settings → Discord (bot integration in one tab) - Settings → Account (change password + kcresetpw escape hatch) Images live at docs/screenshots/ alongside the existing banner.png and troubleshooting docs. Same convention as everything else under docs/. (Originally Ada had these in KitsuneCommandDocs/static/img/ss/ — moved to the main repo since that's where most prospective installers actually land first.)
This was referenced Apr 26, 2026
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
First-time visitors to the GitHub repo currently have to imagine what KC's panel looks like from the feature bullet list. This PR drops in a Screenshots section right after Features with a tour of 8 panels, each with a small caption explaining what you'd reach for it for.
Previously these screenshots lived in `KitsuneCommandDocs/static/img/ss/` — moved to the main repo since that's where prospective installers usually land first (and where the README actually renders to a wider audience than the docs site).
What's covered
File layout
`docs/screenshots/.png` — same convention as the existing `docs/banner.png` and `docs/troubleshooting.md`. Eight files total, ~1.1 MB combined.
Test plan
🤖 Generated with Claude Code