docz
docz copied to clipboard
✍ It has never been so easy to document your things!
## Question **Description** Hi! First congratz for this awesome project 😁 We have a monorepo using react-native + styled-components ([with xstyled](https://github.com/gregberge/xstyled/tree/main/packages/styled-components)) and it was perfectly working in the last major...
## Background We had a problem with Docz being super slow on Netlify platform, but also on our local computers. Due to default speed of Netlify build machines, the problem...
## Can I output the props of a TypeScript shape (type or interface)? Let's say I've got this component: ```typescript interface IItem { key: string; value: string; } type MyComponentProps...
## Bug Report when i upgrade docz v2, then docz dev and i got this error 
## Bug Report **Describe the bug** I'm trying to use Playground component but is failing when adding a ThemeProvider from theme-ui in a custom wrapper **To Reproduce** I follow instruction...
Hello im trying to setup `docz` in a next js project but im getting this error after run `npm run docz:dev`: ``` Generating development JavaScript bundle failed Style Loader Invalid...
## Bug Report **Describe the bug** use docz in umi project,there will be typescript error, and can't successfully run `yarn docz dev` **To Reproduce** 1. mkdir myapp && cd myapp...
## Bug Report **Describe the bug** Whenever I'm developing on the branch with different `*.mdx` files and then switch to another branch `docz dev` process fails because some `.mdx` files...
## Question I've followed the basic instructions to install the docz and when I enter @ port:3001 I can only see the README files from my project I don't receive...
## Question How to share repetitive code for multiple playgrounds? **Description** For instance, how can we leverage DRY code and make `const value = 0;` readable in all the showcases?...