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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-08-17 03:13:36 +0300
committerEvan Read <eread@gitlab.com>2022-08-17 03:22:29 +0300
commite5c094898f6e52cebe2702784501dcbba5959ebc (patch)
treec0c7a30a0f51e5f5674d2be75c8ff926d4ea4108
parent4a3e12012a2fbba203dfd7f0f7a42e9bccfb1cb6 (diff)
Add Git object deduplication development page to global navigationeread/add-git-object-deduplication-nav-item
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 46ca2fad..74bce778 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2816,6 +2816,8 @@ sections:
doc_url: 'ee/development/geo/proxying.html'
- doc_title: Git LFS
doc_url: 'ee/development/lfs.html'
+ - doc_title: Git object deduplication
+ doc_url: 'ee/development/git_object_deduplication.html'
- doc_title: Gitaly development
doc_url: 'ee/development/gitaly.html'
- doc_title: GitLab Flavored Markdown (GLFM) developer documentation