From 6451671f6697b6bb1b6088f7249d86f4b83d6a44 Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 18 Mar 2026 12:05:24 -0400 Subject: [PATCH] fix: Update doc comment --- conduwuit-example.toml | 4 ++-- src/core/config/mod.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index c8fdc681..f487d962 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -1799,8 +1799,8 @@ # #config_reload_signal = true -# Allow or disallow search engine crawling by adding -# `` to the index page. +# Allow search engines and crawlers to index Continuwuity's built-in +# webpages served under the `/_continuwuity/` prefix. # #allow_web_indexing = false diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index aa410093..388f769a 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -2093,8 +2093,8 @@ pub struct Config { #[serde(default)] pub force_disable_first_run_mode: bool, - /// Allow or disallow search engine crawling by adding - /// `` to the index page. + /// Allow search engines and crawlers to index Continuwuity's built-in + /// webpages served under the `/_continuwuity/` prefix. /// /// default: false #[serde(default)]