mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-19 13:54:49 -04:00
78e8943841
* 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