summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2020-05-27Emit redirects towards the end of the rendering processMichael-F-Bryan
2020-05-27Added a redirect map to the HTML configMichael-F-Bryan
2020-05-20Update dependencies. (#1211)Eric Huss
2020-05-19Rename config from no-copy-fonts to copy-fontsAphek
2020-05-15Remove google fonts by serving them locallyAphek
2020-05-10Merge pull request #1214 from ehuss/fix-clippyEric Huss
2020-05-10Fix some clippy warnings.Eric Huss
2020-05-08Update src/config.rstoyboot4e
2020-05-03Fix example of MDBOOK_BOOK (again)toyboot4e
2020-05-03Not to use `matches!`toyboot4e
2020-05-03Fix example of MDBOOK_BOOKtoyboot4e
2020-05-03Fix use of MDBOOK_BOOKtoyboot4e
2020-04-21Some edition cleanup and fixes.Eric Huss
2020-04-21Make new [rust] config and move edition config under itkngwyu
2020-04-21Add support for Rust editionGabriel Majeri
2019-11-29Fix doc comment of `BuildConfig::create_missing` (#1104)nickelc
2019-11-11Revert "Add support for Rust edition 2018 in playpens (#1086)" (#1093)Dylan DPC
2019-11-11Add support for Rust edition 2018 in playpens (#1086)Gabriel Majeri
2019-10-29rust-lang-nursery -> rust-langSteve Klabnik
2019-10-19[Feature] expandable sidebar sections (ToC collapse) (#1027)Weihang Lo
2019-10-17Option to display copy buttons. (#1050)Andrew Pritchard
2019-10-06Fix error message for missing output.html. (#1056)Eric Huss
2019-10-05Merge pull request #1037 from Flying-Toast/prefers-color-schemeEric Huss
2019-10-04preferred-dark-theme defaults to default-themeFlying-Toast
2019-10-03fix Search::use_boolean_and documentsrnitta
2019-09-26Merge pull request #1035 from andymac-2/line-numbersEric Huss
2019-09-25Automatically use a dark theme according to 'prefers-color-scheme'Flying-Toast
2019-09-24Added line numbers to editable sections of code.Andrew Pritchard
2019-09-22Log HtmlConfig deserialization errorsTjeu Kayim
2019-06-24Merge pull request #941 from rnitta/configurable-languageEric Huss
2019-06-20Remove redundant closureJeremy Stucki
2019-06-20Remove needless scopeJeremy Stucki
2019-06-20Use unwrap_or instead of match on ResultJeremy Stucki
2019-06-20Remove needless lifetimeJeremy Stucki
2019-06-20Use map instead of match on OptionJeremy Stucki
2019-05-31cargo fmtEric Huss
2019-05-31Update toml. (#945)Eric Huss
2019-05-30Remove unnecessary ::<crate>Lzu Tao
2019-05-30update language attribute to configurablernitta
2019-05-25Transition to 2018 edition (#933)lzutao
2019-05-19Issue 703 (#929)Bas Bossink
2019-05-19Some documentation fixes. (#925)Eric Huss
2019-05-06Fix most of clippy warnings (#914)lzutao
2018-12-04Solve the simplest clippy warnings and run rustfmtBas Bossink
2018-10-30Merge pull request #804 from Bassetts/default-theme-optionMichael Bryan
2018-10-23Merge pull request #802 from Bassetts/git-buttonMichael Bryan
2018-10-23Improve documentation commentsyoshimura masataka
2018-10-15Add documentation and testsJason Liquorish
2018-10-15Added git-repository-icon optionJason Liquorish
2018-10-13Initial implementation of a git repository buttonJason Liquorish