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
Andrew Morgan f30e850bf1 Fix duplicate modules endpoints
I was seeing duplicate endpoints appearing under each module (typically
2 of each). This turned out to be due to the `render-operation` partial
being called multiple times (once when rendering the page, and another
when rendering the left-hand-side TOC).

We now check whether the endpoint has already been added to the list
before insertion, via a "seen" map (for quick lookup).
1 month ago
..
render-api.html Source endpoints from CS API modules as well 2 months ago
render-content-type.html Upgrade docsy to 0.12.0 (#2160) 5 months ago
render-media-type-objects.html Upgrade docsy to 0.12.0 (#2160) 5 months ago
render-object-table.html Upgrade docsy to 0.12.0 (#2160) 5 months ago
render-operation.html Fix duplicate modules endpoints 1 month ago
render-parameters.html Upgrade docsy to 0.12.0 (#2160) 5 months ago
render-request.html Upgrade docsy to 0.12.0 (#2160) 5 months ago
render-responses.html Upgrade docsy to 0.12.0 (#2160) 5 months ago