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-04-07 02:52:10 +0300
committerAmy Qualls <aqualls@gitlab.com>2022-04-07 02:52:10 +0300
commite89dd560b328214595eeaf73942fa7d62abc13bf (patch)
tree623972a20d4a2956dbdc0fa5731e8b247f461595
parentb956b86f0b34e332bdae867ff5d0fdbbd85a7036 (diff)
Update location of 4 moved database pagesaqualls-update-database-links
These pages are moving, so let's update the left nav to reflect the new locations of these pages.
-rw-r--r--content/_data/navigation.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 6ce960ed..95b24890 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2470,9 +2470,9 @@ sections:
doc_url: 'ee/development/database/'
docs:
- doc_title: Avoiding downtime in migrations
- doc_url: 'ee/development/avoiding_downtime_in_migrations.html'
+ doc_url: 'ee/development/database/avoiding_downtime_in_migrations.html'
- doc_title: Background migrations
- doc_url: 'ee/development/background_migrations.html'
+ doc_url: 'ee/development/database/background_migrations.html'
- doc_title: Case study - filtering by label
doc_url: 'ee/development/filtering_by_label.html'
- doc_title: Case study - namespaces storage statistics
@@ -2484,7 +2484,7 @@ sections:
- doc_title: Database check-migrations job
doc_url: 'ee/development/database/dbcheck-migrations-job.html'
- doc_title: Delete existing migrations
- doc_url: 'ee/development/deleting_migrations.html'
+ 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: Migrations style guide
@@ -2497,7 +2497,7 @@ sections:
- doc_title: Keyset pagination
doc_url: 'ee/development/database/keyset_pagination.html'
- doc_title: Post-deployment migrations
- doc_url: 'ee/development/post_deployment_migrations.html'
+ doc_url: 'ee/development/database/post_deployment_migrations.html'
- doc_title: Query comments with Marginalia
doc_url: 'ee/development/database_query_comments.html'
- doc_title: SQL guidelines