https://github.com/robincsl/minimal-docz-example
Minimal Docz Example
https://github.com/robincsl/minimal-docz-example
Last synced: over 1 year ago
JSON representation
Minimal Docz Example
- Host: GitHub
- URL: https://github.com/robincsl/minimal-docz-example
- Owner: RobinCsl
- Created: 2019-01-29T17:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T18:10:35.000Z (over 7 years ago)
- Last Synced: 2025-02-01T07:16:17.892Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://robincsl.github.io/minimal-docz-example/
- Size: 1.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Docz.site Example
---
This was bootstrapped using the instructions on Docz's landing page. One additional step was needed:
```
yarn add -D docz-theme-default
```
You can run the development version with:
```
yarn docz:dev
```
and build the site to deploy it with:
```
yarn docz:build
```
This will generate a `dist` folder inside `.docz` which you can serve on Netlify or any other static site hosting service.