Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): Creation of new documentation website #1798

Open
wants to merge 259 commits into
base: master
Choose a base branch
from

Conversation

nstuyvesant
Copy link
Contributor

@nstuyvesant nstuyvesant commented Apr 26, 2024

What is this?

  • Created a new @carbon/charts documentation site in React that replaces Storybooks.
  • Ripped out Storybook. These depended on a deprecated API (storiesOf).
  • Each package now has a test page that can be viewed via yarn dev from the package subdirectories
  • npx lerna run build:test builds the test pages in pages/test for each package
  • Fixed eslint and prettier across all packages
  • Fixed husky and set it to run eslint and prettier only on staged content (instead of entire monorepo)
  • Added DOM tests for all packages which can be run in parallel by yarn test:dom from the monorepo root (yarn test:dom:rebase rebuilds the baseline).

Demo screenshot or recording

image image image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant