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
- Host: GitHub
- URL: https://github.com/quic-go/docs
- Owner: quic-go
- License: mit
- Created: 2024-03-12T09:04:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T13:24:20.000Z (over 1 year ago)
- Last Synced: 2025-01-07T12:34:06.384Z (over 1 year ago)
- Topics: documentation, quic, quic-go
- Language: HTML
- Homepage: https://quic-go.net
- Size: 2.98 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.