docs: simplify architecture diagrams, remove operator section and noisy sidebars#243
Merged
docs: simplify architecture diagrams, remove operator section and noisy sidebars#243
Conversation
…ne section - Remove the "Management Plane · KubeBlocks Operator" section from all 21 architecture diagram components (operator block, controller chips, CRD hierarchy chain) - Remove sidebar cards that added noise without architectural value: resource hierarchy cards, group replication info card (MySQL MGR), standalone characteristics and HA limitations (Milvus standalone), routing card (MongoDB sharding), orchestrator features card, cluster properties card (Redis cluster), use cases card (Redis standalone) - Redesign PgHA Patroni DCS card: move from right sidebar to a dedicated panel below the pod grid with a teal connector arrow, making it clear that all pods share the same DCS backend - Fix JSX comment syntax errors in Milvus, MinIO, and RocketMQ diagrams introduced during bulk edits
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.
Closes #242
Changes
Removed from all 21 diagrams
Removed sidebar cards
PgHA: Patroni DCS redesign
Moved the Patroni DCS (K8s API) card from a right sidebar to a full-width panel below the pod grid, connected by a teal downward arrow labeled "each Patroni agent reads/writes K8s API via :8008". This makes it visually clear that DCS is a shared dependency for all pods, not an optional sidebar concern.
Bug fixes
Fixed
{/* Legend */→{/* Legend */}(missing closing brace) in:MilvusArchitectureDiagram.tsxMinioArchitectureDiagram.tsxRocketmqArchitectureDiagram.tsxTest plan
yarn buildpasses with no errors