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:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-03-10 02:54:48 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-03-10 02:54:48 +0300
commit65ce31088b266cc9779ec2acf33cab0054c2dc9c (patch)
tree6cf6451c23913d6bb6e70d2cf0ccbc22d5e7559f
parent9de400f759ba793bd5ad71ac7b11038bda8dc430 (diff)
Add missing docs pages to nav
-rw-r--r--content/_data/default-nav.yaml27
1 files changed, 23 insertions, 4 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 2f00caf2..ba300346 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -1036,6 +1036,8 @@ sections:
doc_url: 'user/project/merge_requests/load_performance_testing.html'
- doc_title: Metrics reports
doc_url: 'ci/metrics_reports.html'
+ - doc_title: Test cases
+ doc_url: 'ci/test_cases/'
- category_title: External integrations
category_url: 'ci/ci_cd_for_external_repos/'
docs:
@@ -1544,16 +1546,20 @@ sections:
- category_title: Database development
category_url: 'development/database/'
docs:
+ - doc_title: Case study - filtering by label
+ doc_url: 'development/filtering_by_label.html'
+ - doc_title: Case study - namespaces storage statistics
+ doc_url: 'development/namespaces_storage_statistics.html'
- doc_title: Database review guidelines
doc_url: 'development/database_review.html'
- - doc_title: SQL guidelines
- doc_url: 'development/sql.html'
- doc_title: Migrations style guide
doc_url: 'development/migration_style_guide.html'
- - doc_title: What requires downtime
- doc_url: 'development/what_requires_downtime.html'
+ - doc_title: SQL guidelines
+ doc_url: 'development/sql.html'
- doc_title: Understanding EXPLAIN plans
doc_url: 'development/understanding_explain_plans.html'
+ - doc_title: What requires downtime
+ doc_url: 'development/what_requires_downtime.html'
- category_title: Developer guide to logging
category_url: 'development/logging.html'
- category_title: Development Rake tasks
@@ -1688,8 +1694,21 @@ sections:
category_url: 'development/bulk_import.html'
- category_title: GitLab project pipelines
category_url: 'development/pipelines.html'
+ - category_title: GraphQL development
+ category_url: 'development/graphql_guide/'
+ docs:
+ - doc_title: GraphQL BatchLoader
+ doc_url: 'development/graphql_guide/batchloader.html'
+ - doc_title: GraphQL pagination
+ doc_url: 'development/graphql_guide/pagination.html'
+ - doc_title: GraphQL Pro
+ doc_url: 'development/graphql_guide/graphql_pro.html'
- category_title: Instrumenting Ruby code
category_url: 'development/instrumentation.html'
+ - category_title: Issuable-like Rails models utilities
+ category_url: 'development/issuable-like-models.html'
+ - category_title: Issue types
+ category_url: 'development/issue_types.html'
- category_title: Kubernetes Agent
category_url: 'development/agent/'
docs: