Add two new images (6.png, 7.png) and substantially revise the NDC London 2026 article Post.md. Changes include: update post title, numerous grammar and phrasing fixes, reflow and restructure of session notes (Damian Brady, Sheena O'Connell, Carly Richmond, Kevlin Henney, Steve Sanderson), insert additional images and captions, clarify bullets and headings, and add a short market-update note about software stocks. Overall edits improve readability and add visual assets.
Replaces double curly braces with the new template syntax `{%{{{...}}}%}` in the 'Terminal Command' and 'Condition' fields for custom commands documentation.
Updated documentation to specify that if a chat client is not configured for a workspace, the default workspace's chat client is returned, and null is only returned if neither is configured.
Replaces all references to 'authorization.md' with 'authorization/index.md' across documentation files to reflect the new file structure. This ensures all internal links to the authorization documentation remain valid after the file was moved and renamed.
Registered ExtensibleTableRowDetailComponent in ExtensibleModule and updated documentation to reference the new row detail feature. Also improved accessibility and semantics by replacing the expand/collapse anchor with a button in the extensible table component template.
Introduces the ExtensibleTableRowDetailComponent for expandable row details in extensible tables. Updates the extensible table to support row detail templates via both direct input and content child component, adds toggle logic and emits rowDetailToggle events. Documentation and exports are updated accordingly.