X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=ee06e1bd0ba1b7b64ea5df486629c958acd5c4bc;hb=cebc8fef5f4391a9ed8e4c1dc566a6c5824e2901;hp=5c4392acca595813d24154e693be54d99bc50ae4;hpb=9a827d9f7e3d0f256f832b6f42f87aefa4648d0a;p=rust.git diff --git a/config.toml.example b/config.toml.example index 5c4392acca5..ee06e1bd0ba 100644 --- a/config.toml.example +++ b/config.toml.example @@ -208,6 +208,11 @@ changelog-seen = 2 # documentation. #docs = true +# Flag to specify whether CSS, JavaScript, and HTML are minified when +# docs are generated. JSON is always minified, because it's enormous, +# and generated in already-minified form from the beginning. +#docs-minification = true + # Indicate whether the compiler should be documented in addition to the standard # library and facade crates. #compiler-docs = false