mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-29 23:44:10 +02:00
Clean up unused CSS classes in openapi/render-operation partial
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
c5d7eb7a2d
commit
93692b5486
|
|
@ -29,13 +29,13 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $anchor = printf "%s%s%s" $anchor (lower $method) (anchorize $endpoint) }}
|
{{ $anchor = printf "%s%s%s" $anchor (lower $method) (anchorize $endpoint) }}
|
||||||
|
|
||||||
<section class="rendered-data http-api {{ $method }}">
|
<section class="rendered-data">
|
||||||
|
|
||||||
<details {{ if not site.Params.ui.rendered_data_collapsed }}open{{ end }}>
|
<details {{ if not site.Params.ui.rendered_data_collapsed }}open{{ end }}>
|
||||||
<summary>
|
<summary>
|
||||||
|
|
||||||
<h1 id="{{ $anchor }}">
|
<h1 id="{{ $anchor }}">
|
||||||
<span class="http-api-method {{ $method }}">{{ $method }}</span>
|
<span class="http-api-method">{{ $method }}</span>
|
||||||
<span class="endpoint{{ if $operation_data.deprecated }} deprecated-inline{{ end }}">{{ $endpoint }}</span>
|
<span class="endpoint{{ if $operation_data.deprecated }} deprecated-inline{{ end }}">{{ $endpoint }}</span>
|
||||||
</h1>
|
</h1>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue