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:
authorSam White <swhite@gitlab.com>2020-12-22 03:10:48 +0300
committerNick Gaskill <ngaskill@gitlab.com>2020-12-22 03:10:48 +0300
commitd3e8a903e724ee8a07646cc34c5446b6ff7575aa (patch)
tree00597e5f4f28df4a3bb70f06682991169a97d017 /content
parent42b205fb5487578dc3daa1cfcb6b46a5ef27a738 (diff)
Update nav for new container security pages
Diffstat (limited to 'content')
-rw-r--r--content/_data/default-nav.yaml9
-rw-r--r--content/_redirects3
2 files changed, 11 insertions, 1 deletions
diff --git a/content/_data/default-nav.yaml b/content/_data/default-nav.yaml
index 3748e1b5..0b4f320e 100644
--- a/content/_data/default-nav.yaml
+++ b/content/_data/default-nav.yaml
@@ -127,7 +127,14 @@ sections:
- doc_title: Deploying AWS Lambda functions
doc_url: 'user/project/clusters/serverless/aws.html'
- category_title: Securing your deployed applications
- category_url: 'user/project/clusters/securing.html'
+ category_url: 'user/project/clusters/protect/index.html'
+ docs:
+ - doc_title: Web Application Firewall
+ doc_url: 'user/project/clusters/protect/web_application_firewall/index.html'
+ - doc_title: Container Network Security
+ doc_url: 'user/project/clusters/protect/container_network_security/index.html'
+ - doc_title: Container Host Security
+ doc_url: 'user/project/clusters/protect/container_host_security/index.html'
- section_title: Groups
section_url: 'user/group/'
diff --git a/content/_redirects b/content/_redirects
index 0e960bfe..65d8b149 100644
--- a/content/_redirects
+++ b/content/_redirects
@@ -340,3 +340,6 @@
/ee/workflow/web_editor.html /ee/user/project/repository/web_editor.html 302 # To be removed after 2021-11-01
/ee/workflow/wip_merge_requests.html /ee/user/project/merge_requests/work_in_progress_merge_requests.html 302 # To be removed after 2021-11-01
/ee/workflow/workflow.html /ee/gitlab-basics/feature_branch_workflow.html 302 # To be removed after 2021-11-01
+/ee/topics/web_application_firewall/index.html /ee/user/project/clusters/protect/web_application_firewall/index.html 302 # To be removed after 2022-01-01
+/ee/topics/web_application_firewall/quick_start_guide.html /ee/user/project/clusters/protect/web_application_firewall/quick_start_guide.html 302 # To be removed after 2022-01-01
+/ee/user/project/clusters/securing.html /ee/user/project/clusters/protect/index.html 302 # To be removed after 2022-01-01