You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`DocsUI::Markdown`| GFM Markdown island — prose as Markdown, styled like `Prose`, fenced code through Rouge. |
28
28
|`DocsUI::Table` / `PropTable`| Reference tables — generic headers+rows, and a name/type/default/description preset. |
29
+
|`DocsUI::Endpoint`| HTTP method badge (coloured per verb) + monospace path; renders inline (drops into a `Section` description). |
30
+
|`DocsUI::FieldTable` / `ErrorTable`| API-reference presets over `Table` — an object's fields, and an endpoint's errors (Param column auto-hidden when unused). |
29
31
|`DocsUI::Example`| Base for a live example with `method_source`-extracted source. |
30
32
31
33
Plus `DocsKit::Registry` (in-memory docs registry mixin), `DocsKit::NavItem`
0 commit comments