+ >
+
+
| Item | Details |
|:----------|:------|
| Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-mdx) |
@@ -36,4 +33,6 @@ import Container from 'azion-webkit/container';
-
+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-minimal.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-minimal.mdx
index 241db50b44..ad49caeaf7 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-minimal.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-minimal.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Minimal"
+title: "Astro Minimal"
description: >-
The Astro minimal template deploys a minimal Astro project.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-init) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-init) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
index 883948f6a1..477efe1bd3 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Multiple Frameworks"
+title: "Astro with Multiple Frameworks"
description: >-
The Astro with Multiple Frameworks template showcases Astro's built-in support for multiple frameworks.
permalink: /documentation/products/templates/astro-multiple-frameworks/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-multiple) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-multiple) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-nanostores.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-nanostores.mdx
index c3fb2d8a2f..3d10d19bc9 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-nanostores.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-nanostores.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Nano Stores"
+title: "Astro with Nano Stores"
description: >-
The Astro with Nano Stores template showcases Astro's built-in support for nanostores to provide a shared state between components of any framework.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-nanostores) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | E-commerce|
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-nanostores) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | E-commerce|
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-non-html.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-non-html.mdx
index ed70a85836..c9be911247 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-non-html.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-non-html.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Non-HTML pages"
+title: "Astro Non-HTML pages"
description: >-
The Astro with Non-HTML Pages template helps you to deploy an edge application based on Astro able to work with Non-HTML pages.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-non-html-pages) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-non-html-pages) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-pdf-resume.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-pdf-resume.mdx
index 113847bf2a..3410e631ae 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-pdf-resume.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-pdf-resume.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Webpage to PDF Resume"
+title: "Astro Webpage to PDF Resume"
description: >-
The Webpage to PDF Resume template contains the configurations to create a resume for the web, print, or PDF using the Webpage to PDF Resume project. After the deployment, you can update it with your information and create your portfolio.
meta_tags: >-
@@ -11,29 +11,27 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
+ >
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/webpage-pdf-resume) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | Online resume |
-
-
-

-
-
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/webpage-pdf-resume) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | Online resume |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-portfolio.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-portfolio.mdx
index 059e82ef7e..6646c6cbb4 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-portfolio.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-portfolio.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Portfolio"
+title: "Astro Portfolio"
description: >-
The Astro Portfolio template helps you to create your online portfolio using an Astro-based example.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-portfolio) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | Professional portfolio |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-portfolio) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | Professional portfolio |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-preact.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-preact.mdx
index f5a63a8e35..0bb71d13af 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-preact.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-preact.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Preact Framework"
+title: "Astro with Preact Framework"
description: >-
The Astro with Framework Preact template deploys a new edge application based on Astro working with Preact.
permalink: /documentation/products/templates/astro-preact/
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_preact
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-preact) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-preact) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-quickstore.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-quickstore.mdx
index 779d466ff3..17b13a0897 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-quickstore.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-quickstore.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Quickstore"
+title: "Astro Quickstore"
description: >-
The Astro Quickstore helps you rapidly set up and deploy on the edge using the Astro framework and Tailwind CSS.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_quickstore
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-quickstore) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-quickstore) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-react.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-react.mdx
index 935247fedf..8516f77c81 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-react.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-react.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with React Framework"
+title: "Astro with React Framework"
description: >-
The Astro with Framework React template deploys a new edge application based on Astro working with React.
permalink: /documentation/products/templates/astro-react/
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_react
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-react) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-react) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-solid.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-solid.mdx
index 8b1410d62e..8fcccd2496 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-solid.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-solid.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Solid Framework"
+title: "Astro with Solid Framework"
description: >-
The Astro with Framework Solid template deploys a new edge application based on Astro working with Solid.
permalink: /documentation/products/templates/astro-solid/
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_solid
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-solid) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-solid) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-starlog.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-starlog.mdx
index c3a74ec893..2a9eaddfc8 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-starlog.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-starlog.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Starlog"
+title: "Astro Starlog"
description: >-
The Astro Starlog template helps you to create Release Notes using this theme for Astro.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_starlog
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-starlog) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | Project release notes |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-starlog) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | Project release notes |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-svelte.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-svelte.mdx
index 5de259aca7..b7d26124c9 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-svelte.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-svelte.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Svelte Framework"
+title: "Astro with Svelte Framework"
description: >-
The Astro with Framework Svelte template deploys a new edge application based on Astro working with Svelte.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_svelte
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-svelte) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-svelte) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-tailwind.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-tailwind.mdx
index 095043307d..248e039c7f 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-tailwind.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-tailwind.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Tailwind CSS"
+title: "Astro with Tailwind CSS"
description: >-
The Astro with Tailwind CSS template deploys a new edge application based on Astro working with Tailwind CSS.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_tailwind
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-tailwindcss) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-tailwindcss) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vitest.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vitest.mdx
index 580e1b878c..c50df7c014 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vitest.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vitest.mdx
@@ -1,5 +1,5 @@
---
-title: "Astro With Vitest "
+title: "Astro with Vitest"
description: >-
The Astro with Vitest template deploys a new edge application based on Astro working with Vitest.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_vitest
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-vitest) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-vitest) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vue.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vue.mdx
index dd36d58bba..681cec6757 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vue.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-vue.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro with Vue Framework"
+title: "Astro with Vue Framework"
description: >-
The Astro with Framework Vue template deploys a new edge application based on Astro working with Vue.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_vue
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-vue) |
- | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-vue) |
+ | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) |
+ | Use Case | General |
+
+
+

+
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
index 65272e204f..d92ab2df2d 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
@@ -1,5 +1,5 @@
---
-title: " ButterCMS + Gatsby Starter Project"
+title: "ButterCMS + Gatsby Starter Project"
description: >-
The ButterCMS + Gatsby Starter Project template creates a fully-functional Gatsby starter project, completely integrated with ButterCMS, a leading headless CMS that makes collaborative content management of your application easier.
permalink: /documentation/products/templates/gatsby-butter-starter/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-starter-buttercms) |
- | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
- | Use Case | CMS use |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-starter-buttercms) |
+ | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
+ | Use Case | CMS use |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/butter-templates-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-blog.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-blog.mdx
index b456b156ce..86a0b72b9e 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-blog.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-blog.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby Blog"
+title: "Gatsby Blog"
description: >-
The Gatsby Blog Starter Kit includes the configurations to create a new blog page based on the Gatsby framework. After the deployment, you can interact with the default posts and interface that already exist in this template and customize them.
permalink: /documentation/products/templates/gatsby-blog/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-blog) |
- | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
- | Use Case | Blog |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-blog) |
+ | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
+ | Use Case | Blog |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/gatsby-blog-starter-kit/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
index 75eb18e0c8..a089e4bc71 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby Boilerplate"
+title: "Gatsby Boilerplate"
description: >-
The Gatsby Boilerplate helps you build a Single-Page Application (SPA) based on the Gatsby framework and run it directly on the edge of the network. By executing the boilerplate, several steps are encapsulated and automated, from repository management to edge deployment.
permalink: /documentation/products/templates/gatsby-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-boilerplate) |
- | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
- | Use Case | Single page application |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-boilerplate) |
+ | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
+ | Use Case | Single page application |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/gatsby-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
index feea83142c..0b4d417471 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby E-commerce"
+title: "Gatsby E-commerce"
description: >-
The Gatsby E-commerce Theme template enables you to deploy a Gatsby-based e-commerce site in a few steps, directly to the edge. It includes styled components and tools to add functionality, streamlining the customization process.
permalink: /documentation/products/templates/gatsby-ecommerce/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-ecommerce-theme) |
- | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-ecommerce-theme) |
+ | Framework | [Gatsby](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/gatsby/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/gatsby-ecommerce-theme/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-agency.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-agency.mdx
index 41908e301a..fc9a8ab6d2 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-agency.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-agency.mdx
@@ -1,5 +1,5 @@
---
-title: " Cosmic Agency"
+title: "Cosmic Agency"
description: >-
The CosmicJS Agency Website template helps you create and deploy a dynamic and visually appealing online presence with customizable websites to showcase your services and portfolio.
permalink: /documentation/products/templates/cosmic-agency/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-agency) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-agency) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/cosmic-agency-website/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
index 8d3b42923f..013c763000 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
@@ -1,5 +1,5 @@
---
-title: " Cosmic Simple Next.js Blog"
+title: "Cosmic Simple Next.js Blog"
description: >-
The Cosmic Simple Next.js Blog template helps you create and manage a blog easily, combining Next.js's performance with Cosmic headless CMS for content management.
permalink: /documentation/products/templates/cosmic-nextjs-blog/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-simple-nextjs-blog) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | Blog |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-simple-nextjs-blog) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | Blog |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/cosmic-simple-next-blog/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/kupingplug.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/kupingplug.mdx
index 62a00eee3f..1a2bca8f87 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/kupingplug.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/kupingplug.mdx
@@ -1,5 +1,5 @@
---
-title: " Kupingplug Store"
+title: "Kupingplug Store"
description: >-
The Kupingplug template provides an option to easily create and deploy an e-commerce website using TailwindCSS and Next.js.
permalink: /documentation/products/templates/kupingplug/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/kupingplug) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/kupingplug) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
index 2552ccc395..bc36c9a2fc 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js App + Configurations"
+title: "Next.js App + Configurations"
description: >-
The Next.js App + Configurations template provides a quick start to build a Next.js application with custom configurations and App Router to run it directly on the edge. Next.js App + Configurations also creates files to implement the App Router format, including the index page, edge API routing, and Custom Route Handlers, created in the new repository during the deployment.
permalink: /documentation/products/templates/nextjs-app-configurations/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-config) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-config) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextjs-app-configurations/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
index 871f476070..a02d96075c 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js App + Middleware"
+title: "Next.js App + Middleware"
description: >-
The Next.js App + Middleware accelerates the deployment of a Next.js application with custom configurations, App Router, and a middleware to run it directly at the edge. Next.js App + Middleware creates files to implement the App Router format, with the index page, edge API routing, and Custom Route Handler created in the new repository during the deployment. It also includes a middleware that allows you to modify the response for a request and control different aspects of the application, such as performing redirects, setting headers, and others.
permalink: /documentation/products/templates/nextjs-app-midddleware/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-middleware) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-middleware) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextjs-app-middleware/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
index 854a5c98ef..8daf041aba 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
@@ -1,5 +1,5 @@
---
-title: " Stationery E-commerce with Next.js"
+title: "Stationery E-commerce with Next.js"
description: >-
The Ecommerce Stationery Next.js template enables you to deploy a Next.js-based e-commerce site in a few steps, directly to the edge. It includes components and tools to add functionality, streamlining the customization process.
permalink: /documentation/products/templates/stationary-ecommerce/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/ecommerce-stationery-nextjs) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/ecommerce-stationery-nextjs) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
index 900d398732..ba92777bc9 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Pages + Configurations"
+title: "Next.js Pages + Configurations"
description: >-
The Next.js Pages + Configurations template enables you to quickly deploy a Next.js application with Pages Router and custom configurations. Next.js Pages + Configurations also creates files to implement the Pages Router format, to use a file-system router to map each file to a route.
permalink: /documentation/products/templates/nextjs-pages-configurations/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-config) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-config) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextjs-pages-configurations/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
index c0122578e2..137142613c 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Pages + Middleware"
+title: "Next.js Pages + Middleware"
description: >-
Get to know the Next.js Pages + Middleware template enables you to quickly deploy a Next.js application with Pages Router, a middleware, and custom configurations.
permalink: /documentation/products/templates/nextjs-pages-middleware/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-middleware) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-middleware) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextjs-pages-middleware/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
index 210af91d76..c3a57c203d 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Static Boilerplate"
+title: "Next.js Static Boilerplate"
description: >-
The Next.js Static Boilerplate provides an automation solution to simplify and enhance the deployment of Next.js Static applications directly on the edge of the network. By using this boilerplate, you can accelerate your workflow for building user interfaces and web applications.
permalink: /documentation/products/templates/nextjs-static-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-static-boilerplate-14) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-static-boilerplate-14) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextjs-static-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-store-react.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
index ce44410733..109eedb008 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Store"
+title: "Next.js Store"
description: >-
The Next.js Store Ecommerce template provides a starter solution for quickly deploying your Next.js-based e-commerce web project. This repository is an example of the new GitHub repository created during the deployment.
permalink: /documentation/products/templates/nextjs-store/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-store-ecommerce-template) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-store-ecommerce-template) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/space-jelly-shop.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
index da66c564c8..1bcebfd276 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
@@ -1,5 +1,5 @@
---
-title: " Space Jelly Shop"
+title: "Space Jelly Shop"
description: >-
The Space Jelly Shop template helps you to quickly deploy a new stylish e-commerce built with Next.js, React, and TypeScript. This project uses use-shopping-cart to handle the shopping cart and logic for Stripe.
permalink: /documentation/products/templates/space-jelly-shop/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/space-jelly-shop) |
- | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
- | Use Case | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/space-jelly-shop) |
+ | Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
+ | Use Case | E-commerce |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/butter-react-starter.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/butter-react-starter.mdx
index 51bab0b7cb..1c212a6cb5 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/butter-react-starter.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/butter-react-starter.mdx
@@ -1,5 +1,5 @@
---
-title: " ButterCMS + React Starter Project"
+title: "ButterCMS + React Starter Project"
description: >-
The ButterCMS + React Starter Project template creates a fully-functional React starter project, completely integrated with ButterCMS, a leading headless CMS that makes collaborative content management of your application easier.
permalink: /documentation/products/templates/react-buttercms/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/react-starter-buttercms) |
- | Framework | [React](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/react/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/react-starter-buttercms) |
+ | Framework | [React](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/react/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/butter-templates-collection/).
\ No newline at end of file
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/react-boilerplate.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/react-boilerplate.mdx
index bd03240bf9..f202a2c625 100644
--- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/react-boilerplate.mdx
+++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/react/react-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " React Boilerplate"
+title: "React Boilerplate"
description: >-
The React Boilerplate is designed to simplify and enhance the deployment process for React.js applications directly at the edge of the network.
permalink: /documentation/products/templates/react-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Details |
- |:----------|:------|
- | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/reactjs-boilerplate) |
- | Framework | [React](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/react/) |
- | Use Case | General |
-
-
-

-
-
+
+
+
+ | Item | Details |
+ |:----------|:------|
+ | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/reactjs-boilerplate) |
+ | Framework | [React](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/react/) |
+ | Use Case | General |
+
+
+

+
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/react-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-boilerplate.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-boilerplate.mdx
index 8d97beaff5..def9179777 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-boilerplate.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " Angular Boilerplate"
+title: "Angular Boilerplate"
description: >-
Impulsione o seu desenvolvimento web com o Angular Boilerplate—a base para implementar aplicações Angular, um framework robusto para construir interfaces de usuário dinâmicas e responsivas.
permalink: /documentacao/produtos/templates/angular-boilerplate/
@@ -11,10 +11,9 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
+ >
+
+
| Item | Detalhes |
|:----------|:------|
| Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/angular-boilerplate) |
@@ -36,6 +33,7 @@ import Container from 'azion-webkit/container';
-
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/angular-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-butter.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-butter.mdx
index 1dc0bbe32c..c003cce170 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-butter.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-butter.mdx
@@ -1,5 +1,5 @@
---
-title: " ButterCMS + Angular Starter Project"
+title: "ButterCMS + Angular Starter Project"
description: >-
O template ButterCMS + Angular Starter Project cria um projeto inicial Angular totalmente funcional, completamente integrado ao ButterCMS, um dos principais CMS headless que facilita o gerenciamento colaborativo de conteúdo da sua aplicação.
permalink: /documentacao/produtos/templates/angular-buttercms/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/angular-starter-buttercms) |
- | Framework | [Angular](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/angular/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/angular-starter-buttercms) |
+ | Framework | [Angular](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/angular/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/butter-templates-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-sanity.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-sanity.mdx
index 552ef1c8bf..1a01d71ff0 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-sanity.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/angular/angular-sanity.mdx
@@ -1,5 +1,5 @@
---
-title: " Aplicação Clean Angular + Sanity "
+title: "Aplicação Clean Angular + Sanity "
description: >-
O template de aplicação Clean Angular + Sanity cria uma aplicação Angular com um Sanity Studio, que é uma aplicação React de código aberto que se conecta ao conjunto de dados hospedado do seu projeto Sanity. O Studio é configurado localmente e pode ser implantado posteriormente para colaboração de conteúdo.
permalink: /documentacao/produtos/templates/angular-sanity/
@@ -11,10 +11,9 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
+ >
+
| Item | Detalhes |
|:----------|:------|
@@ -36,6 +33,7 @@ import Container from 'azion-webkit/container';
-
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/clean-angular-sanity/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-alpine.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-alpine.mdx
index a39b3f73d6..39e145ec7a 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-alpine.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-alpine.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Alpine"
+title: "Astro com Framework Alpine"
description: >-
O template Astro com Alpine.js Framework faz o deploy de uma nova edge application baseada em Astro trabalhando com Alpine.js, uma ferramenta para compor comportamentos diretamente no seu markup.
permalink: /documentacao/produtos/templates/astro-alpine/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-alpine) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-alpine) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/en/documentation/products/guides/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-audiophile.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-audiophile.mdx
index 1e873753b4..445484e9e2 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-audiophile.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-audiophile.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Audiophile"
+title: "Astro Audiophile"
description: >-
Explore nosso template Astro Audiophile, uma opção rápida para impelentar um site de e-commerce.
permalink: /documentacao/produtos/templates/astro-audiophile/
@@ -10,31 +10,28 @@ namespace: documentation_template_landing_astro_audiophile
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-audiophile) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-audiophile) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx
index c43ef1190f..cb1e60ac02 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Blog Starter Kit"
+title: "Astro Blog Starter Kit"
description: >-
O Astro Blog Starter Kit contém as configurações para criar uma nova página de blog baseada no framework Astro. Após o deploy, você pode interagir com as postagens e a interface padrão que já existem neste template e personalizá-las.
permalink: /documentacao/produtos/templates/astro-blog-starter-kit/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-blog) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Blog |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-blog) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Blog |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/en/documentation/products/guides/astro-blog-starter-kit/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-boilerplate.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-boilerplate.mdx
index 028e5151d5..0501170929 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-boilerplate.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Boilerplate"
+title: "Astro Boilerplate"
description: >-
O Astro boilerplate oferece uma base sólida para construir sites modernos e rápidos com configuração mínima. Projetado para impulsionar seu próximo projeto, este starter já vem pré-configurado com as melhores práticas para desempenho e flexibilidade.
permalink: /documentacao/produtos/templates/astro-boilerplate/
@@ -10,31 +10,28 @@ namespace: documentation_template_landing_astro_boilerplate
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-boilerplate) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Sites estáticos |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-boilerplate) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Sites estáticos |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/astro-boilerplate/).
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-clean-sanity.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-clean-sanity.mdx
index fe8ceb707f..6ab2fdc5f4 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-clean-sanity.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-clean-sanity.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Sanity"
+title: "Astro com Sanity"
description: >-
O template Clean Astro + Sanity cria um site Astro minimalista integrado ao Sanity.io para gerenciamento de conteúdo.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_sanity
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/sanity-astro-clean) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/sanity-astro-clean) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-cosmic-blog.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-cosmic-blog.mdx
index 88ff235aa3..ed102ce4eb 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-cosmic-blog.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-cosmic-blog.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Cosmic Blog"
+title: "Astro Cosmic Blog"
description: >-
O template Cosmic Simple Astro Blog ajuda você a criar e gerenciar um blog facilmente, combinando o desempenho do Astro com o Cosmic headless CMS para gerenciamento de conteúdo.
meta_tags: >-
@@ -10,29 +10,26 @@ namespace: documentation_template_landing_astro_cosmic_blog
menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/cosmic-simple-astro-blog) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Blog |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/cosmic-simple-astro-blog) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Blog |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-devscard.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-devscard.mdx
index 0fc58ba4a4..da58d61629 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-devscard.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-devscard.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro DevsCard"
+title: "Astro DevsCard"
description: >-
O template DevsCard contém as configurações para criar seu currículo online e impresso usando o projeto DevsCard.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/devscard) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Currículo online |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/devscard) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Currículo online |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-ecommerce.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-ecommerce.mdx
index b24341b4d8..181925ab42 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-ecommerce.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-ecommerce.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro E-commerce"
+title: "Astro E-commerce"
description: >-
O template Astro E-commerce oferece uma solução inicial para implantar rapidamente seu projeto web de e-commerce. Construído sobre a arquitetura de ilha de próxima geração do Astro, ele apresenta um design simples que inclui componentes e funcionalidades para facilitar um processo de personalização mais tranquilo.
permalink: /documentacao/produtos/templates/astro-ecommerce/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-ecommerce) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-ecommerce) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/en/documentation/products/guides/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-lit.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-lit.mdx
index 7ac5ca7ce3..f35790d7f5 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-lit.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-lit.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Lit"
+title: "Astro com Framework Lit"
description: >-
O template Astro com Framework Lit faz o deploy de uma nova edge application baseada em Astro trabalhando com Lit.
permalink: /documentacao/produtos/templates/astro-lit/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-lit) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-lit) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/en/documentation/products/guides/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdoc.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdoc.mdx
index dbca36a909..2a17f23502 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdoc.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdoc.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Markdoc"
+title: "Astro com Markdoc"
description: >-
O template Astro com Markdoc faz o deploy de uma nova edge application baseada em Astro trabalhando com a integração experimental do Markdoc.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdoc) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdoc) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-plugins.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-plugins.mdx
index b9555adc44..6b6b992ada 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-plugins.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-plugins.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Markdown com plugins"
+title: "Astro Markdown com plugins"
description: >-
O template Astro Markdown com plugins demonstra o suporte nativo do Astro a Markdown com plugins adicionais fornecidos pelo usuário.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-plugins) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-plugins) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-shiki.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-shiki.mdx
index ac889068a1..9742e7fee5 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-shiki.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-markdown-shiki.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Shiki"
+title: "Astro com Shiki"
description: >-
O template Astro Markdown com Shiki demonstra como combinar o suporte nativo do Astro a Markdown com o Shiki para realce de sintaxe em blocos de código. Ideal para blogs técnicos, documentações ou qualquer site que precise de um visual moderno e legível para códigos.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-shiki) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-shiki) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-mdx.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-mdx.mdx
index 3efe5ca417..be3ec6ace8 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-mdx.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-mdx.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com MDX"
+title: "Astro com MDX"
description: >-
O template Astro com MDX faz o deploy de uma nova edge application baseada em Astro, usando o @astrojs/mdx para criar conteúdo com MDX.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-mdx) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-mdx) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-minimal.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-minimal.mdx
index 8d291c07c9..1bdfddb46e 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-minimal.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-minimal.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro minimal"
+title: "Astro minimal"
description: >-
O template Astro minimal faz o deploy de um projeto Astro minimalista.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-init) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-init) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
index 8042b79d85..8f0c2bd27f 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-multiple-frameworks.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Múltiplos Frameworks"
+title: "Astro com Múltiplos Frameworks"
description: >-
O template Astro com Múltiplos Frameworks demonstra o suporte nativo do Astro para diversos frameworks.
permalink: /documentacao/produtos/templates/astro-multiple-frameworks/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-multiple) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-multiple) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/en/documentation/products/guides/astro-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-nanostores.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-nanostores.mdx
index 1ceb89f22f..f12d725be4 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-nanostores.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-nanostores.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Nano stores"
+title: "Astro Nano stores"
description: >-
O template Astro com Nano Stores demonstra o suporte nativo do Astro a nanostores para fornecer um estado compartilhado entre componentes de qualquer framework.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-nanostores) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | E-commerce|
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-nanostores) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | E-commerce|
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-non-html.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-non-html.mdx
index 32bdcfd03a..2833facfcc 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-non-html.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-non-html.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com páginas non-HTML"
+title: "Astro com páginas non-HTML"
description: >-
O template Astro com Non-HTML Pages ajuda você a fazer o deploy de uma edge application baseada em Astro capaz de trabalhar com páginas que não são HTML.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-non-html-pages) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-non-html-pages) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-pdf-resume.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-pdf-resume.mdx
index aefd000369..da9e544db1 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-pdf-resume.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-pdf-resume.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Webpage para currículo PDF"
+title: "Astro Webpage para currículo PDF"
description: >-
O template Webpage to PDF Resume contém as configurações para criar um currículo para web, impressão ou PDF usando o template Webpage to PDF Resume. Após o deploy, você pode atualizá-lo com suas informações e criar seu portfólio.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/webpage-pdf-resume) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Currículo online |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/webpage-pdf-resume) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Currículo online |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-portfolio.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-portfolio.mdx
index a50d9b1446..248a4c318e 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-portfolio.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-portfolio.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Portfolio"
+title: "Astro Portfolio"
description: >-
O template Astro Portfolio ajuda você a criar seu portfólio online usando um exemplo baseado em Astro.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-portfolio) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Portfólio profissional |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-portfolio) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Portfólio profissional |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-preact.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-preact.mdx
index 8f2ea48b37..c5c5377793 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-preact.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-preact.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Preact"
+title: "Astro com Framework Preact"
description: >-
O template Astro com Framework Preact faz o deploy de uma nova edge application baseada em Astro trabalhando com Preact.
permalink: /documentacao/produtos/templates/astro-preact/
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-preact) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-preact) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-quickstore.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-quickstore.mdx
index bf897d38ba..865ef087a2 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-quickstore.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-quickstore.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Quickstore"
+title: "Astro Quickstore"
description: >-
O Astro Quickstore ajuda você a configurar rapidamente e fazer o deploy no edge usando o framework Astro e Tailwind CSS.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-quickstore) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | E-commerce|
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-quickstore) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | E-commerce|
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-react.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-react.mdx
index 57a5f68ea3..7fa1a1b85d 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-react.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-react.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework React"
+title: "Astro com Framework React"
description: >-
O template Astro com o Framework React implementa uma nova edge application baseada no Astro funcionando com React.
permalink: /documentacao/produtos/templates/astro-react/
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-react) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-react) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-solid.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-solid.mdx
index 12b4f84727..d3e424b34c 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-solid.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-solid.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Solid"
+title: "Astro com Framework Solid"
description: >-
O template Astro com Framework Solid faz o deploy de uma nova edge application baseada em Astro trabalhando com Solid.
permalink: /documentacao/produtos/templates/astro-solid/
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-solid) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-solid) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-starlog.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-starlog.mdx
index 4d3afd8f75..69c62093dd 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-starlog.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-starlog.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro Starlog"
+title: "Astro Starlog"
description: >-
O template Astro Starlog ajuda você a criar Release Notes usando este tema para Astro.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-starlog) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Release notes de projetos |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-starlog) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Release notes de projetos |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-svelte.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-svelte.mdx
index 64f13b077e..41cb171ac5 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-svelte.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-svelte.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Svelte"
+title: "Astro com Framework Svelte"
description: >-
O template Astro com Framework Svelte faz o deploy de uma nova edge application baseada em Astro trabalhando com Svelte.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-svelte) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-svelte) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-tailwind.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-tailwind.mdx
index 9790b2e742..225745e027 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-tailwind.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-tailwind.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Tailwind"
+title: "Astro com Tailwind"
description: >-
O template Astro com Tailwind CSS faz o deploy de uma nova edge application baseada em Astro trabalhando com Tailwind CSS.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-tailwindcss) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-tailwindcss) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vitest.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vitest.mdx
index 4fcf95200b..1441174dfc 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vitest.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vitest.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Vitest"
+title: "Astro com Vitest"
description: >-
O template Astro com Vitest faz o deploy de uma nova edge application baseada em Astro trabalhando com Vitest.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-vitest) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-vitest) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vue.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vue.mdx
index 4e63fe908b..e8ecc154a4 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vue.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/astro/astro-vue.mdx
@@ -1,5 +1,5 @@
---
-title: " Astro com Framework Vue"
+title: "Astro com Framework Vue"
description: >-
O template Astro com Framework Vue faz o deploy de uma nova edge application baseada em Astro trabalhando com Vue.
meta_tags: >-
@@ -11,29 +11,26 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-vue) |
- | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-vue) |
+ | Framework | [Astro](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/astro/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
index 4adc419a61..adfc38614b 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/butter-cms-gatsby-starter.mdx
@@ -1,5 +1,5 @@
---
-title: " ButterCMS + Gatsby Starter Project"
+title: "ButterCMS + Gatsby Starter Project"
description: >-
O template ButterCMS + Gatsby Starter Project cria um projeto inicial do Gatsby totalmente funcional, completamente integrado ao ButterCMS, um dos principais CMS headless que facilita a gestão colaborativa de conteúdo da sua aplicação.
permalink: /documentacao/produtos/templates/gatsby-butter-starter/
@@ -11,10 +11,9 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
+ >
+
| Item | Detalhes |
|:----------|:------|
@@ -36,6 +33,7 @@ import Container from 'azion-webkit/container';
-
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/butter-templates-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-blog.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-blog.mdx
index 8b4aeb60e5..7a3be67b4b 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-blog.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-blog.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby Blog Starter Kit"
+title: "Gatsby Blog Starter Kit"
description: >-
O Gatsby Blog Starter Kit inclui as configurações necessárias para criar uma nova página de blog baseada no framework Gatsby. Após o deploy, você pode interagir com os posts e a interface padrão que já existem neste template e personalizá-los.
permalink: /documentacao/produtos/templates/gatsby-blog/
@@ -11,10 +11,9 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
+ >
+
| Item | Detalhes |
|:----------|:------|
@@ -36,6 +33,7 @@ import Container from 'azion-webkit/container';
-
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/gatsby-blog-starter-kit/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
index 230cd27eb7..a1fc0aa76e 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby Boilerplate"
+title: "Gatsby Boilerplate"
description: >-
O Gatsby Boilerplate ajuda você a construir uma Single-Page Application (SPA) baseada no framework Gatsby. Ao usar o boilerplate, diversas etapas são encapsuladas e automatizadas, desde o gerenciamento do repositório até o deploy.
permalink: /documentacao/produtos/templates/gatsby-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-boilerplate) |
- | Framework | [Gatsby](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/gatsby/) |
- | Caso de uso | Single page application |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/gatsby/gatsby-boilerplate) |
+ | Framework | [Gatsby](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/gatsby/) |
+ | Caso de uso | Single page application |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/gatsby-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
index b7adccbaf6..207010ec5b 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx
@@ -1,5 +1,5 @@
---
-title: " Gatsby E-commerce Theme"
+title: "Gatsby E-commerce Theme"
description: >-
O template Gatsby E-commerce Theme permite que você implante um site de e-commerce baseado em Gatsby em apenas alguns passos, diretamente na borda. Ele inclui componentes estilizados e ferramentas para adicionar funcionalidades, facilitando o processo de personalização.
permalink: /documentacao/produtos/templates/gatsby-ecommerce/
@@ -11,10 +11,9 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
+ >
+
| Item | Detalhes |
|:----------|:------|
@@ -36,6 +33,7 @@ import Container from 'azion-webkit/container';
-
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/gatsby-ecommerce-theme/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-agency.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-agency.mdx
index 4acf15cc61..f517044546 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-agency.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-agency.mdx
@@ -1,5 +1,5 @@
---
-title: " Cosmic Agency"
+title: "Cosmic Agency"
description: >-
O template CosmicJS Agency Website ajuda você a criar e implementar uma presença online dinâmica e visualmente atraente, com sites personalizáveis para exibir seus serviços e portfólio.
permalink: /documentacao/produtos/templates/cosmic-agency/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-agency) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-agency) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/cosmic-agency-website/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
index bc475574a4..80194e74f1 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/cosmic-next-blog.mdx
@@ -1,5 +1,5 @@
---
-title: " Cosmic Simple Next.js Blog"
+title: "Cosmic Simple Next.js Blog"
description: >-
O template Cosmic Simple Next.js Blog ajuda você a criar e gerenciar um blog com facilidade, combinando a performance do Next.js com o gerenciamento de conteúdo do Cosmic headless CMS.
permalink: /documentacao/produtos/templates/cosmic-nextjs-blog/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-simple-nextjs-blog) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Blog |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/cosmic-simple-nextjs-blog) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Blog |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/cosmic-simple-next-blog/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/kupingplug.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/kupingplug.mdx
index d508968da0..6a1342155e 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/kupingplug.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/kupingplug.mdx
@@ -1,5 +1,5 @@
---
-title: " Kupingplug Store"
+title: "Kupingplug Store"
description: >-
O template Kupingplug oferece uma opção para criar e implementar facilmente um site de e-commerce usando TailwindCSS e Next.js.
permalink: /documentacao/produtos/templates/kupingplug/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/kupingplug) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/kupingplug) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
index 9a2042fbc3..4388fb8492 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-config.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js App + Configurations"
+title: "Next.js App + Configurations"
description: >-
O template Next.js App + Configurations oferece um início rápido para construir uma aplicação Next.js com configurações personalizadas e App Router para executá-la diretamente na edge. Next.js App + Configurations também cria arquivos para implementar o formato App Router, incluindo a página inicial, roteamento de API no edge e Custom Route Handlers, criados no novo repositório durante o deploy.
permalink: /documentacao/produtos/templates/nextjs-app-configurations/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-config) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-config) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/nextjs-app-configurations/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
index c2a4fd3d03..44fe4c3b63 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js App + Middleware"
+title: "Next.js App + Middleware"
description: >-
O Next.js App + Middleware acelera o deploy de uma aplicação Next.js com configurações personalizadas, App Router e um middleware para executá-la diretamente no edge. Next.js App + Middleware cria arquivos para implementar o formato App Router, com a página inicial, roteamento de API no edge e Custom Route Handler criados no novo repositório durante o deploy. Também inclui um middleware que permite modificar a resposta de uma requisição e controlar diferentes aspectos da aplicação, como realizar redirecionamentos, definir headers, entre outros.
permalink: /documentacao/produtos/templates/nextjs-app-midddleware/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-middleware) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-app-13-5-9-middleware) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/nextjs-app-middleware/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
index a7bf6610aa..a61e6e1ee4 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-ecommerce-stationary.mdx
@@ -1,5 +1,5 @@
---
-title: " Stationery E-commerce with Next.js"
+title: "Stationery E-commerce with Next.js"
description: >-
O template E-commerce Stationery Next.js permite que você implemente um site de e-commerce baseado em Next.js em poucos passos, diretamente no edge. Ele inclui componentes e ferramentas para adicionar funcionalidades, facilitando o processo de customização.
permalink: /documentacao/produtos/templates/stationary-ecommerce/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/ecommerce-stationery-nextjs) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/ecommerce-stationery-nextjs) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/next-js-ecommerce-collection/).
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
index a23e365260..d4217b71e2 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Pages + Configurations"
+title: "Next.js Pages + Configurations"
description: >-
O template Next.js Pages + Configurations permite que você faça o deploy rapidamente de uma aplicação Next.js com Pages Router e configurações personalizadas. Next.js Pages + Configurations também cria arquivos para implementar o formato Pages Router, utilizando um roteador baseado no sistema de arquivos para mapear cada arquivo para uma rota.
permalink: /documentacao/produtos/templates/nextjs-pages-configurations/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-config) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-config) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/nextjs-pages-configurations/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
index 82f0cc5404..ec11e860c6 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Pages + Middleware"
+title: "Next.js Pages + Middleware"
description: >-
Conheça o template Next.js Pages + Middleware, que permite fazer o deploy rapidamente de uma aplicação Next.js com Pages Router, um middleware e configurações personalizadas.
permalink: /documentacao/produtos/templates/nextjs-pages-middleware/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-middleware) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-pages-13-5-9-middleware) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/nextjs-pages-middleware/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
index d34e3b053d..d1553e7d3c 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-static-boilerplate-14.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Static Boilerplate"
+title: "Next.js Static Boilerplate"
description: >-
O Next.js Static Boilerplate oferece uma solução automatizada para simplificar e aprimorar o deploy de aplicações Next.js Static diretamente no edge. Com este boilerplate, você acelera o fluxo de trabalho para construir interfaces e aplicações web.
permalink: /documentacao/produtos/templates/nextjs-static-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-static-boilerplate-14) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-static-boilerplate-14) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre o deploy deste template, acesse o [guia do template](/pt-br/documentacao/produtos/guias/nextjs-static-boilerplate/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-store-react.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
index c41a826c3f..ebbaf2f193 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/nextjs-store-react.mdx
@@ -1,5 +1,5 @@
---
-title: " Next.js Store"
+title: "Next.js Store"
description: >-
O template Next.js Store Ecommerce oferece uma solução inicial para implantar rapidamente o seu projeto web de e-commerce baseado em Next.js. Este repositório é um exemplo do novo repositório do GitHub criado durante o deploy.
permalink: /documentacao/produtos/templates/nextjs-store/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-store-ecommerce-template) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/nextjs-store-ecommerce-template) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/space-jelly-shop.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
index bf79f1eb9e..849a8aef24 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/nextjs/space-jelly-shop.mdx
@@ -1,5 +1,5 @@
---
-title: " Space Jelly Shop"
+title: "Space Jelly Shop"
description: >-
O template Space Jelly Shop ajuda você a implantar rapidamente um novo e-commerce moderno construído com Next.js, React e TypeScript. Este projeto utiliza o use-shopping-cart para gerenciar o carrinho de compras e a lógica de integração com Stripe.
permalink: /documentacao/produtos/templates/space-jelly-shop/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/space-jelly-shop) |
- | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
- | Caso de Uso | E-commerce |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/nextjs/space-jelly-shop) |
+ | Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
+ | Caso de Uso | E-commerce |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/next-js-ecommerce-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/butter-react-starter.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/butter-react-starter.mdx
index 4bf26beff4..05315290d2 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/butter-react-starter.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/butter-react-starter.mdx
@@ -1,5 +1,5 @@
---
-title: " ButterCMS + React Starter Project"
+title: "ButterCMS + React Starter Project"
description: >-
O template ButterCMS + React Starter Project cria um projeto inicial totalmente funcional em React, completamente integrado ao ButterCMS, um dos principais headless CMS que facilita o gerenciamento de conteúdo colaborativo da sua aplicação.
permalink: /documentacao/produtos/templates/react-buttercms/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/react-starter-buttercms) |
- | Framework | [React](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/react/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/react-starter-buttercms) |
+ | Framework | [React](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/react/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/butter-templates-collection/).
\ No newline at end of file
diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/react-boilerplate.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/react-boilerplate.mdx
index 0cef711f1e..259cdbd17a 100644
--- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/react-boilerplate.mdx
+++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/template-showcase/react/react-boilerplate.mdx
@@ -1,5 +1,5 @@
---
-title: " React Boilerplate"
+title: React Boilerplate
description: >-
O React Boilerplate foi projetado para simplificar e aprimorar o processo de deploy de aplicações React.js diretamente no edge.
permalink: /documentacao/produtos/templates/react-boilerplate/
@@ -11,31 +11,28 @@ menu_namespace: runtimeMenu
---
import LinkButton from 'azion-webkit/linkbutton';
-import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
+import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue';
import Container from 'azion-webkit/container';
-
-
-
-
-
-
- | Item | Detalhes |
- |:----------|:------|
- | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/reactjs-boilerplate) |
- | Framework | [React](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/react/) |
- | Caso de uso | Geral |
-
-
-

-
-
+
+
+
+ | Item | Detalhes |
+ |:----------|:------|
+ | Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/react/reactjs-boilerplate) |
+ | Framework | [React](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/react/) |
+ | Caso de uso | Geral |
+
+
+

+
+
+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/react-boilerplate/).
\ No newline at end of file