diff --git a/examples/css/README.md b/examples/css/README.md deleted file mode 100644 index b71330777..000000000 --- a/examples/css/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ⚠️   [MOVED REPO](https://github.com/pedronauck/docz-plugin-css/tree/master/examples) - -To avoid some performances issues, we move all css examples to a new repo! diff --git a/examples/flow/.prettierrc b/examples/flow/.prettierrc deleted file mode 100644 index ea33558f7..000000000 --- a/examples/flow/.prettierrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "requirePragma": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "semi": false, - "singleQuote": true, - "trailingComma": "es5", - "bracketSpacing": true, - "jsxBracketSameLine": false -} diff --git a/packages/docz-plugin-babel6/README.md b/packages/docz-plugin-babel6/README.md deleted file mode 100644 index d2038723d..000000000 --- a/packages/docz-plugin-babel6/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# ⚠️ DEPRECATED ⚠️ -#### THIS PLUGINS WAS DEPRECATED IN FAVOR OF BABEL 7 RELEASE - -Since Babel 7 now is a reality, we deprecated support for older versions of it. We indicate that you update your babel version. You can do that just by running [babel-upgrade](https://github.com/babel/babel-upgrade): - -```bash -npx babel-upgrade --write -``` diff --git a/packages/docz-plugin-css/README.md b/packages/docz-plugin-css/README.md deleted file mode 100644 index e707acb33..000000000 --- a/packages/docz-plugin-css/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# docz-plugin-css [MOVED] - -Since this package has some big dependencies, we moved it to [another repo](https://github.com/pedronauck/docz-plugin-css) in order to improve monorepo performance! diff --git a/packages/docz-plugin-react-native/README.md b/packages/docz-plugin-react-native/README.md deleted file mode 100644 index 49cd71bb8..000000000 --- a/packages/docz-plugin-react-native/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# docz-plugin-react-native [MOVED] - -Since this package has some big dependencies, we moved it to [another repo](https://github.com/pedronauck/docz-plugin-react-native) in order to improve monorepo performance! diff --git a/packages/docz-plugin-svgr/README.md b/packages/docz-plugin-svgr/README.md deleted file mode 100644 index 2cc2cc78d..000000000 --- a/packages/docz-plugin-svgr/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# docz-plugin-svgr [DEPRECATED] - -This plugin is deprecated. Now svgr loader is built in docz.