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:
authorMarius Bobin <mbobin@gitlab.com>2022-09-21 05:06:22 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-09-21 05:06:22 +0300
commitccd279898ee682c6b03777e81ea8255aef382f30 (patch)
tree230b81ba64e28ebd089607f3d010971a5bab1a0f
parent31bb991e83baf69bb576c7d6e73a24ef552e119e (diff)
Add various pages to the database navbar
-rw-r--r--content/_data/navigation.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 24b4c65a..1b8486d9 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2704,8 +2704,12 @@ sections:
doc_url: 'ee/development/database/deleting_migrations.html'
- doc_title: Layout and access patterns
doc_url: 'ee/development/database/layout_and_access_patterns.html'
+ - doc_title: Maintenance operations
+ doc_url: 'ee/development/database/maintenance_operations.html'
- doc_title: Migrations style guide
doc_url: 'ee/development/migration_style_guide.html'
+ - doc_title: Ordering table columns
+ doc_url: 'ee/development/database/ordering_table_columns.html'
- doc_title: Pagination guidelines
doc_url: 'ee/development/database/pagination_guidelines.html'
docs: