From fb63af06913588c6cfef5871e485d81a7b9ba807 Mon Sep 17 00:00:00 2001 From: Wouter Date: Tue, 11 Apr 2023 15:34:33 +0200 Subject: [PATCH] robotsText configuration --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8a92ae5..2474854 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -392,7 +392,8 @@ status-website: You might want to have custom search engine indexing rules: ```yaml -robotsText: "User-agent: * \n Disallow: /" +status-website: + robotsText: "User-agent: * \n Disallow: /" ``` #### Custom API base URL