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

Update docs for monorepo #913

Merged
merged 5 commits into from
Apr 18, 2017
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Storybook is a development environment for React UI components. It allows you to

Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.

Storybook comes with a lot of [addons](https://getstorybook.io/docs/addons/introduction) for component design, documentation, testing, interactivity, and so on. Storybook's easy-to-use API makes it easy to configure and extend in various ways. It has even been extended to support React Native development for mobile.
Storybook comes with a lot of [addons](https://storybooks.js.org/docs/react-storybook/addons/introduction) for component design, documentation, testing, interactivity, and so on. Storybook's easy-to-use API makes it easy to configure and extend in various ways. It has even been extended to support React Native development for mobile.

## Getting Started

Expand All @@ -26,7 +26,7 @@ getstorybook

Once it's installed, you can `npm run storybook` and it will run the development server on your local machine, and give you a URL to browse some sample stories.

For full documentation on using Storybook visit: https://getstorybook.io
For full documentation on using Storybook visit: https://storybooks.js.org

## Main Projects
- [react-storybook](packages/react-storybook) - Storybook for React components
Expand Down
3 changes: 0 additions & 3 deletions docs/.storybook/addons.js

This file was deleted.

9 changes: 0 additions & 9 deletions docs/.storybook/config.js

This file was deleted.

78 changes: 0 additions & 78 deletions docs/.storybook/notes_addon.js

This file was deleted.

19 changes: 0 additions & 19 deletions docs/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/app.json

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
46 changes: 0 additions & 46 deletions docs/index.html

This file was deleted.

31 changes: 0 additions & 31 deletions docs/package.json

This file was deleted.

93 changes: 0 additions & 93 deletions docs/src/components/Docs/Container/index.js

This file was deleted.

59 changes: 0 additions & 59 deletions docs/src/components/Docs/Container/style.css

This file was deleted.

Loading