diff --git a/src/components/SwagLinkLine.vue b/src/components/SwagLinkLine.vue
index 2c205c5b..857c4ae1 100644
--- a/src/components/SwagLinkLine.vue
+++ b/src/components/SwagLinkLine.vue
@@ -4,7 +4,7 @@
:href="`https://github.com/${repo}/edit/${branch}/${file}`">
Edit this page on GitHub
-
+
Ask question on Stackoverflow
@@ -24,5 +24,9 @@ defineProps({
required: false,
default: 'main',
},
+ tags: {
+ required: false,
+ default: '?tags=shopware',
+ },
});
\ No newline at end of file
diff --git a/src/frontend.md b/src/frontend.md
index 7ecdfe50..4f0e6027 100644
--- a/src/frontend.md
+++ b/src/frontend.md
@@ -9,9 +9,9 @@
Checkout
@@ -20,8 +20,8 @@
Create a Product Listing
Fetch Product detail page
Work with Prices
- Wishlist Management
- Composables functions
+ Wishlist Management
+ Composables
@@ -33,7 +33,7 @@
Create blocks
Create elements
Overwriting CMS
- Custamize components
+ Customize Components
diff --git a/src/storefront/index.md b/src/storefront/index.md
index 78d0a991..60532e1b 100644
--- a/src/storefront/index.md
+++ b/src/storefront/index.md
@@ -11,25 +11,25 @@ import SwagLinkLine from "../components/SwagLinkLine.vue";
Shopware Frontends
- Shopware Composable Frontends is Shopware's toolkit for creating platform agnostic custom storefronts. The demo store implementation is based on Vue.js and Nuxt3.
+ Shopware Composable Frontends is Shopware's toolkit for creating platform agnostic custom storefronts. The demo store implementation is based on Vue.js and Nuxt3.
-
+
-
+
Starter guides
The number of topics that are available for exploration can be overwhelming. To help you navigate this complexity, we have curated tutorials that are designed to familiarize you with some of our core concepts.
-
- Setup templates
- Learn how to get started with custom frontend with pre-existing templates.
+
+ Internal Structure (Packages)
+ Learn how to use the abstract packages you need for your Project.
-
- Cookbook recepies
+
+ Cookbook recipes
Kickstart your frontends project with provided example codes.