Skip to content

Commit

Permalink
Merge pull request #9972 from EmmanuelDemey/patch-3
Browse files Browse the repository at this point in the history
fix: missing } in the docs addon documentation
  • Loading branch information
shilman committed Mar 14, 2020
1 parent 57c91b5 commit 48e3d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/docs/recipes.md
Expand Up @@ -205,7 +205,7 @@ foo.story = { parameters: { docs: { disable: true } } };
User writes documentation & stories side-by-side in a single MDX file, and wants those stories to show up in the canvas but not in the docs themselves. They want something similar to the recipe "CSF stories with MDX docs" but want to do everything in MDX:

```js
<Story name="foo" parameters={{ docs: { disable: true }} >
<Story name="foo" parameters={{ docs: { disable: true }}} >
<Button>foo</Button>
</Story>
```
Expand Down

0 comments on commit 48e3d20

Please sign in to comment.