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:
authorJohn Cai <jcai@gitlab.com>2023-10-12 19:03:57 +0300
committerJohn Cai <jcai@gitlab.com>2023-10-12 19:07:34 +0300
commit0fdfc449d7b88daa5aa59033fa7ca79693d6dfe2 (patch)
tree3efe93d29d6b8ff7f277d2f0f15863615be68cb3
parent1a47588996538350e44b6fc96876ea2858065fda (diff)
README: Add link to generated RPC documentation
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6416eb825..bff8db240 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@
Gitaly is a Git [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call)
service for handling all the Git calls made by GitLab.
+For documentation generated from the protobuf definitions (in `proto/` directory),
+see [Gitaly RPC documentation](https://gitlab-org.gitlab.io/gitaly/).
+
To see where it fits in please look at [GitLab's architecture](https://docs.gitlab.com/ce/development/architecture.html#system-layout).
## Project Goals