Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/violinist-dev/docs

Documentation for Violinist
https://github.com/violinist-dev/docs

Last synced: 1 day ago
JSON representation

Documentation for Violinist

Awesome Lists containing this project

README

        

# docs.violinist.io
Documentation for Violinist

## Requirements

[Hugo](https://gohugo.io/)

## Adding a new doc page

```
$ hugo new
```

## Development mode

```
$ hugo server -D
```

The docs will probably be available on [http://localhost:1313/](http://localhost:1313/)

## Build the docs

The docs are built automatically when you open a PR, and again on the default branch. So you do not need to incude any generated assets in your PR