Don't provide copy buttons on code samples

They're rarely useful on the examples on the manual, which often
include command names, output, and even dollar signs.
pull/261/head
Wilfred Hughes 2022-04-16 13:33:59 +07:00
parent 68f90de5c0
commit b6e554f5b6
1 changed files with 3 additions and 0 deletions

@ -9,3 +9,6 @@ description = "The official manual for difftastic, the syntactic differ"
[output.html.redirect]
"/getting_started.html" = "./installation.html"
"/upstream_parsers.html" = "/languages_supported.html"
[output.html.playground]
copyable = false