Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

This repository contains protocol buffers definitions for [fishjam-cloud organization](https://github.com/fishjam-cloud) repositories.

For detailed protobuf definitions and usage, please refer to the [documentation](./doc/docs.md).

## How to add this repo as a git submodule in your own repository

Use the command below:
```command
git submodule add https://github.com/fishjam-cloud/protos.git`
```

## How to update docs

`git submodule add https://github.com/fishjam-cloud/protos.git`
Install [protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) plugin.

Use the command below:
```command
protoc --doc_out=./doc --doc_opt=markdown,docs.md fishjam/**/*.proto
```

## Copyright and License

Expand Down
Loading