Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck authored Jun 25, 2018
2 parents 3a9f6c3 + d465e8a commit 3b032f8
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
<img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="">
</p>

<p align="center">
<img src="https://cdn-std.dprcdn.net/files/acc_649651/OnwqVu">
</p>

<p align="center">
<a href="http://docz.site" target="_blank">
<img src="https://cdn-std.dprcdn.net/files/acc_649651/XG4L5H" alt="Docz video">
</a>
<p align="center" style="margin-bottom: -20px">
<img src="https://cdn-std.dprcdn.net/files/acc_649651/ilOByk">
</p>

---
Expand All @@ -27,6 +21,12 @@

---

<p align="center">
<a href="http://docz.site" target="_blank">
<img src="https://cdn-std.dprcdn.net/files/acc_649651/XG4L5H" alt="Docz video">
</a>
</p>

## 🎩 &nbsp; Features

- 🧘 **Zero config and easy.** Don't worry about complex configurations steps.
Expand All @@ -36,6 +36,10 @@
- 🎛 **Pluggable.** With plugins, you can manipulate a lot of things through the docz flow and data.
- 🔐 **Typescript Support.** We have a full support for your type definitions.

## 🚧 &nbsp; Warning!

> Due to performance issues docz uses Babel@7 and Webpack@4. So, if you're using some older version of this packages you'll probably get some errors! If you need to use Babel@6 you can try [docz-plugin-babel6](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-babel6), but about Webpack@4 we can't do anything!
## 🤔 &nbsp; Why?

The open source world with tools that make developers life easier and the creation of styleguides and design systems are growing and evolving so fast. New and impressive things are arising every day. Tools that allow us to evolve together are really necessary nowadays. We can't create barriers or lose time with tasks that should be trivial for us.
Expand All @@ -58,10 +62,23 @@ To break barriers and facilitate the creation of tools was the purpose that Docz
- [Themes](http://www.docz.site/themes)
- [Plugins](http://www.docz.site/plugins)

## 🚧 &nbsp; Tips, tricks and warnings
## 🗃 &nbsp; Examples

| name | description |
| -------------------------------------------- | -------------------------------------------- |
| [basic](https://github.com/pedronauck/docz/tree/master/examples/basic) | Some basic example |
| [using typescript](https://github.com/pedronauck/docz/tree/master/examples/typescript) | Using docz with Typescript |
| [using flow](https://github.com/pedronauck/docz/tree/master/examples/flow) | Using docz with Flow |
| [using babel@6](https://github.com/pedronauck/docz/tree/master/examples/babel6) | Using docz with Babel@6 |
| [with sass](https://github.com/pedronauck/docz/tree/master/examples/sass) | Using docz parsing css with Sass |
| [with less](https://github.com/pedronauck/docz/tree/master/examples/less) | Using docz parsing css with Less |
| [with postcss](https://github.com/pedronauck/docz/tree/master/examples/postcss) | Using docz parsing css with PostCSS |
| [with stylus](https://github.com/pedronauck/docz/tree/master/examples/stylus) | Using docz parsing css with Stylus |

## 🎛 &nbsp; Plugins

- [Use with Babel@6](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-babel6)
- [Use PostCSS, Sass, Less or Stylus on Docz](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-css)
- **[docz-plugin-babel6](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-babel6):** Use this plugin to use older babel version
- **[docz-plugin-css](https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-css):** Plugin to parse css files inside your documents

## 📟 &nbsp; Install and Usage

Expand Down

0 comments on commit 3b032f8

Please sign in to comment.