This repository contains the source code for the Anchore open source documentation website, which is deployed to https://oss.anchore.com/.
The website is built using Hugo and the Docsy theme.
To get started, you will need to have Hugo installed. You can find installation instructions in the Hugo documentation.
Once you have Hugo installed, you can clone this repository and run the following command to start the local development server:
make dev
# or just 'hugo server`This will start a local development server at http://localhost:1313/.
We welcome contributions to the Anchore open source documentation. If you would like to contribute, please fork this repository and submit a pull request.
When you submit a pull request, Cloudflare will automatically deploy a preview of your changes so that you can see what they will look like on the live website.