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

https://github.com/quic-go/docs

documentation site for the quic-go project
https://github.com/quic-go/docs

documentation quic quic-go

Last synced: over 1 year ago
JSON representation

documentation site for the quic-go project

Awesome Lists containing this project

README

          

# quic-go documentation

This is documentation for the [quic-go.net](https://quic-go.net), the documentation website for the quic-go project, covering:
* [quic-go](https://github.com/quic-go/quic-go) (both the QUIC and HTTP/3 layer)
* [webtransport-go](https://github.com/quic-go/webtransport-go)
* [masque-go](https://github.com/quic-go/masque-go)

## Version Compatibility

This documentation is focused **exclusively** on the most recent releases of the libraries.
No effort is made to document older versions.

## Running locally

This site uses [Hugo](https://gohugo.io/). You can start a local webserver by running:
```bash
hugo server
```

## Contributing Content

Contributions are welcome! Please open an issue or pull request.