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

https://github.com/aserto-dev/aserto-docs-legacy

Aserto documentation site
https://github.com/aserto-dev/aserto-docs-legacy

Last synced: about 1 year ago
JSON representation

Aserto documentation site

Awesome Lists containing this project

README

          

# aserto-docs

This is the source repo for the Aserto documentation [site](https://docs.aserto.com/).

It is a Next.js app with a dependency on an Aserto fork of the [dokz](https://github.com/remorses/dokz) doc engine.

## build

To build, run `yarn install`

## dev server

To run a local dev server, run `yarn dev`

## deployment

The main branch is built and deployed with Netlify to https://docs.aserto.com.

## contributions

To contribute a change, open a PR against the main branch. Once merged, it will automatically be deployed.