docs: add dashboard usage overview previews - #62
Merged
Conversation
WalkthroughThe README.md and localized documentation files (French, Japanese, Russian, Simplified Chinese) had their "Local Console Preview" section replaced with a "Dashboard Preview" section. The new section describes a local Dashboard for browsing connectors, configuring credentials, creating runtime tokens, and inspecting runtime usage, and adds two subsections—"Connector Catalog" and "Usage Overview"—each with corresponding screenshots, replacing the previous single console screenshot. Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches✨ Simplify code
Comment |
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.
Summary
Problem
The README already showed the connector catalog view, but it presented the screenshot as a generic local console preview. That made the Dashboard story less clear and did not show users the usage statistics they can inspect after deploying OpenConnector.
Root Cause
The documentation did not describe the Dashboard as a single product surface with multiple views. The connector catalog and the Overview usage statistics were not presented together, so users could miss that deployed runtimes include both connector browsing and operational usage visibility.
Solution
This PR reorganizes the README Dashboard section around two views: the Connector Catalog for browsing available connectors and the Usage Overview for deployment-time statistics. It adds English and Chinese Overview screenshots, uses the localized screenshots in the English and Chinese READMEs, and uses the English screenshots for the other localized READMEs.
Validation
npm run fix-checkgit diff --check