summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2024-06-12Add support for Rust Edition 2024Eric Huss
2024-05-13Apply a few minor clippy fixesEric Huss
2024-03-19chore: remove repetitive wordgoodmost
2024-03-18Fix typo in docsMax Heller
2024-02-25Rename curly-quotes to smart-punctuation.Eric Huss
2024-02-24Fix redundant imports.Eric Huss
2023-09-02Remove text_drection_from_lang_codeEric Huss
2023-09-02Update language list to include missing rtl languages.Eric Huss
2023-09-02Some minor corrections from code review.Eric Huss
2023-09-02Add `text_direction` property in general book metadatacN3rd
2023-05-28Support hidden lines in languages other than RustJannik Obermann
2023-05-13Apply clippy::let_unit_valueEric Huss
2023-04-02Convert links from http to https protocolAndreas Deininger
2022-11-28Fix broken doc linkEric Huss
2022-11-13Merge pull request #1884 from willcrichton/masterEric Huss
2022-10-28Add support for watching additional directoriesWill Crichton
2022-09-09Require Rust 2021 editionDylan DPC
2022-06-27Fix Clippy lintsISSOtm
2022-03-30Fix html print config default.Eric Huss
2022-03-27Fix comment typoEric Huss
2022-03-27Merge pull request #1771 from FWYongxing/masterEric Huss
2022-03-26add testsShogo Takata
2022-03-26Config to toggle the run button on codeblocksShogo Takata
2022-03-19livereload uses host&port of current page; livereload works with a HTTPS siteClark
2022-01-17Revert "Make page-break not configurable"Daniel Morawetz
2021-07-04first pass at 2021 supportjosh rotenberg
2021-05-31clippy: PathBuf to Pathjosh rotenberg
2021-05-24Merge pull request #1539 from joshrotenberg/report_config_errorsEric Huss
2021-05-24update build and rust config changejosh rotenberg
2021-05-24Update src/config.rsjosh rotenberg
2021-05-21Fix typos (#1540)Andrea Gelmini
2021-05-19report book.toml parse errorsjosh rotenberg
2021-04-26Rename git-repository-edit-url-templateFlavio Castelli
2021-04-19Fix generation of edit linksFlavio Castelli
2021-04-19[ReviewFix] Replace edit baseurl with template and make visibility independen...Jonas Berlin
2021-04-19Add "Suggest an edit" link next to "Git repository"Jonas Berlin
2021-01-10Add intra-docs links to docspierwill
2020-11-12allow to serialize the "build" sectionSergey Golovin
2020-09-22Add config option to disable print html, css, and iconRoss MacArthur
2020-09-02Support emitting CNAME file for publishing at a custom domainDavid Tolnay
2020-06-23Merge pull request #1221 from manuel-woelker/fb-539-not-found-pageEric Huss
2020-06-22Fix init creating empty `[rust]` table. (#1233)Eric Huss
2020-06-22Rename playpen to playground. (#1241)Eric Huss
2020-06-10fix test and formattingManuel Woelker
2020-06-10fix usage of newly stablized inner_deref/as_derefManuel Woelker
2020-06-10additional changes to the 404 mechanism based on feedback:Manuel Woelker
2020-06-10Add the config parameter output.html.site-url to set base url of the 404 page...Manuel Woelker
2020-06-10Generate 404.html page (#539)Manuel Woelker
2020-06-08Change default preferred-dark-theme to `navy`.Eric Huss
2020-05-27Changed redirect mapping to HashMap<String, String> and improved error handlingMichael-F-Bryan