docs: banner legacy Go-gateway docs; point to Node @casualoffice/collab#98
Merged
Conversation
The in-repo Go y-websocket gateway (backend/) is superseded by the shared Node/TypeScript @casualoffice/collab server (Hocuspocus + Yjs on Fastify). Add a 'legacy / current backend' banner to each doc that still describes the Go gateway as the live sync path, pointing to 23-collab-server-migration and ARCHITECTURE.md: - 00-overview.md — goal/backend rewritten; historical-record banner - 05-backend-design.md — title doc is explicitly the legacy gateway - 11-storage-modes.md — Go-vs-Bun language-stack note clarified - 22-collab-scale-persistence.md — design drivers retargeted to collab server - DEPLOYMENT.md — Go gateway image marked legacy
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.
What
The in-repo Go y-websocket gateway (
backend/) is superseded by the shared Node/TypeScript@casualoffice/collabserver (Hocuspocus + Yjs on Fastify). Several docs still described the Go gateway as the live sync path. This adds a clear "legacy / current backend" banner to each, pointing readers tointernal/23-collab-server-migration.mdandARCHITECTURE.md.Changes
host.Integrationcontract carry over unchanged.backend/to the collab server.Docs-only; no code changes. Completes the legacy-Go documentation sweep started in #97.