feat(storybook): consolidate docs into Storybook, remove fumadocs#112
Merged
yahyafakhroji merged 2 commits intoJun 4, 2026
Merged
Conversation
Enable hand-authored documentation in Storybook and migrate all usage docs from the (now removed) fumadocs app: - Add @storybook/addon-docs and enable MDX doc pages - Fold every base and feature component's usage prose and examples into its story (parameters.docs.description + example stories) - Add MDX guide pages: Introduction, Installation, Theming, Providers, and the Picker migration guide - Add useCopyToClipboard / useDebounce hook docs with live demos - Add stories for previously undocumented components (StatCard, Combobox, Sidebar) - Theme-aware DocsContainer so docs pages follow dark mode - Multi package-manager install snippets (npm/pnpm/yarn/bun) - Point README docs references at Storybook; drop @repo/docs from the changeset ignore list
The fumadocs docs site was never deployed (no Dockerfile, publish workflow, or kustomize bundle) and only added build/lint/typecheck weight to CI. All of its documentation now lives in Storybook, the single published documentation surface.
mattdjenkinson
approved these changes
Jun 4, 2026
4 tasks
yahyafakhroji
added a commit
that referenced
this pull request
Jun 4, 2026
… to 1.1.0 PR #112 consolidated all docs into Storybook but shipped without a changeset. Add a major changeset for that work and align the package version with the latest Storybook release (1.1.0) so the next release bumps from the correct base (-> 2.0.0).
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
Migrate all hand-written usage documentation from the undeployed fumadocs app (
apps/docs) into Storybook, then remove fumadocs so Storybook is the single, published documentation surface.@storybook/addon-docsand MDX doc pagesparameters.docs.description+ example stories)DocsContainerso docs pages follow dark mode@repo/docsfrom the changeset ignore listapps/docs(fumadocs) — it had no Dockerfile, publish workflow, or kustomize bundle, and only added CI weightScope
@datum-cloud/datum-uipackage → no changeset / version bump neededTest plan
pnpm turbo build lint typecheck test— green (7/7)pnpm --filter @repo/storybook build— succeedspnpm --filter @repo/storybook dev— spot-check component Docs tabs + guide pages render in light & dark