Add option to disable keyboard shortcuts in docs
This commit is contained in:
parent
14f0ed64e3
commit
87744841c8
2 changed files with 3 additions and 1 deletions
|
@ -1241,6 +1241,7 @@ fn settings(root_path: &str, suffix: &str) -> String {
|
|||
("go-to-only-result", "Directly go to item in search if there is only one result",
|
||||
false),
|
||||
("line-numbers", "Show line numbers on code examples", false),
|
||||
("disable-shortcuts", "Disable keyboard shortcuts", false),
|
||||
];
|
||||
format!(
|
||||
"<h1 class='fqn'>\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue