summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-22Merge pull request #1463 from ehuss/fix-header-scrollEric Huss
Fix some issues with fragment scrolling and linking.
2021-02-22Merge pull request #1461 from ehuss/guide-repo-linkEric Huss
Add git repository url link to user guide.
2021-02-22Merge pull request #1470 from tim-seoss/light_theme_contrast_enhancementEric Huss
Enhance text contrast of `light` theme to improve accessibility.
2021-02-22Upgrade to shlex 1 (#1471)Fenhl
2021-02-21Enhance text contrast of `light` theme to improve accessibility.Tim Small
The existing light theme has relatively low contrast between the text (and other UI elements) and background (especially within code blocks). This presents difficulties for people with reduced visual contrast perception (common in older adults). This patch makes changes to the default `light` theme to meet the minimum contrast requirement of the v2.1 W3C WCAG (Web Content Accessibility Guidelines) https://www.w3.org/WAI/WCAG21/quickref/#contrast-minimum The small size, and slender font used for the title text makes it hard to read, even with the increased contrast colour scheme, so this patch also increases the size of the title text font by 20%. Closes #1442
2021-02-12Fix some issues with fragment scrolling and linking.Eric Huss
2021-02-12Add git repository url link to user guide.Eric Huss
2021-01-30Merge pull request #1456 from danieleades/typoEric Huss
fix small typos on 'syntax-highlighting' page
2021-01-30fix small typos on 'syntax-highlighting' pageDaniel Eades
2021-01-15Fix sentence on installation page.Eric Huss
2021-01-14Merge pull request #1447 from ehuss/bump-versionv0.4.6Eric Huss
Update to 0.4.6.
2021-01-14Update to 0.4.6.Eric Huss
2021-01-14Merge pull request #1426 from ehuss/search-mark-wordsEric Huss
Fix search highlighting with multiple words.
2021-01-14Merge pull request #1418 from ehuss/relative-renderer-commandEric Huss
Fix relative paths for renderer commands.
2021-01-13Merge pull request #1438 from pierwill/edit-docsEric Huss
Add intra-docs links to docs
2021-01-13Add missing parenthesis in doc comment.Eric Huss
2021-01-10Add intra-docs links to docspierwill
Also fixes some punctuation and changes some wording.
2021-01-07Fix a wrong version 0.4.4 in Cargo.toml (Should be 0.4.5) (#1435)Tatsuya Kawano
2021-01-07Update theme CSS docs. (#1431)Eric Huss
2021-01-07Change `init --theme` to place theme in root. (#1432)Eric Huss
2021-01-06Merge pull request #1390 from sburris0/gitlabciEric Huss
Guide: Add instructions for publishing via GitLab Pages
2021-01-05Remove mark from URL on escape. (#1427)Eric Huss
2021-01-04Fix search highlighting with multiple words.Eric Huss
2021-01-04Merge pull request #1389 from avitex/search-chapter-nameEric Huss
Add chapter name to search result breadcrumbs
2021-01-04Merge pull request #1420 from apatniv/clippy_remove_cloneEric Huss
Clippy lint: Remove unnecessary clone
2021-01-04Merge pull request #1421 from apatniv/clippy_use_single_charEric Huss
clippy: use char instead of str
2021-01-04fix xss in the search pagePietro Albini
Thanks to Kamil Vavra for responsibly disclosing the vulnerability according to Rust's Security Policy.
2021-01-04Update changelog for 0.4.5Eric Huss
2020-12-31clippy: use char instead of strapatniv
2020-12-31Clippy lint: Remove unnecessary cloneapatniv
2020-12-30Fix relative paths for renderer commands.Eric Huss
2020-12-28Merge pull request #1405 from francis-du/masterEric Huss
fix: readerer get theme dir path bug
2020-12-28fix: readerer get theme dir path bugfrancis-du
2020-12-27Provide useful feedback if user executes command in different folder (#1407)Vivek Bharath Akupatni
Provides better feedback if user executes in a different folder than what is expected by mdbook After the changes `mdbook build` ``` 2020-12-19 14:27:35 [ERROR] (mdbook::utils): Error: Couldn't open SUMMARY.md in "/Users/vicky/rust/source_codes/mdbook_testing/src/src" directory 2020-12-19 14:27:35 [ERROR] (mdbook::utils): Caused By: No such file or directory (os error 2) ``` Previously: `mdbook build` ``` 2020-12-19 14:28:46 [ERROR] (mdbook::utils): Error: Couldn't open SUMMARY.md 2020-12-19 14:28:46 [ERROR] (mdbook::utils): Caused By: No such file or directory (os error 2) ```
2020-12-23[README] Add optional directory parameter for the init command (#1409)Maxime BORGES
With the current description of the command, I was expecting to get a directory named with the project name, but the files were created in the current directory. I Think a more precise description would help first-time users.
2020-12-23Merge pull request #1410 from maximeborges/patch-2Eric Huss
[guide/format/theme/index-hbs] `chapter_title` and `book_title` are inverted
2020-12-22[guide/format/theme/index-hbs] `chapter_title` and `book_title` are invertedMaxime BORGES
Looking into the code, we can confirm that the implementation is `{{ chapter_title }} - {{ book_title }}` and not `{{ book_title }} - {{ chapter_title }}` as written in the guide: https://github.com/rust-lang/mdBook/blob/4c951d530d7cf225fcca18d6e9146b28bf8dcf10/src/renderer/html_handlebars/hbs_renderer.rs#L69
2020-12-14Merge pull request #1393 from apatniv/fixing_errorEric Huss
Missing chapters Error Reporting: Add file name
2020-12-14Merge pull request #1399 from u7693/issue-1396Eric Huss
Show path in the error message (#1396)
2020-12-14Improve error messageKousuke Takaki
2020-12-05Run rust formmaterapatniv
2020-12-05Add more context regarding which missing file creation failedapatniv
2020-12-04Merge pull request #1392 from lzanini/masterEric Huss
Add Katex preprocessor to 3rd Party Plugins
2020-12-04Remove --debug from GitLab CISpencer Burris
2020-12-03katex preprocessorLucas Zanini
Added the katex preprocessor to the list of 3rd Party Plugins
2020-12-01Add instructions for publishing via GitLab PagesSpencer Burris
2020-11-26Fix search index testsavitex
2020-11-25Add chapter name to search result breadcrumbsavitex
2020-11-13Merge pull request #1373 from avisionh/docs/ci-guide-updateEric Huss
Docs: CI guide update
2020-11-13Suggest dplyv2 changes to .travis.yml as a noteA Ho
This is following @ehuss' comment to not recommend something currently in beta release.