Add videos link
This commit is contained in:
parent
c89da30a6d
commit
860aa9e46d
|
@ -26,6 +26,8 @@ Then start adding frontend reactivity using declarative <code>data-*</code> attr
|
|||
|
||||
Visit the [Datastar Website »](https://data-star.dev/)
|
||||
|
||||
Watch the [Videos »](https://www.youtube.com/@data-star)
|
||||
|
||||
Join the [Discord Server »](https://discord.com/channels/1296224603642925098/1296224603642925102)
|
||||
|
||||
## Getting Started
|
||||
|
@ -44,7 +46,7 @@ You can manually add your own plugins to the core:
|
|||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.4/bundles/datastar.js"
|
||||
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.3/bundles/datastar.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -17,7 +17,7 @@ Datastar helps you build reactive web applications with the simplicity of server
|
|||
Getting started is as easy as adding a single {%s humanize.CommafWithDigits( float64(data.VersionClientByteSizeGzip) / 1024.0, 1) %} KiB script tag to your HTML.
|
||||
|
||||
```html
|
||||
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.3/bundles/datastar.js"></script>
|
||||
<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v{%s data.Version %}/bundles/datastar.js"></script>
|
||||
```
|
||||
|
||||
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
|
||||
|
@ -30,6 +30,8 @@ Then start adding frontend reactivity using declarative <code>data-*</code> attr
|
|||
|
||||
Visit the [Datastar Website »](https://data-star.dev/)
|
||||
|
||||
Watch the [Videos »](https://www.youtube.com/@data-star)
|
||||
|
||||
Join the [Discord Server »](https://discord.com/channels/1296224603642925098/1296224603642925102)
|
||||
|
||||
## Getting Started
|
||||
|
|
|
@ -26,6 +26,8 @@ Then start adding frontend reactivity using declarative <code>data-*</code> attr
|
|||
|
||||
Visit the [Datastar Website »](https://data-star.dev/)
|
||||
|
||||
Watch the [Videos »](https://www.youtube.com/@data-star)
|
||||
|
||||
Join the [Discord Server »](https://discord.com/channels/1296224603642925098/1296224603642925102)
|
||||
|
||||
## Getting Started
|
||||
|
@ -44,7 +46,7 @@ You can manually add your own plugins to the core:
|
|||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.4/bundles/datastar.js"
|
||||
"datastar": "https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-beta.3/bundles/datastar.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue