Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gangh/docz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Docz video


Home | Introduction | Documentation | Themes | Plugins


๐ŸŽฉ ย  Features

  • ๐Ÿง˜ Zero config and easy. Don't worry about complex configurations steps.
  • โšก๏ธ Blazing Fast. Hot reload fully support with Wepack 4 and automatic code splitting.
  • ๐Ÿ’… Easy to customize. Create and use fully customizable themes.
  • ๐Ÿ“ MDX Based. Write markdown with all power of components.
  • ๐ŸŽ› Pluggable. With plugins you can manipulate a lot of things throught the docz flow and data.
  • ๐Ÿ” Typescript Support. We have a fully support for your typings.

๐Ÿค” ย  Why?

The open source world with your tools that make developer's life easier and the creation of styleguides and design system are growing and evolving so fast. New and impressive things arising every day. Tools that can possibility to bring this evolution to us are really necessary nowadays. We can't create barriers or loose time with tasks that should be trivials for us.

To break barriers and facilitating the creation of tools that's Docz arose. Document our things is one of the most important and painfull process that exist when you're creating someting new. We loose a lot our precious time with unnescessary setups to can build someting that can represent and express what we want with our own style.

๐Ÿ“š ย  About

๐Ÿ“Ÿ ย  Install and Usage

Be easy is one of our core principles. So, to getting started with docz is something really easy and quick. First of all, you need to install docz on your project using some package manager

$ yarn add docz --dev

Then create some .mdx anywhere file inside your project:

---
name: Button
---

import { Playground, PropsTable } from 'docz'
import Button from './'

# Button

<PropsTable of={Button} />

## Basic usage

<Playground>
  <Button>Click me</Button>
  <Button kind="secondary">Click me</Button>
</Playground>

Now just run your dev server

$ yarn docz dev

That's it! You're have a badass documentation now ๐Ÿ‘Š

Any doubt? Check our docs to see more about Docz!

๐Ÿค ย  Contributions

Contributions, issues and feature requests are very welcome. If you are using this package and fixed a bug for yourself, please consider submitting a PR! Also you can ping me at Twitter

About

โœ๐ŸปIt has never been so easy to document your things!

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 2.7%
  • HTML 0.3%