docs(observability): add intro card page and rename Legacy to Custom Build#3949
Merged
Merged
Conversation
…Build Add a card-based intro landing page for the "Observability with Doris" section and repoint the sidebar category link to it. The page presents the two parallel solutions as cards: - DOG Stack: turnkey stack on Doris + OpenTelemetry + Grafana - Custom Build: build your own platform directly on Doris with SQL Also rename the "Legacy" sub-category to "Custom Build", since it is a distinct, still-current approach rather than a deprecated one, and drop the overview docs from the sub-category item lists (they remain the category links). Applied to both current and 4.x docs, in English and Chinese. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Add a card-based intro landing page for the Observability with Doris section and repoint the sidebar category link to it. The page presents the two parallel solutions as cards:
Also rename the Legacy sub-category to Custom Build, since it is a distinct, still-current approach rather than a deprecated one, and drop the
overviewdocs from the sub-categoryitemslists (they remain the category links, matching the deploy-on-kubernetes intro pattern).Scope
Applied consistently across both versions and both locales:
docs/observability/intro.mdxsidebars.tsi18n/zh-CN/.../current/observability/intro.mdxversioned_docs/version-4.x/observability/intro.mdxversioned_sidebars/version-4.x-sidebars.jsoni18n/zh-CN/.../version-4.x/observability/intro.mdxReuses the existing
GettingStartedCardcomponent andcards-gridstyle (same pattern as the deploy-on-kubernetes intro).🤖 Generated with Claude Code