diff --git a/src/content/docs/framework/packages/index.mdx b/src/content/docs/framework/packages/index.mdx index 352e6f9..0486d26 100644 --- a/src/content/docs/framework/packages/index.mdx +++ b/src/content/docs/framework/packages/index.mdx @@ -18,6 +18,13 @@ import { ShowcaseImage } from 'starlight-showcases' 'Core package that contains the main interfaces and types for the framework', href: 'https://pub.dev/packages/vyuh_core', }, + { + thumbnail: import('./images/pub-dev-logo.png'), + title: 'vyuh_content_widget', + description: + 'A widget that can render content from a CMS, relying on the Vyuh ecosystem to provide the content', + href: 'https://pub.dev/packages/vyuh_content_widget', + }, { thumbnail: import('./images/pub-dev-logo.png'), title: 'vyuh_feature_system', @@ -45,6 +52,19 @@ import { ShowcaseImage } from 'starlight-showcases' 'A Content Provider for the Vyuh Framework that reads documents from Sanity.io.', href: 'https://pub.dev/packages/vyuh_plugin_content_provider_sanity', }, + { + thumbnail: import('./images/pub-dev-logo.png'), + title: 'vyuh_plugin_storage_hive', + description: 'Hive storage plugin for Vyuh', + href: 'https://pub.dev/packages/vyuh_plugin_storage_hive', + }, + { + thumbnail: import('./images/pub-dev-logo.png'), + title: 'vyuh_plugin_storage_secure', + description: + 'A secure storage plugin for Vyuh using flutter_secure_storage for encrypted data storage across platforms', + href: 'https://pub.dev/packages/vyuh_plugin_storage_secure', + }, { thumbnail: import('./images/pub-dev-logo.png'), title: 'vyuh_feature_auth',