From 7a617d5c4477b1e53dc4c2b725a4eb00a60fea65 Mon Sep 17 00:00:00 2001 From: Chad Woolley Date: Fri, 18 Mar 2022 13:37:41 -0600 Subject: Add REST API to spam left nav section - Also reorder to match order of sections in docs --- content/_data/navigation.yaml | 10 ++++++---- 1 file 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 -- cgit v1.2.3