Eric Huss
aef12bbb20
Remove google-analytics
...
This was deprecated in https://github.com/rust-lang/mdBook/pull/1675 in
2021.
Closes https://github.com/rust-lang/mdBook/issues/2720
2025-07-26 08:15:37 -07:00
Eric Huss
f6c062fc98
Enable unreachable_pub
...
This lint can help make it clearer which items are actually exposed in
the public API.
2025-07-25 09:02:55 -07:00
Eric Huss
e0a4fb1ea9
Add READMEs for all new crates
2025-07-23 17:47:31 -07:00
Eric Huss
7eccd1d556
Finish move of hbs_renderer to mdbook-html
...
This updates everything for the move of hbs_renderer to mdbook-html.
2025-07-23 17:40:57 -07:00
Eric Huss
06324d8b24
Move hbs_renderer to mdbook-html
...
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-html.
Additional commits will refactor/move/remove items.
2025-07-23 17:40:57 -07:00
Eric Huss
753780f653
Finish move of theme to mdbook-html
...
This updates everything for the move of theme to mdbook-html. There
will be followup commits that will be doing more cleanup here.
2025-07-23 17:40:57 -07:00
Eric Huss
3087686559
Move theme to mdbook-html
...
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-html.
Additional commits will refactor/move/remove items.
2025-07-23 17:40:52 -07:00
Eric Huss
6805740e20
Add mdbook-html
...
This new crate will hold the HTML renderer and related front-end parts.
2025-07-23 17:29:55 -07:00