From 26814184ff7f7122902710b1b4751f4512aca37b Mon Sep 17 00:00:00 2001 From: Amy Qualls Date: Mon, 4 Apr 2022 14:02:11 +0000 Subject: Move antispam page location in left nav --- content/_data/navigation.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml index ca34dabe..8062600a 100644 --- a/content/_data/navigation.yaml +++ b/content/_data/navigation.yaml @@ -2481,19 +2481,6 @@ 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: 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 @@ -2733,6 +2720,19 @@ sections: doc_url: 'ee/development/sidekiq/logging.html' - doc_title: Worker attributes doc_url: 'ee/development/sidekiq/worker_attributes.html' + - doc_title: Spam protection and CAPTCHA + doc_url: 'ee/development/spam_protection_and_captcha/' + docs: + - 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: Testing standards and styles doc_url: 'ee/development/testing_guide/' docs: -- cgit v1.2.3