mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
- Add \b word boundary to directive regex so @page no longer matches @pageSizeOptions, @pageIndex etc., which was stripping attribute values and leaving broken Razor markup in the output. - Stop stripping @code blocks from example files — they contain the C# code (methods, fields, event handlers) needed to understand examples. - Exclude AccessibilityPage, GetStarted, and ThemeServicePage from generation (generic setup/WCAG content, not component documentation). - Skip "Keyboard Navigation" sections (shortcuts rendered from C# data that the generator cannot extract, leaving empty placeholders). - Skip "Radzen Blazor Studio" sections (IDE-specific, not component API).