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:
authorAmy Qualls <aqualls@gitlab.com>2022-08-09 17:57:42 +0300
committerAmy Qualls <aqualls@gitlab.com>2022-08-09 17:57:42 +0300
commitff3864ad5b0f38e82333160866a1df32613d7235 (patch)
treeac542d3c1a38378dfe82e5228be57ff74b0cb0fe
parent1bc4218b58c4f482b5ba063f5058918e411604e9 (diff)
parent35aa1d91ac6cb5a3ade1553a55f586f3c346aecf (diff)
Merge branch 'nav/missing-database-moves' into 'main'
Fix some navigation entries for moved database pages See merge request gitlab-org/gitlab-docs!3004
-rw-r--r--content/_data/navigation.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index e39b4619..ad240daf 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2682,9 +2682,9 @@ sections:
- doc_title: Background migrations
doc_url: 'ee/development/database/background_migrations.html'
- doc_title: Case study - filtering by label
- doc_url: 'ee/development/filtering_by_label.html'
+ doc_url: 'ee/development/database/filtering_by_label.html'
- doc_title: Case study - namespaces storage statistics
- doc_url: 'ee/development/namespaces_storage_statistics.html'
+ doc_url: 'ee/development/database/namespaces_storage_statistics.html'
- doc_title: CI mirrored tables
doc_url: 'ee/development/database/ci_mirrored_tables.html'
- doc_title: Database Lab and Postgres.ai
@@ -2711,17 +2711,17 @@ sections:
- doc_title: Query comments with Marginalia
doc_url: 'ee/development/database/database_query_comments.html'
- doc_title: Query Recorder
- doc_url: 'ee/development/query_recorder.html'
+ doc_url: 'ee/development/database/query_recorder.html'
- doc_title: SQL guidelines
doc_url: 'ee/development/sql.html'
- doc_title: Swapping tables
- doc_url: 'ee/development/swapping_tables.html'
+ doc_url: 'ee/development/database/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/database_debugging.html'
- doc_title: Understanding EXPLAIN plans
- doc_url: 'ee/development/understanding_explain_plans.html'
+ doc_url: 'ee/development/database/understanding_explain_plans.html'
- doc_title: Multiple databases
doc_url: 'ee/development/database/multiple_databases.html'
docs: