Skip to content

Commit

Permalink
docs(alpine): add theme examples for alpine js integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdun committed Apr 21, 2024
1 parent f1217ed commit 2bee943
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added src/assets/thumbnails/astroResume01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/content/docs/de/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -7,6 +7,7 @@ category: renderer
i18nReady: true
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
import Card from '~/components/Landing/Card.astro'

Diese **[Astro-Integration][astro-integration]** erlaubt dir, [Alpine.js](https://alpinejs.dev/) hinzuzufügen, sodass du Alpine.js überall auf deiner Seite verwenden kannst.

Expand Down Expand Up @@ -161,3 +162,10 @@ interface Window {
[astro-integration]: /de/guides/integrations-guide/

[astro-ui-frameworks]: /de/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>

6 changes: 6 additions & 0 deletions src/content/docs/en/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -161,3 +161,9 @@ interface Window {
[astro-integration]: /en/guides/integrations-guide/

[astro-ui-frameworks]: /en/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>

0 comments on commit 2bee943

Please sign in to comment.