Michael Howell
|
879449447f
|
feat(html): cache bust static files by adding hashes to file names
Closes rust-lang#1254
|
2025-02-13 10:39:22 -07:00 |
|
Eric Huss
|
89878519b4
|
docs: Switch the guide to use smart punctuation.
|
2024-05-13 13:43:04 -07:00 |
|
Wil Wade
|
58a23e06a1
|
Fix incorrect theme documentation
The theme documentation for next and previous used name instead of title
|
2024-02-20 15:29:30 -05:00 |
|
Maxime BORGES
|
6201e577fe
|
[guide/format/theme/index-hbs] chapter_title and book_title are inverted
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:
4c951d530d/src/renderer/html_handlebars/hbs_renderer.rs (L69)
|
2020-12-22 22:36:58 +01: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 |
|