Skip to content

Commit

Permalink
Use a title for Customizing The UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jide committed Apr 7, 2016
1 parent 96c1f18 commit b8e4e13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ module.exports = {
}
```

This can also be used to customize the layout by duplicating the original [layout.js](https://raw.githubusercontent.com/kadirahq/react-storybook/master/src/client/ui/layout.js) file at `.storybook/layout.js` and setting webpack config like this :
### Customizing The UI

You can customize the UI by duplicating the original components such as [layout.js](https://raw.githubusercontent.com/kadirahq/react-storybook/master/src/client/ui/layout.js) file, put it in `.storybook/layout.js` and setting webpack config like this :

```js
const path = require('path');
Expand Down

0 comments on commit b8e4e13

Please sign in to comment.