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

https://github.com/anchore/oss-docs

Anchore OSS Documentation
https://github.com/anchore/oss-docs

Last synced: 4 months ago
JSON representation

Anchore OSS Documentation

Awesome Lists containing this project

README

          

# Anchore Open Source Documentation

This repository contains the source code for the Anchore open source documentation website, which is deployed to [https://oss.anchore.com/](https://oss.anchore.com/).

The website is built using [Hugo](https://gohugo.io/) and the [Docsy](https://www.docsy.dev/) theme.

## Getting Started

To get started, you will need to have Hugo installed.
You can find installation instructions in the [Hugo documentation](https://gohugo.io/getting-started/installing/).

Once you have Hugo installed, you can clone this repository and run the following command to start the local development server:

```bash
make dev

# or just 'hugo server`
```

This will start a local development server at `http://localhost:1313/`.

## Contributing

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.