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
committerChad Woolley <cwoolley@gitlab.com>2022-03-18 22:37:41 +0300
commit7a617d5c4477b1e53dc4c2b725a4eb00a60fea65 (patch)
treed835f5959158d3082cc2f11b896c84c6f603461e
parent2320eb4718766b07998aae034d63ac70ec2a97ee (diff)
Add REST API to spam left nav sectioncaw-add-rest-api-for-spam
- 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 0d7f46b4..92ca9a3f 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2416,14 +2416,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