Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-05-16 03:46:13 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-05-16 03:46:13 +0300
commit3169de44212b7c158f405c13867817135be3621d (patch)
treec7406dcc173179343cfd1a36ab67b13978a531cb
parent0b0e46fe69e9b94e3def2a9318188fcc0f3f00c6 (diff)
parent3f41fb5d4dbf907b333488de8a4e095a446db724 (diff)
Merge branch 'jc/add-rpc-docs-link' into 'master'
docs: Add protobuf documentation gitlab pages link See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5780 Merged-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Reviewed-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com> Co-authored-by: John Cai <jcai@gitlab.com>
-rw-r--r--doc/protobuf.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protobuf.md b/doc/protobuf.md
index 94831731a..c086caa73 100644
--- a/doc/protobuf.md
+++ b/doc/protobuf.md
@@ -14,6 +14,11 @@ in their respective subdirectories. The list of RPCs can be
Run `make proto` from the root of the repository to regenerate the client
libraries after updating .proto files.
+## Gitaly RPC documentation
+
+For documentation generated from the protobuf definitions (in `proto/` directory),
+see [Gitaly RPC documentation](https://gitlab-org.gitlab.io/gitaly/).
+
See
[`developers.google.com`](https://developers.google.com/protocol-buffers/docs/proto3)
for documentation of the 'proto3' Protocol buffer specification