A Ho
cbfd75a821
Update CI section in guide for travis dpl-v2
...
This is so that the instructions work when deploying the book to GitHub pages via the gh-pages branch.
2020-11-05 21:43:52 +00:00
Eric Huss
eaa6914205
Merge pull request #1360 from ehuss/release-next
...
Release 0.4.4
2020-10-20 08:06:27 -07:00
Eric Huss
a76557a678
Release 0.4.4
2020-10-20 07:58:24 -07:00
Eric Huss
01836ba5d4
Merge pull request #1348 from ehuss/github-deprecated-action-commands
...
Update deprecated GitHub Actions commands.
2020-10-20 07:48:26 -07:00
Eric Huss
46ce077de6
Update deprecated GitHub Actions commands.
2020-10-08 10:00:06 -07:00
Eric Huss
f7c9180d80
Fix typo in changelog
2020-10-08 09:46:39 -07:00
Camelid
4c951d530d
List supported Highlight.js languages in guide ( #1345 )
...
* List supported Highlight.js languages in guide
Generated using the technique described in
https://github.com/rust-lang/mdBook/issues/1275#issuecomment-655903967 .
* Improve wording in guide
2020-09-30 01:56:31 +02:00
Camelid
b77942d3c8
Rename `book-example` to `guide` ( #1336 )
...
`book-example` is a bit of a strange name given that it's not just an
example.
2020-09-23 03:16:09 +02:00
Eric Huss
d0deee90b0
Merge pull request #1335 from ehuss/fix-print
...
Fix print icon.
2020-09-22 13:34:15 -07:00
Eric Huss
e6ac8ecdd9
Fix print icon.
2020-09-22 13:24:13 -07:00
Eric Huss
d1f5ecc103
Merge pull request #1169 from rossmacarthur/ft/no-print
...
Add config option to disable print html, css, and icon
2020-09-22 11:50:22 -07:00
Ross MacArthur
e0b247e9d6
Add config option to disable print html, css, and icon
2020-09-22 11:40:02 -07:00
Eric Huss
db8a2821ea
Merge pull request #1323 from iffyio/copy-symlinks
...
Resolve full file paths when copying files
2020-09-22 10:51:50 -07:00
Eric Huss
39d7130019
Merge pull request #1325 from camelid/patch-2
...
Improve README wording
2020-09-12 06:19:41 -07:00
Camelid
2eccb457d2
gitignore: Ignore Vim temporary and swap files ( #1328 )
2020-09-11 15:10:38 +02:00
Camelid
d1682d27fb
Improve README wording
2020-09-10 13:28:24 -07:00
Eric Huss
a94a940ff7
Fix macOS CI deploy take 2.
2020-09-09 12:05:14 -07:00
Eric Huss
daf402e1dc
Merge pull request #1324 from ehuss/purge
...
Fix macOS CI deploy.
2020-09-09 11:47:00 -07:00
Eric Huss
5ebd2c0527
Fix macOS CI deploy.
2020-09-09 10:00:48 -07:00
ifeanyi
b349e8abc9
Fix windows typo
2020-09-09 17:57:45 +02:00
ifeanyi
e225586953
Resolve full file paths when copying files
...
Currently, the `copy_files` function doesn't support symlink files due to
its use of `DirEntry::metadata` - To avoid this issue, this patch
resolves the file path first before checking for metadata.
Fixes #1157
2020-09-09 17:42:14 +02:00
Eric Huss
cf7663f800
Merge pull request #1317 from ehuss/release-next
...
Release 0.4.3
2020-09-08 08:21:17 -07:00
Eric Huss
3155c63e88
Release 0.4.3
2020-09-08 08:06:05 -07:00
Eric Huss
4df9ec90af
Merge pull request #1307 from camelid/prefer-bundled-scp
...
Prefer bundled version of Source Code Pro
2020-09-06 10:58:23 -07:00
Camelid
73cabeb904
Remove local version from `@font-face`
...
It's unlikely that the bundled version wouldn't load, and it's
especially unlikely that the page would load but the bundled version
would not.
Also, if it doesn't load, it should fall back to another monospace font,
which is fine.
2020-09-06 10:34:11 -07:00
Eric Huss
4b773024ae
Merge pull request #1309 from nerosnm/add-missing-space
...
Fix missing space before draft chapter titles
2020-09-06 09:40:55 -07:00
Eric Huss
33ea661350
Merge pull request #1310 from dtolnay/nojekyll
...
End .nojekyll file with newline
2020-09-06 09:21:59 -07:00
Eric Huss
1b18740b56
Merge pull request #1311 from dtolnay/cname
...
Support emitting CNAME file for publishing at a custom domain
2020-09-06 09:21:29 -07:00
Eric Huss
6fed9e52f9
Merge pull request #1313 from guswynn/master
...
collect all test failures before failing
2020-09-06 09:12:42 -07:00
Eric Huss
fd59dc73e5
Adjust wording
2020-09-06 09:11:53 -07:00
Eric Huss
146bea48c6
Merge pull request #1314 from camelid/patch-1
...
Fix grammar
2020-09-06 08:59:11 -07:00
Camelid
efb5bc285d
Fix grammar
...
who -> which
2020-09-04 13:21:37 -07:00
Gus Wynn
5ea8e55aea
collect all test failures before failing
2020-09-03 18:36:51 -07:00
David Tolnay
1acf23ff73
Support emitting CNAME file for publishing at a custom domain
2020-09-02 11:24:48 -07:00
David Tolnay
69cc1fa005
End .nojekyll file with newline
...
Before:
/path/to$ cat book/.nojekyll
This file makes sure that Github Pages doesn't process mdBook's output./path/to$ ▎
After:
/path/to$ cat book/.nojekyll
This file makes sure that Github Pages doesn't process mdBook's output.
/path/to$ ▎
2020-09-02 11:06:19 -07:00
Søren Mortensen
2fb489137b
Wrap draft chapter titles in a <div>
...
Fixes the problem of a missing space before the title of draft chapters,
due to the title not being wrapped in an `<a></a>`.
2020-08-31 10:00:03 +01:00
Camelid
4d9eb9b4b4
Prefer bundled version of Source Code Pro
...
This prevents an issue with Firefox 80 on macOS that prevents syntax
highlighting from working.
2020-08-29 13:22:51 -07:00
Eric Huss
f6768b816c
Fix release script LTO.
2020-08-11 15:39:03 -07:00
Eric Huss
8f7e030ac3
Merge pull request #1299 from ehuss/release-next
...
Release 0.4.2
2020-08-11 15:28:01 -07:00
Eric Huss
9180dd1659
Release 0.4.2
2020-08-11 15:19:39 -07:00
Eric Huss
9278b838a8
Merge pull request #1298 from FabienTregan/adding_info_about_markdown_flavor
...
Adds information about markdown flavor in the documentation.
2020-08-10 10:46:53 -07:00
Fabien Tregan
2674347768
Adds information about markdown flavor in the documentation.
2020-08-10 10:52:22 +02:00
Eric Huss
3d44553671
Merge pull request #1293 from Evian-Zhang/master
...
allow space in SUMMARY.md's link destination
2020-08-08 08:19:06 -07:00
Evian-Zhang
9d5c454e47
delete '+' replacement and use cargo fmt to format
2020-08-08 15:13:22 +08:00
Eric Huss
a00e7d1769
Merge pull request #1272 from ehuss/fix-favicon-link
...
Fix favicon when only one is overridden.
2020-08-07 08:34:46 -07:00
Evian-Zhang
60be20a783
allow space in SUMMARY.md's link destination
2020-08-03 09:49:01 +08:00
Eric Huss
8746206060
Merge pull request #1284 from ericonr/opt
...
Mention that uninstalled backend isn't marked optional.
2020-07-30 20:22:55 -07:00
Eric Huss
f5ae7c4f13
Merge pull request #1291 from ericonr/fix-break
...
summary: turn SoftBreak events into spaces.
2020-07-30 20:05:07 -07:00
Érico Rolim
dcf9462d1e
summary: turn SoftBreak events into spaces.
...
Summary items that had their name split into two lines ended up with the
last word of one line and the first word of the next line glued
together, since a space wasn't added.
Added test case for it.
Fixes #1218
2020-07-29 15:53:27 -03:00
Érico Rolim
78aa2a16f8
Mention that uninstalled backend isn't marked optional.
...
If an uninstalled backend (command not found) isn't marked optional,
warn about it, since it causes mdbook commands to error out.
Fixes #1283
2020-07-28 18:08:32 -03:00