This repository contains the documentation and its code for the products of Arcion Labs, Inc., hosted at https://docs.arcion.io.
This repository is subject to the Terms of Use specified in the Arcion Labs website and the LICENSE specific to this repository.
You can contribute new documentation and edits to the existing documentation.
Docs contributions are welcome! See CONTRIBUTING.md for our contribution guidelines.
The documentation is built from Markdown files using Hugo.
To contribute to the documentation, you only need a GitHub account. See CONTRIBUTING.md for contribution guidelines.
To run a local instance of the documentation on your machine, follow these steps:
- Install a Hugo extended release from the Hugo releases page that's appropriate for your machine. Make sure to install Hugo 0.79 or higher.
- Navigate to your copy of the repository and run:
hugo server --config config-prod.toml