You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/layouts/partials
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>
1 week ago
..
events Restore heading self links 1 week ago
footer Upgrade docsy to 0.11.0 and hugo to 0.139.0 (#1996) 1 week ago
hooks Fix relative URLs when serving the specification with a custom `baseURL` (#1984) 2 weeks ago
json-schema Fix the rendering of the event format for room versions 1 and 2 (#1883) 5 months ago
openapi Restore heading self links 1 week ago
added-in.html Enforce consistent vertical spacing between paragraphs in endpoint definitions (#1969) 1 month ago
alert.html Fix relative URLs when serving the specification with a custom `baseURL` (#1984) 2 weeks ago
breadcrumb.html Update docsy to v0.8.0 (#1699) 9 months ago
changed-in.html Enforce consistent vertical spacing between paragraphs in endpoint definitions (#1969) 1 month ago
favicons.html Use a proper favicon (#2001) 1 week ago
navbar.html Upgrade docsy to 0.11.0 and hugo to 0.139.0 (#1996) 1 week ago
sidebar-tree.html Upgrade docsy to 0.11.0 and hugo to 0.139.0 (#1996) 1 week ago
toc.html Generate ToC with Hugo rather than JavaScript (#1851) 6 months ago
version-banner.html Comments for all the layout templates 4 years ago