docs: remove JetBrains Fleet references - #28301
Conversation
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
Documentation CheckThis is a docs-only PR that removes the JetBrains Fleet page and its references. The in-repo changes are complete and consistent: Updates Needed
Automated review via Coder Agents |
nickvigilante
left a comment
There was a problem hiding this comment.
LGTM! We just need to add a redirect in the coder.com repo.
🚀
|
Redirect PR is up: coder/coder.com#1017
|
Summary
The
jetbrains-fleetmodule was removed from registry.coder.com andcoder/registry, but the docs still pointed users at Fleet and at the now-dead module page.Changes
docs/user-guides/workspace-access/jetbrains/fleet.mdand its screenshotdocs/manifest.jsonjetbrains/index.mdandworkspace-access/index.mdjetbrains-fleetregistry link withjetbrainsValidation
docs/(the only match left is Tailscale's "global fleet of DERP relays")docs/manifest.jsonparses,pnpm run lint-docsreports 0 errorsPreview: https://coder.com/docs/@docs-remove-jetbrains-fleet/user-guides/workspace-access/jetbrains
Note
site/static/icon/fleet.svgand its entry insite/src/theme/icons.jsonare intentionally left in place. Removing the icon would break existing templates that reference that path.The deleted page will 404 until a redirect is added in the website repo.