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:
authorOlivier Gonzalez <52092-gonzoyumo@users.noreply.gitlab.com>2020-12-10 21:23:30 +0300
committerOlivier Gonzalez <52092-gonzoyumo@users.noreply.gitlab.com>2020-12-10 21:23:30 +0300
commit6ba06a092cf13d80cc1a411fa475a4b2b4afc0cc (patch)
tree45f2a5dd53ab3ef2c003d46adbcff85e44b04524
parentfc2cf34f205f68d31da3e46e9b06a8295ac8ef31 (diff)
Add DS analyzers page to left nav
-rw-r--r--content/_data/default-nav.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 2f160445..41b0c4b3 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -218,6 +218,9 @@ sections:
- doc_title: Dependency Scanning
doc_url: 'user/application_security/dependency_scanning/'
ee_only: true
+ - doc_title: Dependency Scanning Analyzers
+ doc_url: 'user/application_security/dependency_scanning/analyzers.html'
+ ee_only: true
ee_tier: 'GitLab Ultimate and GitLab.com Gold'
- doc_title: Dependency List
doc_url: 'user/application_security/dependency_list/'