Skip to content

Commit

Permalink
Merge pull request #913 from shilman/912-update-docs-for-monorepo
Browse files Browse the repository at this point in the history
Update docs for monorepo
  • Loading branch information
ndelangen committed Apr 18, 2017
2 parents 0792854 + acd9b66 commit 53f5f01
Show file tree
Hide file tree
Showing 128 changed files with 2 additions and 4,246 deletions.
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) 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

0 comments on commit 53f5f01

Please sign in to comment.