-
## Bug Report
**Describe the bug**
I am working on a lerna monorepo project that holds an existing gatsby project (called`website`) and a library style project called `design-system`. In the file …
-
## Bug Report
If I navigate to http://docz.site/ using IE11, the screen is just blank. The same applies to any generated docs, whether in dev mode or on the built docs.
**To Reproduce**
1. Go…
-
**Describe the bug**
The demos for both Spatial and Tsne are failing... but the demos for DeckGL and OSD work, so it's something on our side.
-
## Relevant information
I used docz for building my own website.
And I found webpack's config in gatsby-node.js is not working. Config file as below.
````javascript
// gatsby-node.js
const pat…
-
## Bug Report
### Button.mdx
```javascript
---
name: Button
menu: core-components
route: /button
---
# Button
import {Playground, Props} from 'docz'
import Button from './Button.tsx'
…
-
Welcome to MobX. Please provide as much relevant information as possible!
I have a:
1. [ ] Question: Feel free to just state your question. For a quick answer, there are usually people online at…
-
https://www.docz.site/docs/migration-guide has some links to https://www.docz.site/docs/h
-
## Question
Currently the code hidden by a button default and which is hard for my newcomers to understand where the code is and its hard to know that the code can be editable (no one knew it was, …
-
The case:
I'm documenting tsx UI lib. In that lib, modules compose other modules, so do props:
```
export interface Props extends AtomProps {
fitAll?: boolean;
fitLeft?: boolean;
fitRigh…
-
Sorry I'm not really sure of what needs to happen here but there is some conflict between Material-UI/typography and @theme-ui/typography
Please see https://github.com/doczjs/docz/issues/979#issuecom…