Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ along with this program. If not, see [<https://www.gnu.org/licenses/>](https://

Mostly documentation can be found on the Jamulus Website: https://jamulus.io

## In this directory

1. [JAMULUS_PROTOCOL.md](JAMULUS_PROTOCOL.md): how clients, servers and directories talk to each other

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. [JAMULUS_PROTOCOL.md](JAMULUS_PROTOCOL.md): how clients, servers and directories talk to each other
1. [JAMULUS_PROTOCOL.md](JAMULUS_PROTOCOL.md): how clients, servers and directories talk to each other using the Jamulus protocol

2. [JSON-RPC.md](JSON-RPC.md): the JSON-RPC API — generated by `tools/generate_json_rpc_docs.py`, do not edit by hand
3. [TRANSLATING.md](TRANSLATING.md): guide for translators

## Project related documentation

1. Release process: https://jamulus.io/contribute/Release-Process
Expand Down