mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #6129 from aamct2/fix-md-linting
Fix linting errors in docs
This commit is contained in:
commit
e6a5195bb2
@ -23,7 +23,7 @@ addParameters({
|
||||
|
||||
When setting a theme, set a full theme object. The theme is replaced not combined.
|
||||
|
||||
See more addon options at https://github.com/storybooks/storybook/tree/master/addons/options
|
||||
View more [addon options in the master branch](https://github.com/storybooks/storybook/tree/master/addons/options).
|
||||
|
||||
## Get a theme
|
||||
|
||||
|
@ -79,8 +79,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
|
||||
> ```
|
||||
>
|
||||
> </details>
|
||||
|
||||
|
||||
>
|
||||
>
|
||||
> You might be using global components or vue plugins such as vuex, in that case you'll need to register them in this `config.js` file.
|
||||
>
|
||||
> <details>
|
||||
|
@ -82,8 +82,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
|
||||
> ```
|
||||
>
|
||||
> </details>
|
||||
|
||||
|
||||
>
|
||||
>
|
||||
> Additionally this is the place where you can register global component.
|
||||
>
|
||||
> <details>
|
||||
@ -98,7 +98,7 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
|
||||
> function loadStories() {
|
||||
> require('../stories/index.js');
|
||||
> // You can require as many stories as you need.
|
||||
}
|
||||
> }
|
||||
>
|
||||
> configure(loadStories, module);
|
||||
> ```
|
||||
|
@ -83,8 +83,8 @@ That'll load stories in `../stories/index.js`. You can choose where to place sto
|
||||
> ```
|
||||
>
|
||||
> </details>
|
||||
|
||||
|
||||
>
|
||||
>
|
||||
> You might be using global components or vue plugins such as vuex, in that case you'll need to register them in this `config.js` file.
|
||||
>
|
||||
> <details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user