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:
authorAmy Qualls <aqualls@gitlab.com>2022-03-15 23:24:18 +0300
committerClayton Cornell <ccornell@gitlab.com>2022-03-23 17:17:20 +0300
commit099c8a8f530a9e8b1a09976d3258e96ae5c8c4a1 (patch)
treee6f41bf8f1db02e0f426f930a3a87754f8a364d2
parent04ff95f564068c330255355dcea0c091bee19384 (diff)
Add antispam developer docs to left nav
-rw-r--r--content/_data/navigation.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 2bc834a4..acc36d0f 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2437,6 +2437,17 @@ sections:
doc_url: 'ee/development/post_deployment_migrations.html'
- doc_title: Query comments with Marginalia
doc_url: 'ee/development/database_query_comments.html'
+ - 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: Web UI spam protection
+ doc_url: 'ee/development/spam_protection_and_captcha/web_ui.html'
- doc_title: SQL guidelines
doc_url: 'ee/development/sql.html'
- doc_title: Swapping tables