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
- Host: GitHub
- URL: https://github.com/aserto-dev/aserto-docs-legacy
- Owner: aserto-dev
- Created: 2021-05-08T23:50:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T13:45:25.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T05:03:10.766Z (over 1 year ago)
- Language: JavaScript
- Size: 6.93 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.