Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  feat(docz-core): add config as parameter for onPrebuild and onPostBuild
  fix(docz-core): chokidar performance improvements
  chore: move docz-plugin-svgr into a new repo
  chore: move react native examples and plugin to a new repo
  chore: move css examples to a new repository
  chore: move docz-plugin-css to another repo
  chore: remove docz-plugin-babel6 files
  chore: update dependencies
  fix(docz-core): open js and ts loader scope of files
  fix(docz-core): literal value of headings for menus
  fix: update no documents found text (#289)
  • Loading branch information
pedronauck committed Sep 7, 2018
2 parents e60f0c6 + 49e270c commit 038b704
Show file tree
Hide file tree
Showing 104 changed files with 1,257 additions and 9,071 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,23 @@ Documenting our things is one of the most important and heavy processes when you

## 🎛   Plugins

- **[css](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-css)** - Parse css files inside your documents
- **[css](https://github.com/pedronauck/docz-plugin-css)** - Parse css files inside your documents
- **[babel6](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-babel6)** - Use this plugin to use older babel version **[DEPRECATED]** ⚠️
- **[netlify](https://github.com/nicholasess/docz-plugin-netlify)** - Deploy your documentation to [Netlify](http://netlify.com/)
- **[react-native](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-react-native)** - Allow you to use docz with React Native
- **[react-native](https://github.com/pedronauck/docz-plugin-react-native)** - Allow you to use docz with React Native
- **[svgr](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-svgr)** - Allow you to parse svg using svgr

## 🗃   Examples

- **[basic](https://github.com/pedronauck/docz/tree/master/examples/basic)** - Some basic example
- **[babel 6](https://github.com/pedronauck/docz/tree/master/examples/babel6)** - Using docz with Babel@6 **[DEPRECATED]** ⚠️
- **[react-native-flow](https://github.com/pedronauck/docz/tree/master/examples/react-native-flow)** - Using in a React Native project with flow
- **[react-native-prop-types](https://github.com/pedronauck/docz/tree/master/examples/react-native-prop-types)** - Using in a React Native project with propTypes
- **[react native](https://github.com/pedronauck/docz-plugin-react-native/tree/master/example)** - Using in a React Native project
- **[with typescript](https://github.com/pedronauck/docz/tree/master/examples/typescript)** - Using docz with Typescript
- **[with flow](https://github.com/pedronauck/docz/tree/master/examples/flow)** - Using docz with Flow
- **[with sass](https://github.com/pedronauck/docz/tree/master/examples/css-sass)** - Using docz parsing css with Sass
- **[with less](https://github.com/pedronauck/docz/tree/master/examples/css-less)** - Using docz parsing css with Less
- **[with postcss](https://github.com/pedronauck/docz/tree/master/examples/css-postcss)** - Using docz parsing css with PostCSS
- **[with stylus](https://github.com/pedronauck/docz/tree/master/examples/css-stylus)** - Using docz parsing css with Stylus
- **[with sass](https://github.com/pedronauck/docz-plugin-css/tree/master/examples/css-sass)** - Using docz parsing css with Sass
- **[with less](https://github.com/pedronauck/docz-plugin-css/tree/master/examples/css-less)** - Using docz parsing css with Less
- **[with postcss](https://github.com/pedronauck/docz-plugin-css/tree/master/examples/css-postcss)** - Using docz parsing css with PostCSS
- **[with stylus](https://github.com/pedronauck/docz-plugin-css/tree/master/examples/css-stylus)** - Using docz parsing css with Stylus


## 🚧   Warning!
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"emotion": "^9.2.8",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8"
},
"devDependencies": {
Expand Down
326 changes: 0 additions & 326 deletions examples/css-less/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions examples/css-less/doczrc.js

This file was deleted.

Loading

0 comments on commit 038b704

Please sign in to comment.