| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-28 | accept review suggestion | Tshepang Mbambo | -1/+1 | |
| Co-authored-by: Dániel Buga <bugadani@gmail.com> | ||||
| 2023-06-28 | we are migrating to askama | Tshepang Mbambo | -1/+1 | |
| 2023-03-16 | Fix invalid markdown link references | DaniPopes | -7/+7 | |
| 2023-03-06 | Update documentation for HTML templates style | Guillaume Gomez | -13/+14 | |
| 2022-01-19 | Move back templates into html folder | Guillaume Gomez | -0/+37 | |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -37/+0 | |
| See #84419. | ||||
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -0/+37 | |
| Replaces a format!() call in layout::render with a template expansion. Introduces a `templates` field in SharedContext so parts of rustdoc can share pre-rendered templates. This currently builds in a copy of the single template available, like with static files. However, future work can make this live-loadable with a perma-unstable flag, to make rustdoc developers' work easier. | ||||
