fix: Update doc comment
This commit is contained in:
parent
ca21a885d5
commit
6451671f66
2 changed files with 4 additions and 4 deletions
|
|
@ -1799,8 +1799,8 @@
|
||||||
#
|
#
|
||||||
#config_reload_signal = true
|
#config_reload_signal = true
|
||||||
|
|
||||||
# Allow or disallow search engine crawling by adding
|
# Allow search engines and crawlers to index Continuwuity's built-in
|
||||||
# `<meta name="robots" content="noindex" />` to the index page.
|
# webpages served under the `/_continuwuity/` prefix.
|
||||||
#
|
#
|
||||||
#allow_web_indexing = false
|
#allow_web_indexing = false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2093,8 +2093,8 @@ pub struct Config {
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub force_disable_first_run_mode: bool,
|
pub force_disable_first_run_mode: bool,
|
||||||
|
|
||||||
/// Allow or disallow search engine crawling by adding
|
/// Allow search engines and crawlers to index Continuwuity's built-in
|
||||||
/// `<meta name="robots" content="noindex" />` to the index page.
|
/// webpages served under the `/_continuwuity/` prefix.
|
||||||
///
|
///
|
||||||
/// default: false
|
/// default: false
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue