fix: three factual corrections (dead support link, Guild Tracker access, renamed configure command) - #2
Open
vRaphael wants to merge 3 commits into
Open
fix: three factual corrections (dead support link, Guild Tracker access, renamed configure command)#2vRaphael wants to merge 3 commits into
vRaphael wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…ure profiles Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Three factual corrections, each verified against the live product and the bot in a Discord server running GuildYapper.
The support link is dead
guildyapper.com/supportis not in the site's route table and silently redirects to the homepage. It sits in the footer config, so it appears on every page in both locales, plus the quick-links on both homepages. Replaced with the support Discord.Guild Tracker is described as public
website/overview.mdlists Guild Tracker among the pages browsable without managing a server. It is not — the dashboard, the guilds list and the players list all require a Discord login. Verified logged-out and logged-in. Corrected in both locales./configure nwpartyno longer existsThe bot registers
/configure parties("Configure platoons (in-game parties) and function roles") and/configure profiles("Configure signup profiles (per event-type platoon/role layouts)")./configure nwpartyappears nowhere in Discord's command picker. Updated across the English pages; the Portuguese pages still carry it and are handled separately.Verification:
npm run docs:buildpasses. VitePress fails the build on dead internal links, so a green build is also a link check.Scope: deliberately narrow. This is the first of several PRs — the others cover a contributor guide plus a CI build check, a documentation restructure, and Portuguese parity. Each stands on its own, and none of them depends on this one being merged first.
Written with AI assistance and verified command by command against the running product.
🤖 Generated with Claude Code