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:
-rw-r--r--content/_data/navigation.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index a38fd187..6e4def48 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -3327,7 +3327,16 @@ sections:
- doc_title: Swapping tables
doc_url: 'ee/development/database/swapping_tables.html'
- doc_title: Table partitioning
- doc_url: 'ee/development/database/table_partitioning.html'
+ doc_url: 'ee/development/database/partitioning/'
+ docs:
+ - doc_title: Date range
+ doc_url: 'ee/development/database/partitioning/date_range.html'
+ - doc_title: Hash
+ doc_url: 'ee/development/database/partitioning/hash.html'
+ - doc_title: Int range
+ doc_url: 'ee/development/database/partitioning/int_range.html'
+ - doc_title: List
+ doc_url: 'ee/development/database/partitioning/list.html'
- doc_title: Troubleshooting and debugging
doc_url: 'ee/development/database/database_debugging.html'
- doc_title: Understanding EXPLAIN plans