mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 11:48:36 +01:00
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> |
||
|---|---|---|
| .. | ||
| events | ||
| footer | ||
| hooks | ||
| json-schema | ||
| openapi | ||
| added-in.html | ||
| alert.html | ||
| breadcrumb.html | ||
| changed-in.html | ||
| favicons.html | ||
| navbar.html | ||
| sidebar-tree.html | ||
| toc.html | ||
| version-banner.html | ||