From 1ae353e27dede8fb9c53beba65e2b74d8be1ca59 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Fri, 1 Nov 2024 23:00:59 +0100 Subject: [PATCH] DOCS(protocol): Add network protocol doc file We have documentation in the mumble-protocol repository and generated website. The doc file in this repository serves as a simple reference pointing to those. See also [mumble-www #195](https://github.com/mumble-voip/mumble-www/issues/195) --- docs/dev/Network-Protocol.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/dev/Network-Protocol.md diff --git a/docs/dev/Network-Protocol.md b/docs/dev/Network-Protocol.md new file mode 100644 index 00000000000..4e6ff5908b6 --- /dev/null +++ b/docs/dev/Network-Protocol.md @@ -0,0 +1,5 @@ +# Mumble Network Protocol Documentation + +The network protocol between client and server is documented on the website [mumble-protocol.readthedocs.io](https://mumble-protocol.readthedocs.io/). + +*That documentation is sourced from the [mumble-protocol repository](https://github.com/mumble-voip/mumble-protocol).*