1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Edit react docs

This commit is contained in:
Brent Jackson 2018-08-05 12:49:27 -04:00
parent 65e2098235
commit b0abff1db0
2 changed files with 4 additions and 4 deletions

View File

@ -269,7 +269,7 @@ This works well as a backup option for any unforeseen technical difficulties.
## Docs
- [Theming](docs/theming.md)
- [Themes](docs/themes.md)
- [Built-in Themes](docs/themes.md)
- [Components](docs/components.md)
- [React API](docs/react.md)
@ -289,12 +289,9 @@ This works well as a backup option for any unforeseen technical difficulties.
[MIT License](LICENSE.md)
[MDX]: https://github.com/mdx-js/mdx
[MDXProvider]: https://github.com/mdx-js/mdx#mdxprovider
[ok-mdx]: https://github.com/jxnblk/ok-mdx
[ok-cli]: https://github.com/jxnblk/ok-mdx/tree/master/packages/ok-cli
[Compositor x0]: https://github.com/c8r/x0
[styled-system]: https://github.com/jxnblk/styled-system
[styled-components]: https://github.com/styled-components/styled-components
[create-react-app]: https://github.com/facebook/create-react-app
[next.js]: https://github.com/zeit/next.js/
[Spectacle]: https://github.com/FormidableLabs/spectacle

View File

@ -45,3 +45,6 @@ export default () =>
```
View the source for other components available for use.
[create-react-app]: https://github.com/facebook/create-react-app
[next.js]: https://github.com/zeit/next.js/