docs(bench): link result paths + re-theme og:image to graphite#962
Merged
Conversation
- benchmarks.md: the "Raw results" and result-history path references now link to their GitHub tree, so readers click through to the data instead of browsing the repo. Code-block command paths are left as-is. - og:image: re-theme the social card to the graphite scheme (graphite ground, cool-light foreground, cyan accent, Geist Mono display type), replacing the near-black/cream/orange/serif card. Updates docs/images/mcp-data-platform-og.svg (standard Geist Mono font stack) and the 1200x630 PNG rendered in Geist Mono.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #962 +/- ##
=======================================
Coverage 89.04% 89.04%
=======================================
Files 424 424
Lines 48581 48581
=======================================
Hits 43260 43260
Misses 3547 3547
Partials 1774 1774 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Two documentation changes:
docs/reference/benchmarks.md, the "Raw results" manifest rows and the result-history table now link to their GitHub tree, so a reader clicks through to the actual data (merged JSON, per-pass JSON, transcripts) instead of browsing the repo by hand. Thebench/results/...paths inside code blocks are left as-is, since those are commands to run.docs/images/mcp-data-platform-og.svg+ the 1200x630.png) from the old near-black / cream / orange / serif look to the current graphite scheme: graphite ground (#1E232A), cool-light foreground (#EDF1F5), cyan accent (#4FC7E6), and Geist Mono display type. The SVG uses the standardGeist Monofont stack; the PNG is rendered in Geist Mono to match the site.