An open API service indexing awesome lists of open source software.

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

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.