Remove Storybook in favor of /developers/design - #12934
Merged
mekarpeles merged 1 commit intoJun 15, 2026
Merged
Conversation
Storybook (in stories/) only ever held a single legacy CSS-button stub, was two majors behind, and its GitHub Pages deploy was already removed in internetarchive#8456 (internetarchive.github.io/openlibrary now 301s to docs.openlibrary.org). Lit component docs now live on the data-driven /developers/design page, so drop Storybook entirely: - delete stories/ - remove storybook/build-storybook scripts from package.json - drop stories/.storybook references from eslint.config.cjs
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.
Closes #12729
Removes Storybook (
stories/) now that Lit component docs live on the data-driven/developers/designpage. [refactor]Storybook never grew past a single legacy CSS-button stub, sat two majors behind (7.6), and its GitHub Pages deploy was already removed in #8456 β
internetarchive.github.io/openlibrarynow 301-redirects to docs.openlibrary.org, so nothing live points at it.Technical
stories/(stub story + Storybook config).storybook/build-storybookscripts frompackage.json.stories/.storybook/*references fromeslint.config.cjs.openlibrary.wikirepo, already pushed): the design-pattern-library page's dead Storybook links now point to/developers/design.Testing
npm run lintpasses; nostorybook/stories/references remain in the repo.Screenshot
N/A β no app UI changes (docs/tooling only).
Stakeholders
@mekarpeles @cdrini @jimchamp