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:
authorDoug Stull <dstull@gitlab.com>2024-01-03 00:08:14 +0300
committerDoug Stull <dstull@gitlab.com>2024-01-03 00:08:14 +0300
commitc0fd011356520aa41677082e4e5282eb8ab330a2 (patch)
tree828ced53e97eca6116b707cc4b0a06803385af41
parent761e3888514180bcb6700eb157c4abcf9f941e53 (diff)
Add missing table of contents for dev guides
-rw-r--r--content/_data/navigation.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 6b7df74b..d1475c37 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2995,6 +2995,8 @@ sections:
doc_url: 'ee/development/deprecation_guidelines/'
- doc_title: EE features
doc_url: 'ee/development/ee_features.html'
+ - doc_title: Emails
+ doc_url: 'ee/development/emails.html'
- doc_title: Experiments
doc_url: 'ee/development/experiment_guide/'
docs:
@@ -3038,6 +3040,8 @@ sections:
doc_url: 'ee/development/merge_request_concepts/performance.html'
- doc_title: Merge request workflow
doc_url: 'ee/development/contributing/merge_request_workflow.html'
+ - doc_title: Reusing Abstractions
+ doc_url: 'ee/development/reusing_abstractions.html'
- doc_title: Ruby upgrade guidelines
doc_url: 'ee/development/ruby_upgrade.html'
- doc_title: Secure partner onboarding process
@@ -3257,6 +3261,8 @@ sections:
doc_url: 'ee/development/database/dbcheck-migrations-job.html'
- doc_title: Delete existing migrations
doc_url: 'ee/development/database/deleting_migrations.html'
+ - doc_title: Enums
+ doc_url: 'ee/development/database/creating_enums.html'
- doc_title: Foreign keys and associations
doc_url: 'ee/development/database/foreign_keys.html'
- doc_title: Introducing a new database migration version