docs: Remove setup-gateway references [doc-updater] - #824
Merged
Conversation
Contributor
There was a problem hiding this comment.
Reviewed all three changed files. This is a clean documentation update that correctly removes all setup-gateway references following the symlink removal in #823 (merged).
Verification:
- Searched the repo for remaining
setup-gatewayreferences — the three occurrences onmain(inbin/README.md,docs/index.md,docs/development/STRUCTURE.md) are exactly the three removed by this PR. No stale references remain. - The tree diagram in
STRUCTURE.mddoes not mentionsetup-gateway, so no additional cleanup is needed there. - The
bin/README.mdsection removal is complete (heading + description line). - The table entries in
docs/index.mdandSTRUCTURE.mdare updated with correct formatting.
No issues found.
One minor observation (non-blocking): The STRUCTURE.md tree diagram comment on line 5 lists egg-deploy and egg-status as example CLI entry points (# CLI entry points (egg, egg-deploy, egg-status)), which may also be outdated depending on current state. Worth a separate follow-up if those no longer exist.
— Authored by egg
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
Author
| egg is addressing review feedback... |
Contributor
Author
|
egg feedback addressed. View run logs 2 previous review(s) hidden. |
jwbron
approved these changes
Feb 18, 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.
docs: Remove setup-gateway references [doc-updater]
Update documentation to reflect removal of the
bin/setup-gatewaysymlink in #823.The
setup-gatewaycommand no longer exists — setup is now handled automatically byegg --setupon first run (as documented in README Quick Start).Removed references from:
docs/index.md— CLI entry points tabledocs/development/STRUCTURE.md— directory details tablebin/README.md— removed entire setup-gateway sectionTriggered by: #823
Authored-by: egg