Skip to content

Commit

Permalink
chore: Restore doc disclaimers
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Sep 20, 2024
1 parent 5eede98 commit 6647128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<img src="https://img.shields.io/coveralls/github/l7mp/stunner" /></a>
</p>

*Note: This page documents the latest development version of STUNner. See the documentation for the stable version [here](https://docs.l7mp.io/en/stable).*

# STUNner: A Kubernetes media gateway for WebRTC

Ever wondered how to [deploy your WebRTC infrastructure into the
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<img alt="STUNner", src="img/stunner.svg" width="50%" height="50%"></br>
</p>

*Note: This page documents the latest development version of STUNner. See the documentation for the stable version [here](https://docs.l7mp.io/en/stable).*

## Overview

* [Why STUNner](WHY.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Let the new version be vX.Y.Z.
- `go mod tidy`
- make sure `go test ./... -count 1` passes
- make sure `golangci-lint run` passes
- `git push` if there are local changes
- `git push` to send the updated `go.mod/go.sum` files
- release vX.Y.Z (try to have the same version as the main stunner repo, if possible) on github (so
that we can publish the release notes)

Expand All @@ -38,7 +38,7 @@ Let the new version be vX.Y.Z.
- `go mod tidy`
- make sure `make test` passes
- make sure `golangci-lint run` passes
- `git push` if there are local changes
- `git push` to send the updated `go.mod/go.sum` files
- release vX.Y.Z (try to have the same version as the main stunner repo, if possible) on github (so
that we can publish the release notes)

Expand Down

0 comments on commit 6647128

Please sign in to comment.