https://github.com/go-openapi/doc-site
go-openapi documentation site
https://github.com/go-openapi/doc-site
Last synced: 17 days ago
JSON representation
go-openapi documentation site
- Host: GitHub
- URL: https://github.com/go-openapi/doc-site
- Owner: go-openapi
- License: apache-2.0
- Created: 2025-11-25T10:46:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-04-17T19:27:04.000Z (about 1 month ago)
- Last Synced: 2026-04-17T21:26:29.262Z (about 1 month ago)
- Language: Go
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-openapi/doc-site
Shared documentation for the [go-openapi](https://github.com/go-openapi) organization.
This repository is the single source of truth for common project documentation:
contributing guidelines, coding style, security policy, licensing, and code of conduct.
## Published site
**https://go-openapi.github.io/doc-site/**
## What's here
| Document | Description |
|----------|-------------|
| [Contributing](docs/doc-site/contributing/CONTRIBUTING.md) | How to contribute to go-openapi projects |
| [Coding Style](docs/doc-site/contributing/STYLE.md) | Linting and code quality stance |
| [Code of Conduct](docs/doc-site/contributing/CODE_OF_CONDUCT.md) | Contributor Covenant |
| [DCO](docs/doc-site/contributing/DCO.md) | Developer Certificate of Origin |
| [Security](docs/doc-site/SECURITY.md) | Vulnerability reporting policy |
| [License](docs/doc-site/LICENSE.md) | Apache-2.0 |
## Local development
```bash
cd hack/doc-site/hugo
go run gendoc.go
# Visit http://localhost:1313/doc-site/
```
Requires Hugo and the Relearn theme extracted at `hack/doc-site/hugo/themes/hugo-relearn/`.
## Linking from other repositories
Other go-openapi projects can link to these shared docs instead of duplicating them:
```markdown
See the [contributing guidelines](https://go-openapi.github.io/doc-site/contributing/contributing).
```
## License
Apache-2.0