Files
Marcello Fitton 78e8943841 Fix Dev Startup Errors (#192)
* fix: standardize iframe attributes across documentation

Updated iframe attributes in multiple MDX files to use camelCase for consistency, changing 'frameborder' to 'frameBorder', 'referrerpolicy' to 'referrerPolicy', and 'allowfullscreen' to 'allowFullScreen'.

* fix: Fixed `Warning: Card: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.` console warning by using modern default props implementation.

* fix:  Fixed
`[nextra-theme-docs] Error validating _meta.json file for "intro" property.`

and

`[nextra-theme-docs] Error validating _meta.json file for "default-blocks" property.`

By using "hidden" field on `_meta.json` instead of "type" to hide pages from navigation.

* refactor: update Card component implementation across multiple MDX files to use modern default parameters instead of defaultProps to supress warning

* Introduce reusable global Card component to replace file scoped Card components
2025-09-16 15:05:15 -07:00
..
2025-09-16 15:05:15 -07:00
2025-02-12 16:35:57 -08:00
2025-02-12 16:35:57 -08:00
2025-02-14 10:54:35 -08:00
2025-02-12 16:35:57 -08:00