Skip to content

Commit

Permalink
Refer to html guide in slow start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed May 5, 2018
1 parent 3605b76 commit 10fa1dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/pages/basics/guide-html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ storiesOf('Demo', module)
.add('button', () => {
const button = document.createElement('button');
button.innerText = 'Hello Button';
// eslint-disable-next-line no-console
button.addEventListener('click', e => console.log(e));
return button;
});
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/basics/slow-start-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Storybook supports multiple UI libraries. The manual setup for each is different
- [Storybook for Vue](/basics/guide-vue/)
- [Storybook for Angular](/basics/guide-angular/)
- [Storybook for Mithril](/basics/guide-mithril/)
- [Storybook for HTML](/basics/guide-html/)

0 comments on commit 10fa1dc

Please sign in to comment.