mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: Update doc comment
This commit is contained in:
@@ -1799,8 +1799,8 @@
|
||||
#
|
||||
#config_reload_signal = true
|
||||
|
||||
# Allow or disallow search engine crawling by adding
|
||||
# `<meta name="robots" content="noindex" />` 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
|
||||
|
||||
|
||||
@@ -2093,8 +2093,8 @@ pub struct Config {
|
||||
#[serde(default)]
|
||||
pub force_disable_first_run_mode: bool,
|
||||
|
||||
/// Allow or disallow search engine crawling by adding
|
||||
/// `<meta name="robots" content="noindex" />` 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)]
|
||||
|
||||
Reference in New Issue
Block a user