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/openapi
Kévin Commaille 7ec9b7f2e1
Restore heading self links (#2007)
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>
5 days ago
..
render-api.html Allow to specify a prefix for generated HTML IDs of API endpoints (#1882) 6 months ago
render-content-type.html Enforce consistent vertical spacing between paragraphs in endpoint definitions (#1969) 1 month ago
render-object-table.html Fix regression introduced when inlining "Required" (#2005) 1 week ago
render-operation.html Restore heading self links (#2007) 5 days ago
render-parameters.html Simplify uses of `resolve-refs` partial (#1773) 8 months ago
render-request.html Ensure more uniqueness for generated HTML IDs (#1881) 6 months ago
render-responses.html Ensure more uniqueness for generated HTML IDs (#1881) 6 months ago