Skip to content

Commit 0e4aefd

Browse files
committed
adding link to youtube video
1 parent 6d9e44a commit 0e4aefd

File tree

3 files changed

+73
-49
lines changed

3 files changed

+73
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@astrojs/tailwind": "^5.1.5",
2020
"@expressive-code/plugin-line-numbers": "^0.38.3",
2121
"@iconify-json/mdi": "^1.2.3",
22-
"@types/react": "^19.0.8",
22+
"@types/react": "^19.0.9",
2323
"@types/react-dom": "^19.0.3",
2424
"astro": "^5.3.0",
2525
"astro-embed": "^0.9.0",

pnpm-lock.yaml

+67-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/blog/content-widget/index.mdx

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ cover:
1212
image: ./content-widget.png
1313
---
1414

15+
import { YouTube } from 'astro-embed'
16+
1517
The Vyuh framework has been a powerful framework for building CMS-driven Flutter
1618
apps. It allows you to connect with any of your CMS providers and work with a
1719
variety of third-party integrations and plugins to build your enterprise-grade
@@ -29,12 +31,13 @@ directly inside your existing application all through a **Widget**. This greatly
2931
simplifies the need for adopting a framework like Vyuh and instead focuses on
3032
rendering just a widget which pulls content from the CMS.
3133

34+
<YouTube id={'HcteXPRhcQk'} />
35+
3236
As your needs increase, you can adopt the full Vyuh framework that gives you lot
3337
more functionality for working with the CMS and also organizing your features in
3438
a modular fashion.
3539

36-
For more details refer to the docs at
37-
[docs.vyuh.tech](/guides/cms/content-widget)
40+
For more details [refer to the docs](/guides/cms/content-widget)
3841

3942
Also see the set of
4043
[code examples](https://github.com/vyuh-tech/vyuh/tree/main/apps/content_widget_demo)

0 commit comments

Comments
 (0)