Eric Huss
d746b23749
Merge pull request #2084 from ehuss/update-indirect
...
Update some indirect dependencies
2023-05-13 10:49:39 -07:00
Eric Huss
f77c597e01
Update some indirect dependencies
2023-05-13 10:16:26 -07:00
Eric Huss
3c54a4d33b
Merge pull request #2083 from ehuss/fix-clippy
...
Apply some clippy fixes
2023-05-13 10:15:38 -07:00
Eric Huss
cf9de82c2a
Merge pull request #2082 from ehuss/update-direct-dependencies
...
Update some direct dependencies
2023-05-13 09:56:47 -07:00
Eric Huss
c3155e2642
Apply clippy::match_like_matches_macro
2023-05-13 09:55:51 -07:00
Eric Huss
d8f171a996
Apply clippy::manual_while_let_some
2023-05-13 09:50:32 -07:00
Eric Huss
0ef3bb1cc6
Apply clippy::needless_borrowed_reference
2023-05-13 09:46:30 -07:00
Eric Huss
54df8234ed
Apply clippy::let_unit_value
2023-05-13 09:45:46 -07:00
Eric Huss
dc08e37320
Apply clippy::borrow_deref_ref
2023-05-13 09:44:50 -07:00
Eric Huss
45a8575b95
Apply clippy::needless_borrow
2023-05-13 09:44:11 -07:00
Eric Huss
be966cfe1f
Raise MSRV to 1.65
2023-05-13 09:41:10 -07:00
Eric Huss
f4507aeb9b
Merge pull request #2080 from t2y/fix-copy-fonts-message
...
Fix handling of copy-fonts=true when fonts.css is overridden
2023-05-13 09:19:06 -07:00
Eric Huss
0985691fbd
Update some direct dependencies
2023-05-13 09:12:23 -07:00
Eric Huss
01047846a9
Don't copy the stock fonts if the user has overridden fonts.css.
...
This wasn't behaving as I was really intending.
2023-05-13 09:05:25 -07:00
Eric Huss
75a6d65e5a
Don't warn on copy-fonts=true (the default) when fonts.css is overridden.
2023-05-13 08:51:04 -07:00
Eric Huss
71ea92bbec
Merge pull request #2081 from cn-liutailin/patch-2
...
Update renderers.md
2023-05-12 16:01:21 -07:00
liutailin
aac6de01de
Update renderers.md
...
Missing symbol ":"
2023-05-13 00:04:12 +08:00
Eric Huss
af036d9f45
Merge pull request #2057 from seanpoulter/init-skip
...
fix(cli): init --force skips confirmation prompts
2023-04-30 14:18:30 -07:00
Tetsuya Morimoto
04016f3be6
Refactor the warning message related to copy_fonts so that a user simply configures it
2023-04-28 12:46:49 +09:00
Dylan DPC
41567b0456
Merge pull request #2076 from ehuss/gitignore
...
Switch from gitignore to ignore
2023-04-23 11:12:26 +05:30
Eric Huss
9db3a601ca
Merge pull request #2071 from expikr/patch-3
...
Added missing documentation for `mdbook init --ignore=<git|none>`
2023-04-22 12:55:46 -07:00
Eric Huss
35fdd00203
Switch from gitignore to ignore
2023-04-22 12:53:54 -07:00
expikr
7a435be018
Update init.md
2023-04-18 01:53:38 +08:00
Eric Huss
dec0e24275
Merge pull request #2063 from rust-lang/dependabot/cargo/h2-0.3.17
...
Bump h2 from 0.3.15 to 0.3.17
2023-04-13 10:40:49 -07:00
dependabot[bot]
c624fc078b
Bump h2 from 0.3.15 to 0.3.17
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 17:04:53 +00:00
Sean Poulter
b9c6b326b7
style(tests): Fixed issues reported by clippy
2023-04-03 08:36:57 -04:00
Sean Poulter
0003072623
docs(cli): Add docs for --force
2023-04-03 08:36:47 -04:00
Sean Poulter
bffdb0b03d
fix(cli): init --force skips confirmation prompts
2023-04-03 03:05:24 -04:00
Eric Huss
b5ffc734a2
Merge pull request #2056 from deining/http_to_https
...
Convert links from http to https protocol
2023-04-02 14:52:32 -07:00
Andreas Deininger
a2c88ae0f1
Convert links from http to https protocol
2023-04-02 21:35:08 +02:00
Eric Huss
efb671aaf2
Merge pull request #2042 from ehuss/bump-version
...
Update to 0.4.28
2023-03-04 16:27:55 -08:00
Eric Huss
a4b4b8f649
Update to 0.4.28
2023-03-04 15:40:56 -08:00
Eric Huss
4c59405e5c
Merge pull request #1986 from mgeisler/preprocessors-for-test
...
Run preprocessors in `mdbook test`
2023-03-04 14:55:10 -08:00
Eric Huss
703a215ef8
Merge pull request #2039 from Skwodo/master
...
Change overflow-x hidden to clip
2023-03-04 14:05:01 -08:00
Skwodo
f5f96bc4f4
change overflow-x hidden to clip
2023-03-02 21:01:38 +01:00
Eric Huss
1668ab7877
Merge pull request #2025 from tshepang/patch-1
...
Update continuous-integration.md
2023-02-14 06:34:20 -08:00
Tshepang Mbambo
26fc0da9a9
Update continuous-integration.md
...
typo
2023-02-14 08:29:40 +02:00
Eric Huss
c15220d1a1
Merge pull request #2017 from thanatos/roy/fix-sidebar
...
Default the sidebar to visible in large screens
2023-02-13 12:42:15 -08:00
Eric Huss
7c4562a8b3
Merge pull request #2023 from ehuss/bump-version
...
Update to 0.4.27
2023-02-13 08:07:35 -08:00
Eric Huss
6e3176f726
Update to 0.4.27
2023-02-13 07:54:28 -08:00
Eric Huss
958b456873
Also make sure releases use --locked
...
If it somehow gets out of sync, then the release process otherwise wouldn't catch it.
2023-02-13 07:53:32 -08:00
Eric Huss
a43b5b69ab
Merge pull request #2022 from ehuss/ci-locked
...
Make sure CI runs with --locked
2023-02-13 07:51:26 -08:00
Eric Huss
1517435441
Merge pull request #2021 from rust-lang/revert-2009-deps/toml
...
Revert "bump 'toml' dependency"
2023-02-13 07:44:45 -08:00
Eric Huss
7abb28cb2e
Make sure CI runs with --locked
2023-02-13 07:43:46 -08:00
Eric Huss
112fd4aac3
Merge pull request #2020 from mgeisler/patch-1
...
Remove spammy `debug!` log from `path_to_root`
2023-02-13 07:33:59 -08:00
Eric Huss
90fbe112af
Revert "bump 'toml' dependency"
2023-02-13 07:31:33 -08:00
Martin Geisler
c150529c7c
Remove spammy `debug!` log from `path_to_root`
...
The log statement is empty and simply fills up the logs when you run `mdbook` with `RUST_LOG=debug`.
2023-02-13 16:17:31 +01:00
Roy Wellington Ⅳ
fa6aa2ced8
Default the sidebar to visible in large screens
...
The code here leads me to believe that the intention is for the sidebar
to be default visible on large screens (where `clientWidth` > 1080) and
hidden otherwise.
However, as previously written, if the `localStorage.getItem` call fails
(for example, if the user agent is not accepting cookies), then we fall
back to `sidebar = sidebar || 'visible';` — but `sidebar` is already set
to `hidden`, so the `|| 'visible'` never happens.
This results in the sidebar hiding itself on every navigation through an
mdBook, meaning if you're just switching between sections trying to find
something that you keep needing to re-open the sidebar.
2023-02-11 18:04:58 -05:00
Eric Huss
39664985ba
Merge pull request #2012 from ehuss/bump-version
...
Update to 0.4.26
2023-02-08 16:09:45 -08:00
Eric Huss
ab1e9694bc
Update to 0.4.26
2023-02-08 15:58:51 -08:00