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:
authorRussell Dickenson <rdickenson@gitlab.com>2022-06-23 04:22:17 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2022-06-23 04:22:17 +0300
commitcc2ffab014b4f612b0bbb2b8759601f58f2ed69d (patch)
tree9a35c124a9203e4b25a4a0e4bdcf8a07d20eeba7
parent395a7f7a3fe8b1d81c8c64c194c2350004189142 (diff)
parentf22faa12fbeebc14d60807c7f2586dfc0fc56f1f (diff)
Merge branch 'update-pipeline-insights-docs-nav' into 'main'
Update location to moved testing docs Closes gitlab#363835 See merge request gitlab-org/gitlab-docs!2848
-rw-r--r--content/_data/navigation.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 13aae0d1..3fc06cb8 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1605,19 +1605,21 @@ sections:
doc_url: 'ee/ci/testing/'
docs:
- doc_title: Accessibility testing
- doc_url: 'ee/user/project/merge_requests/accessibility_testing.html'
+ doc_url: 'ee/ci/testing/accessibility_testing.html'
- doc_title: Browser performance testing
- doc_url: 'ee/user/project/merge_requests/browser_performance_testing.html'
+ doc_url: 'ee/ci/testing/browser_performance_testing.html'
- doc_title: Code quality
- doc_url: 'ee/user/project/merge_requests/code_quality.html'
+ doc_url: 'ee/ci/testing/code_quality.html'
+ - doc_title: Fail fast testing
+ doc_url: 'ee/ci/testing/fail_fast_testing.html'
- doc_title: Load performance testing
- doc_url: 'ee/user/project/merge_requests/load_performance_testing.html'
+ doc_url: 'ee/ci/testing/load_performance_testing.html'
- doc_title: Metrics reports
- doc_url: 'ee/ci/metrics_reports.html'
+ doc_url: 'ee/ci/testing/metrics_reports.html'
- doc_title: Test cases
doc_url: 'ee/ci/test_cases/'
- doc_title: Test coverage visualization
- doc_url: 'ee/user/project/merge_requests/test_coverage_visualization.html'
+ doc_url: 'ee/ci/testing/test_coverage_visualization.html'
- doc_title: Unit test reports
doc_url: 'ee/ci/testing/unit_test_reports.html'
- doc_title: Unit test report examples