Sample datasets grid#155
Draft
Blargian wants to merge 2 commits into
Draft
Conversation
Replace the autogenerated dataset table on the sample-datasets overview with a 3x2 grid of category banners. Clicking a category expands it into a grid of cards for that category's dataset pages, with a staggered fade/scale transition. - New SampleDatasetExplorer component (all data/constants kept inside the component body, since Mintlify only evals the exported function) - Light/dark banner art per category, following the reversed-colour scheme Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Tailwind dark: utilities follow the OS media query in this Mintlify setup rather than the in-app .dark class, so light mode wrongly showed the yellow art. Switch to explicit .dark descendant selectors (matching IntegrationGrid) and bump their specificity so they win over the .sde-tile img rule. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Note
Low Risk
Documentation-only UX change on a landing page; main caveat is manual link upkeep versus the removed autogenerated table.
Overview
Replaces the build-time autogenerated sample-datasets table on the getting-started overview with an interactive
SampleDatasetExplorerMintlify component.The landing page now imports and renders
<SampleDatasetExplorer />instead of theAUTOGENERATED_START/ENDmarkdown table (and the comment pointing atautogenerate-table-of-contents.sh). Dataset discovery is grouped into six categories (benchmarks, geo, public records, time series, vector search, web/social) with light/dark banner images, hover states, and staggered animations. Selecting a category expands to a card grid linking to individual dataset docs via the sharedCardprimitive.Category membership and links are maintained manually inside the component (with an optional
categoriesprop override), so new sample-dataset pages are no longer picked up automatically by the TOC script on this page.Reviewed by Cursor Bugbot for commit 843afc8. Bugbot is set up for automated code reviews on this repo. Configure here.