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:
authorChad Woolley <cwoolley@gitlab.com>2022-03-18 22:37:41 +0300
committerClayton Cornell <ccornell@gitlab.com>2022-03-23 17:17:20 +0300
commitb01a283b88d3907edd87ece38d83fec8926b06a7 (patch)
tree9def92e3f0da46fc57cb546baca932949b036def
parent0bcc74a0319013b7aaf0d1842fb11a0bc9c2bfe5 (diff)
Add REST API to spam left nav section
- Also reorder to match order of sections in docs
-rw-r--r--content/_data/navigation.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 37e88052..6b824dcc 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2442,14 +2442,16 @@ sections:
- doc_title: Spam protection and CAPTCHA
doc_url: 'ee/development/spam_protection_and_captcha/'
docs:
- - doc_title: Exploratory testing
- doc_url: 'ee/development/spam_protection_and_captcha/exploratory_testing.html'
- - doc_title: GraphQL API spam protection
- doc_url: 'ee/development/spam_protection_and_captcha/graphql_api.html'
- doc_title: Model and services
doc_url: 'ee/development/spam_protection_and_captcha/model_and_services.html'
+ - doc_title: REST API spam protection
+ doc_url: 'ee/development/spam_protection_and_captcha/rest_api.html'
+ - doc_title: GraphQL API spam protection
+ doc_url: 'ee/development/spam_protection_and_captcha/graphql_api.html'
- doc_title: Web UI spam protection
doc_url: 'ee/development/spam_protection_and_captcha/web_ui.html'
+ - doc_title: Exploratory testing
+ doc_url: 'ee/development/spam_protection_and_captcha/exploratory_testing.html'
- doc_title: SQL guidelines
doc_url: 'ee/development/sql.html'
- doc_title: Swapping tables