Skip to content

Commit

Permalink
feat: updated the images for core-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Dec 8, 2024
1 parent dc07552 commit d87b68f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/content/docs/framework/packages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ 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_feature_auth',
description:
'Provides the UX for the Auth feature, allowing you to quickly add login forms for phone-otp, email-password and OAuth sign-in.',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_onboarding',
description:
'A CMS content block for rendering onboarding content for an application. This is useful as an introduction screen for your application, all configurable from a CMS.',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_cli',
Expand Down Expand Up @@ -131,10 +143,10 @@ are for bootstrapping schemas into the Sanity Studio.
},
{
thumbnail: import('./images/npm.png'),
title: '@vyuh/sanity-schema-firebase-auth',
title: '@vyuh/sanity-schema-auth',
description:
'Schemas for configuring Firebase Authentication on Sanity CMS when using the Vyuh Framework',
href: 'https://www.npmjs.com/package/@vyuh/sanity-schema-firebase-auth',
'Schemas for configuring Authentication on Sanity CMS when using the Vyuh Framework',
href: 'https://www.npmjs.com/package/@vyuh/sanity-schema-auth',
},
{
thumbnail: import('./images/npm.png'),
Expand Down Expand Up @@ -185,12 +197,6 @@ richer experiences. All of them offer configurability from a CMS.
title: 'vyuh_plugin_auth_firebase',
description: 'Authentication Plugin for Firebase',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_firebase_auth',
description:
'A set of UX building blocks for configuring Firebase Auth from a CMS',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_forms',
Expand All @@ -203,11 +209,5 @@ richer experiences. All of them offer configurability from a CMS.
description:
'A feature-flag Plugin for interfacing with Firebase Remote Config. Use it to drive conditional workflows and A/B/N tests.',
},
{
thumbnail: import('./images/pub-dev-logo.png'),
title: 'vyuh_feature_onboarding',
description:
'A CMS content block for rendering onboarding content for an application. This is useful as an introduction screen for your application, all configurable from a CMS.',
},
]}
/>
Binary file modified src/content/docs/guides/cms/images/core-elements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d87b68f

Please sign in to comment.