docs(getting-started): drop the dead help.psa.systems row (PMS-661) #390
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/PMS-661-remove-dead-help-psa-systems"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the dead
https://help.psa.systemsrow from the cross-project domain-layout table indocs/getting-started.md.That subdomain was never provisioned (no docker/traefik route) and the help dashboard it described ("break/fix agent delivery") is no longer used, so the row pointed at a non-existent host (PMS-661). It is the only
help.psa.systemsreference anywhere in the repos, and no live UI/help link targets it. Product docs are served separately at/docs(BUNYIP-385), so "help = docs" is handled elsewhere, not by this planning row.Verification
Repo-wide
rg 'help.psa.systems'now returns zero matches. Doc-only change with no code or config path to unit-test; the AC's "link/config check" reduces to that dead-reference grep, which is clean.#PMS-661