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
- Host: GitHub
- URL: https://github.com/anchore/oss-docs
- Owner: anchore
- License: apache-2.0
- Created: 2025-08-14T14:26:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T03:02:43.000Z (4 months ago)
- Last Synced: 2026-04-01T05:38:06.510Z (4 months ago)
- Language: Python
- Size: 28.7 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.