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:
authorEric Schurter <eschurter@gitlab.com>2022-04-26 22:33:50 +0300
committerEric Schurter <eschurter@gitlab.com>2022-04-26 22:33:50 +0300
commit012f442db73fff6d754c0c1bd47c9e7946f305ac (patch)
tree45be65dbc58823845171d483d1d839bc1e51d7d2
parent0464150caa16919827046d01bd52c92dd1847159 (diff)
Remove Static Site Editor from nav and redirect
-rw-r--r--content/_data/navigation.yaml2
-rw-r--r--content/_data/redirects.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index ce3faef5..2121f7e5 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -1354,8 +1354,6 @@ sections:
doc_url: 'ee/user/project/code_owners.html'
- doc_title: Snippets
doc_url: 'ee/user/snippets.html'
- - doc_title: Static Site Editor
- doc_url: 'ee/user/project/static_site_editor/'
- doc_title: Branches
doc_url: 'ee/user/project/repository/branches/'
- doc_title: Default branch
diff --git a/content/_data/redirects.yaml b/content/_data/redirects.yaml
index c13b0ee4..7b3c369c 100644
--- a/content/_data/redirects.yaml
+++ b/content/_data/redirects.yaml
@@ -444,3 +444,6 @@ redirects:
- from: /ee/api/resource_access_tokens.html
to: /ee/api/project_access_tokens.html
remove_date: 2023-01-06
+ - from: /ee/user/project/static_site_editor.html
+ to: /ee/user/project/web_ide.html
+ remove_date: 2022-05-22