64 Commits

Author SHA1 Message Date
Michael Shilman
42f9497622 Configure github username 2017-05-14 15:11:32 +10:00
Michael Shilman
6356be8eb1 Run without silent for debugging 2017-05-14 15:05:17 +10:00
Michael Shilman
ea569ab4f9 Update travis deployment to use GH_TOKEN variable encoded in secure 2017-05-14 14:58:17 +10:00
Michael Shilman
70f9092920 Try using gh-pages-travis to deploy from travis 2017-05-14 14:17:12 +10:00
Michael Shilman
8a79fed245 Another change to test auto-deploy 2017-05-14 12:05:27 +10:00
Michael Shilman
a78aaef1c2 Give Travis permission to deploy 2017-05-14 10:41:51 +10:00
Michael Shilman
ac47ac56bf Test the auto-deploy by fixing a typo 2017-05-14 10:19:05 +10:00
Michael Shilman
245b172c3a Need to build before we can deploy 2017-05-14 10:13:17 +10:00
Michael Shilman
97f49cefc4 Automatic deployment 2017-05-14 10:03:56 +10:00
Michael Shilman
47bb523983 Merge pull request #24 from storybooks/add-ci-linting
ADD markdown linting && CI
2017-05-14 09:54:55 +10:00
Norbert de Langen
df3d901b36 ADD markdown linting && CI 2017-05-14 01:10:52 +02:00
Thanish
6c31a773ab Merge pull request #23 from storybooks/1017-deprecate-builtin-addons
Fix one more documentation relating to default addons
2017-05-13 14:10:21 +05:30
Michael Shilman
b402c44a0d Fix one more documentation relating to default addons 2017-05-13 18:36:36 +10:00
Michael Shilman
21f99553c9 Merge pull request #22 from storybooks/1017-deprecate-builtin-addons
Deprecate built-in linkTo/action addons
2017-05-13 18:16:50 +10:00
Michael Shilman
0d9d9124ce Deprecate built-in linkTo/action addons 2017-05-13 10:36:44 +10:00
Norbert de Langen
be57585b1c Merge pull request #20 from storybooks/1016-restore-addon-links
Update documentation to use addon-links package
2017-05-13 00:33:17 +02:00
Michael Shilman
1dcc3be54a Update documentation to use addon-links package 2017-05-12 21:51:22 +10:00
Michael Shilman
347ce506f3 Merge pull request #17 from wcastand/source
add the storybook-addon-jsx to the list of third party addon
2017-05-10 23:16:23 +10:00
wcastand
ee83f97317 apply suggestion 2017-05-10 14:28:17 +02:00
wcastand
0768f183df add the storybook-addon-jsx to the list of thrid party addon 2017-05-10 14:02:26 +02:00
Michael Shilman
cab26be046 Reapply lost change from gatsby crossover
See: https://github.com/storybooks/storybooks.github.io/pull/8
2017-05-04 09:23:50 +10:00
Michael Shilman
e5d58e6dc1 Merge pull request #16 from fabien0102/source
Fix "READ DOCS" link on homepage
2017-05-03 20:13:29 +10:00
fabien0102
ab6d140b7c Fix docs link 2017-05-03 10:17:24 +02:00
Michael Shilman
007f548671 Merge pull request #14 from storybooks/5-gatsby-static-site
New, static site starting from Gatsby starter kit
2017-05-03 16:20:28 +10:00
Michael Shilman
a76119b797 Fix code highlighting 2017-05-03 15:40:59 +10:00
Michael Shilman
e94c97d3b4 Ignore public files generated by gatsbyjs 2017-05-03 15:29:46 +10:00
Michael Shilman
ac036e0c4b manually add CNAME to build process 2017-05-03 15:23:01 +10:00
Michael Shilman
c650bf188e Remove container wrapper to fix layout issues 2017-05-03 15:00:58 +10:00
Michael Shilman
5840f278f9 Fix favicon 2017-05-03 14:54:00 +10:00
UsulPro
4df1247f4a Add favicon 2017-05-02 22:22:58 +07:00
Michael Shilman
e972dfad2f Cleanup unused function 2017-05-03 00:19:56 +10:00
Michael Shilman
fecad1ee46 Restore CNAME 2017-05-02 20:34:39 +10:00
Michael Shilman
1105780a0e Merge branch 'source' into 5-gatsby-static-site
Resolve conflicts merging source changes

# Conflicts:
#	components/Docs/Container/index.js
#	src/docs/react-storybook/configurations/custom-webpack-config.js
2017-05-02 17:30:05 +10:00
Michael Shilman
531b15aea3 Use original docs components and styling inside gatsby
- get rid of sections concept temporarily
- markdown is already parsed to HTML by gatsby
2017-05-02 16:29:08 +10:00
Michael Shilman
1443d41314 Remove auto-generated files and fix deprecation errors 2017-05-01 19:08:11 +10:00
Michael Shilman
8774f7c261 Global styling 2017-05-01 18:51:59 +10:00
Michael Shilman
0e969e4b3c Rename doc.md to doc/index.md
Use index.md so that images show properly in github, e.g.:

```md
![Login Form](../static/login_form.png)
```
2017-05-01 17:53:48 +10:00
Michael Shilman
da08abd1cb Add edit-this-page link 2017-05-01 16:49:44 +10:00
Michael Shilman
7cd1f3d480 Merge pull request #12 from storybooks/pr-template
Added PR template similar to storybook repo
2017-04-28 22:55:44 +10:00
Xavier Cazalot
0fbcef04e9 Merge pull request #13 from storybooks/7-edit-this-page-link
Fix edit this page link
2017-04-28 08:53:39 +02:00
Xavier Cazalot
beb1b0d5da Merge pull request #8 from danny-andrews/patch-1
Add note about webpack version
2017-04-28 08:50:11 +02:00
Michael Shilman
34de975830 New, static site starting from Gatsby starter kit
Work in progress: ported storybooks content

Still needs:
- two-level nav hierarchy
- styling improvements
- stories ;-)
2017-04-28 15:47:14 +10:00
Michael Shilman
600ce1f0e1 Fix edit this page link
When we moved to github pages, we moved the doc source to `source`
branch, and the `npm run publish` script force pushes the built site to
the `master` branch.
2017-04-28 07:43:21 +10:00
Michael Shilman
c459ab9d1e Added PR template similar to storybook repo 2017-04-28 07:25:06 +10:00
Michael Shilman
717d6eee51 Merge pull request #11 from storybooks/10-update-linkto-documentation
Update linkTo documentation
2017-04-28 07:06:49 +10:00
Michael Shilman
dd80a304b5 Fixed typos and add function example 2017-04-28 06:59:34 +10:00
Danny Andrews
b8521df47d Fix line break 2017-04-27 08:16:35 -05:00
Michael Shilman
16cb95eebe Merge pull request #9 from gvaldambrini/storyrouter
Add StoryRouter to the addon gallery
2017-04-27 19:16:13 +10:00
Michael Shilman
010257ebe5 Update linkTo documentation
Links used to be an add-on, but are now supported natively in
storybook. Updated the docs to reflect that.
2017-04-27 19:07:00 +10:00
Gianni Valdambrini
8812e78903 Add StoryRouter to the addon gallery 2017-04-25 16:53:06 +02:00