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:
authorNiklas van Schrick <mc.taucher2003@gmail.com>2022-05-26 20:08:02 +0300
committerNiklas van Schrick <mc.taucher2003@gmail.com>2022-05-26 20:08:02 +0300
commit4f16fd72d7c577d2d9cf85bbfbc54fe3532afaf7 (patch)
tree04ec9da01f6d7673480419b0a9e4faadfd2398ef
parentbfcd9af20e6417c4d14c2d2a5ec3cc7e23b26d6b (diff)
Add Database Debugging page to navigation
-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 15c1dd5d..113121f2 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2521,6 +2521,8 @@ sections:
doc_url: 'ee/development/swapping_tables.html'
- doc_title: Table partitioning
doc_url: 'ee/development/database/table_partitioning.html'
+ - doc_title: Troubleshooting and Debugging Database
+ doc_url: 'ee/development/database_debugging.html'
- doc_title: Understanding EXPLAIN plans
doc_url: 'ee/development/understanding_explain_plans.html'
- doc_title: Multiple databases