We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566451e commit 46345b8Copy full SHA for 46345b8
src/config.rs
@@ -531,7 +531,7 @@ pub struct HtmlConfig {
531
pub cname: Option<String>,
532
/// Edit url template, when set shows a "Suggest an edit" button for
533
/// directly jumping to editing the currently viewed page.
534
- /// Contains {path} that is replaced with chapter source file path[[[[
+ /// Contains {path} that is replaced with chapter source file path
535
pub edit_url_template: Option<String>,
536
/// Endpoint of websocket, for livereload usage. Value loaded from .toml file
537
/// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`]
0 commit comments