docs-matrix-spec/layouts
Kévin Commaille f4e7b2aa97
Fix property type resolution in render-object-table (#1789)
The split was not clear between property-type and type-or-title,
so it was not obvious which partial should be called for recursion.
That resulted in an error where type-or-title was only called for objects and array items, even if it also resolves
arrays of types.

This makes the split clearer. property-type must be called for any schema,
and object-type-or-title is only called for object schemas.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-04-16 18:25:33 +01:00
..
_default Render a single page of the spec in Hugo 2021-01-12 15:31:01 -08:00
docs Comments for all the layout templates 2021-01-12 20:45:24 -08:00
partials Fix property type resolution in render-object-table (#1789) 2024-04-16 18:25:33 +01:00
shortcodes Simplify uses of resolve-refs partial (#1773) 2024-04-09 18:06:53 +01:00
404.html Render a single page of the spec in Hugo 2021-01-12 15:31:01 -08:00