matrix-spec/layouts/partials/openapi
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
..
render-api.html Allow to specify a prefix for generated HTML IDs of API endpoints (#1882) 2024-06-20 15:39:50 +00:00
render-content-type.html Enforce consistent vertical spacing between paragraphs in endpoint definitions (#1969) 2024-10-29 15:22:15 +00:00
render-object-table.html Fix relative URLs when serving the specification with a custom baseURL (#1984) 2024-11-14 11:11:34 +00:00
render-operation.html Restore heading self links 2024-11-20 10:41:20 +01:00
render-parameters.html Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
render-request.html Ensure more uniqueness for generated HTML IDs (#1881) 2024-06-20 09:36:33 -06:00
render-responses.html Ensure more uniqueness for generated HTML IDs (#1881) 2024-06-20 09:36:33 -06:00