You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/styled-docz
15
-
mv styled-docz docz-example-styled-docz
16
-
docz-example-styled-docz
14
+
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/styled-components
15
+
mv styled-components docz-example-styled-docz
17
16
```
18
17
19
18
## Setup
@@ -46,4 +45,4 @@ yarn serve # npm run serve
46
45
yarn deploy
47
46
```
48
47
49
-
Note that by default `docz` generates the output site in `.docz/public` to change that add a `dest` field to your `doczrc.js` with the path you want to generate the code in.
48
+
Note that by default `docz` generates the output site in `.docz/public` to change that add a `dest` field to your `doczrc.js` with the path you want to generate the code in.
0 commit comments