matrix-spec/layouts
Kévin Commaille 97601f12ff
Restore heading self links
It was a change I did not notice when upgrading Docsy from 0.8.0 to 0.11.0. Docsy changed the way heading self links are generated: they used to be rendered with JS and now they use a Hugo render hook.

This means two things:
- We need to enable them explicitly by overriding the `_default/_markup/render-heading.html` template.
- We need to add the self heading ourselves to headings that are not rendered by Hugo, i.e. HTML headings that we create ourselves.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-11-20 10:41:20 +01:00
..
_default Restore heading self links 2024-11-20 10:41:20 +01:00
docs Upgrade docsy to 0.11.0 and hugo to 0.139.0 (#1996) 2024-11-19 21:40:34 +00:00
partials Restore heading self links 2024-11-20 10:41:20 +01:00
shortcodes Improve the quality of the rendered diagrams (#1999) 2024-11-19 21:41:45 +00:00
404.html Fix relative URLs when serving the specification with a custom baseURL (#1984) 2024-11-14 11:11:34 +00:00