From 599672c03140b40ce6b638e4863784d57d03b935 Mon Sep 17 00:00:00 2001 From: lfsigreja Date: Wed, 6 Aug 2025 23:13:06 +0100 Subject: [PATCH 1/5] Add Fragment slot content structure to template files --- .../SectionBasicContent.vue | 93 +++++++++++++++++++ .../angular/angular-boilerplate.mdx | 48 +++++----- .../angular/angular-butter.mdx | 48 +++++----- .../angular/angular-sanity.mdx | 48 +++++----- .../template-showcase/astro/astro-alpine.mdx | 32 +++---- .../astro/astro-audiophile.mdx | 48 +++++----- .../astro/astro-blog-starter-kit.mdx | 48 +++++----- .../astro/astro-boilerplate.mdx | 48 +++++----- .../astro/astro-clean-sanity.mdx | 48 +++++----- .../astro/astro-cosmic-blog.mdx | 48 +++++----- .../astro/astro-devscard.mdx | 48 +++++----- .../astro/astro-ecommerce.mdx | 46 +++++---- .../template-showcase/astro/astro-lit.mdx | 48 +++++----- .../template-showcase/astro/astro-markdoc.mdx | 48 +++++----- .../astro/astro-markdown-plugins.mdx | 49 +++++----- .../astro/astro-markdown-shiki.mdx | 49 +++++----- .../template-showcase/astro/astro-mdx.mdx | 19 ++-- .../template-showcase/astro/astro-minimal.mdx | 48 +++++----- .../astro/astro-multiple-frameworks.mdx | 48 +++++----- .../astro/astro-nanostores.mdx | 48 +++++----- .../astro/astro-non-html.mdx | 48 +++++----- .../astro/astro-pdf-resume.mdx | 34 ++++--- .../astro/astro-portfolio.mdx | 48 +++++----- .../template-showcase/astro/astro-preact.mdx | 48 +++++----- .../astro/astro-quickstore.mdx | 48 +++++----- .../template-showcase/astro/astro-react.mdx | 48 +++++----- .../template-showcase/astro/astro-solid.mdx | 48 +++++----- .../template-showcase/astro/astro-starlog.mdx | 49 +++++----- .../template-showcase/astro/astro-svelte.mdx | 48 +++++----- .../astro/astro-tailwind.mdx | 48 +++++----- .../template-showcase/astro/astro-vitest.mdx | 47 +++++----- .../template-showcase/astro/astro-vue.mdx | 48 +++++----- .../gatsby/butter-cms-gatsby-starter.mdx | 48 +++++----- .../template-showcase/gatsby/gatsby-blog.mdx | 48 +++++----- .../gatsby/gatsby-boilerplate.mdx | 48 +++++----- .../gatsby/gatsby-ecommerce.mdx | 48 +++++----- .../nextjs/cosmic-agency.mdx | 48 +++++----- .../nextjs/cosmic-next-blog.mdx | 48 +++++----- .../template-showcase/nextjs/kupingplug.mdx | 48 +++++----- .../nextjs/nextjs-app-13-5-9-config.mdx | 48 +++++----- .../nextjs/nextjs-app-13-5-9-middleware.mdx | 48 +++++----- .../nextjs/nextjs-ecommerce-stationary.mdx | 48 +++++----- .../nextjs/nextjs-pages-13-5-9-config.mdx | 48 +++++----- .../nextjs/nextjs-pages-13-5-9-middleware.mdx | 48 +++++----- .../nextjs/nextjs-static-boilerplate-14.mdx | 48 +++++----- .../nextjs/nextjs-store-react.mdx | 48 +++++----- .../nextjs/space-jelly-shop.mdx | 48 +++++----- .../react/butter-react-starter.mdx | 48 +++++----- .../react/react-boilerplate.mdx | 48 +++++----- .../react/react-boilerplate.mdx | 49 +++++----- 50 files changed, 1195 insertions(+), 1192 deletions(-) create mode 100644 src/components/SectionBasicContent/SectionBasicContent.vue diff --git a/src/components/SectionBasicContent/SectionBasicContent.vue b/src/components/SectionBasicContent/SectionBasicContent.vue new file mode 100644 index 0000000000..b405fe925c --- /dev/null +++ b/src/components/SectionBasicContent/SectionBasicContent.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx index 5296a63723..b7e3caecc8 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx @@ -1,5 +1,5 @@ --- -title: "   Angular Boilerplate" +title: "Angular Boilerplate" description: >- Jumpstart your web development with the Angular Boilerplate—a foundation for deploying Angular applications, a robust framework for building dynamic and responsive user interfaces. permalink: /documentation/products/templates/angular-boilerplate/ @@ -11,31 +11,29 @@ 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/angular/angular-boilerplate) | - | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | - | Use Case | General | -
-
- Angular Boilerplate -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/angular-boilerplate) | + | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | + | Use Case | General | +
+
+ Angular Boilerplate +
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/angular-boilerplate/). \ No newline at end of file diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-butter.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-butter.mdx index b6ee6f2ab4..7a8fb70c0c 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-butter.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-butter.mdx @@ -1,5 +1,5 @@ --- -title: " ButterCMS + Angular Starter Project" +title: "ButterCMS + Angular Starter Project" description: >- The ButterCMS + Angular Starter Project template creates a fully-functional Angular starter project, completely integrated with ButterCMS, a leading headless CMS that makes collaborative content management of your application easier. permalink: /documentation/products/templates/angular-buttercms/ @@ -11,31 +11,29 @@ 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/angular/angular-starter-buttercms) | - | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | - | Use Case | General | -
-
- Angular + ButterCMS -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/angular-starter-buttercms) | + | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | + | Use Case | General | +
+
+ Angular + ButterCMS +
+
+
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/angular/angular-sanity.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-sanity.mdx index c9f824cae3..fa6ed92f34 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-sanity.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-sanity.mdx @@ -1,5 +1,5 @@ --- -title: " Clean Angular + Sanity app" +title: "Clean Angular + Sanity app" description: >- The Clean Angular + Sanity application template creates an Angular application with a Sanity Studio, which is an open-source React application that connects to your Sanity project's hosted dataset. The Studio is configured locally and can then be deployed for content collaboration. permalink: /documentation/products/templates/angular-sanity/ @@ -11,31 +11,29 @@ 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/angular/sanity-angular-clean) | - | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | - | Use Case | General | -
-
- Angular + Sanity -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/angular/sanity-angular-clean) | + | Framework | [Angular](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/angular/) | + | Use Case | General | +
+
+ Angular + Sanity +
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/clean-angular-sanity/). \ No newline at end of file diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-alpine.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-alpine.mdx index e068485aaf..14a72e0ee2 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-alpine.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-alpine.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro with Alpine Framework" +title: "Astro with Alpine Framework" description: >- The Astro with Alpine Framework template deploys a new edge application based on Astro working with Alpine.js. permalink: /documentation/products/templates/astro-alpine/ @@ -12,7 +12,7 @@ menu_namespace: runtimeMenu import LinkButton from 'azion-webkit/linkbutton'; import Container from 'azion-webkit/container'; -import SectionBasicContent from 'azion-webkit/sectionbasiccontent'; +import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicContent.vue'; - -
-
- | Item | Details | - |:----------|:------| - | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-alpine) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro With Alpine -
-
+> + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-alpine) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro With Alpine +
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/astro-ecommerce-collection/). diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-audiophile.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-audiophile.mdx index 93005799e7..d04c266147 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-audiophile.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-audiophile.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro Audiophile" +title: "Astro Audiophile" description: >- Explore our Astro Audiophile template, a quick option for deploying an e-commerce website. permalink: /documentation/products/templates/astro-audiophile/ @@ -11,31 +11,29 @@ 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-audiophile) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | E-commerce | -
-
- Astro Audiophile -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-audiophile) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | E-commerce | +
+
+ Astro Audiophile +
+
+
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-blog-starter-kit.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx index 427ace648e..93bda372fe 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-blog-starter-kit.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro Blog Starter Kit" +title: "Astro Blog Starter Kit" description: >- Astro Blog Starter Kit contains the configurations to create a new blog page based on the Astro 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/astro-blog-starter-kit/ @@ -11,31 +11,29 @@ 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-blog) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | Blog | -
-
- Astro Blog Starter Kit -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-blog) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | Blog | +
+
+ Astro Blog Starter Kit +
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/astro-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/astro/astro-boilerplate.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-boilerplate.mdx index 60fe0f697a..d8992477bc 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-boilerplate.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-boilerplate.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro Boilerplate" +title: "Astro Boilerplate" description: >- Explore our Astro Boilerplate, and start using the Astro framework as quickly as possible. permalink: /documentation/products/templates/astro-boilerplate/ @@ -11,31 +11,29 @@ 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-audiophile) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | Basic template for static websites | -
-
- Astro Boilerplate -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-audiophile) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | Basic template for static websites | +
+
+ Astro Boilerplate +
+
+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/astro-boilerplate/). diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-clean-sanity.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-clean-sanity.mdx index 48a0e40aa8..1b05a119f2 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-clean-sanity.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-clean-sanity.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro with Sanity" +title: "Astro with Sanity" description: >- The Clean Astro + Sanity application template creates a minimal Astro website integrated with Sanity.io for content management. 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/sanity-astro-clean) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro with Sanity -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/sanity-astro-clean) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro with Sanity +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-cosmic-blog.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-cosmic-blog.mdx index 17fec99062..2c3c74273a 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-cosmic-blog.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-cosmic-blog.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro Cosmic Blog" +title: "Astro Cosmic Blog" description: >- The Cosmic Simple Astro Blog template helps you create and manage a blog easily, combining Astro's performance with Cosmic headless CMS for content management. 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/cosmic-simple-astro-blog) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | Blog | -
-
- Astro Blog with Cosmic -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/cosmic-simple-astro-blog) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | Blog | +
+
+ Astro Blog with Cosmic +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-devscard.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-devscard.mdx index 14aa390bb8..c1816f1437 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-devscard.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-devscard.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro DevsCard" +title: "Astro DevsCard" description: >- The DevsCard template contains the configurations to create your online and paper resume using the DevsCard project. 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/devscard) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | Online resume | -
-
- Astro Devscard resume -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/devscard) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | Online resume | +
+
+ Astro Devscard resume +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-ecommerce.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-ecommerce.mdx index a3e2835c4e..940c914b3a 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-ecommerce.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-ecommerce.mdx @@ -11,31 +11,29 @@ 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-ecommerce) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | E-commerce | -
-
- Astro E-commerce -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-ecommerce) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | E-commerce | +
+
+ Astro E-commerce +
+
+
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-lit.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-lit.mdx index af90a491f4..16ad07f28a 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-lit.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-lit.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro with Lit Framework" +title: "Astro with Lit Framework" description: >- The Astro with Framework Lit template deploys a new edge application based on Astro working with Lit. permalink: /documentation/products/templates/astro-lit/ @@ -11,31 +11,29 @@ 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-lit) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro with Lit -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-framework-lit) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro with Lit +
+
+
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-markdoc.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdoc.mdx index e9199f3257..9be7d39d76 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdoc.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdoc.mdx @@ -1,5 +1,5 @@ --- -title: "   Astro with Markdoc" +title: "Astro with Markdoc" description: >- The Astro with Markdoc template deploys a new edge application based on Astro working with the experimental Markdoc integration. 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/astro-with-markdoc) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro with Markdoc -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdoc) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro with Markdoc +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx index 2fbdf9a755..45084f2441 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx @@ -1,5 +1,5 @@ --- -title: " Astro Markdown with plugins" +title: "Astro Markdown with plugins" description: >- The Astro Markdown with plugins template showcases Astro's built-in Markdown support with additional, user-provided plugins. meta_tags: >- @@ -11,29 +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-with-markdown-plugins) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro markdown with plugins -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-plugins) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro markdown with plugins +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-shiki.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-shiki.mdx index 6c083a25e2..977c13f405 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-shiki.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-shiki.mdx @@ -1,5 +1,5 @@ --- -title: " Astro Markdown with Shiki" +title: "Astro Markdown with Shiki" description: >- The Astro Markdown with Shiki template demonstrates how to combine Astro's built-in Markdown support with Shiki for syntax highlighting in code blocks. It's ideal for technical blogs, documentation, or any website that needs a modern and readable code display. meta_tags: >- @@ -11,29 +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-with-markdown-shiki) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro markdown with shiki -
-
+ + +
+ | Item | Details | + |:----------|:------| + | Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/astro/astro-with-markdown-shiki) | + | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | + | Use Case | General | +
+
+ Astro markdown with shiki +
+
+
diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-mdx.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-mdx.mdx index fb15bd3d74..cd7272d13c 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-mdx.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-mdx.mdx @@ -1,5 +1,5 @@ --- -title: " Astro with MDX" +title: "Astro with MDX" description: >- The Astro with MDX template deploys a new edge application based on Astro, using @astrojs/mdx to author content using MDX. meta_tags: >- @@ -11,22 +11,19 @@ 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-mdx) | @@ -36,4 +33,6 @@ import Container from 'azion-webkit/container';
Astro markdown with shiki
-
+
+ + 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..b4965a2a25 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,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/astro-init) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro minimal -
-
+ + +
+ | 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 | +
+
+ Astro minimal +
+
+
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..4d4ccc2284 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,29 @@ 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 | -
-
- Astro with multiple frameworks -
-
+ + +
+ | 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 | +
+
+ Astro with multiple frameworks +
+
+
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..89996274a9 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,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/astro-with-nanostores) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | E-commerce| -
-
- Astro markdown with shiki -
-
+ + +
+ | 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| +
+
+ Astro markdown with shiki +
+
+
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..98d80839b4 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,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/astro-non-html-pages) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | General | -
-
- Astro non html demo -
-
+ + +
+ | 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 | +
+
+ Astro non html demo +
+
+
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 | -
-
- Astro Webpage to pdf 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 | +
+
+ Astro Webpage to pdf 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..2219472c3c 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,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/astro-portfolio) | - | Framework | [Astro](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/astro/) | - | Use Case | Professional portfolio | -
-
- Astro 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 | +
+
+ Astro 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..2abf8fa298 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,27 @@ 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 | -
-
- Astro with Preact -
-
+ + +
+ | 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 | +
+
+ Astro with Preact +
+
+
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..428fef1dec 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,27 @@ 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 | -
-
- Astro Quickstore -
-
+ + +
+ | 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 | +
+
+ Astro Quickstore +
+
+
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..c63741b998 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,27 @@ 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 | -
-
- Astro with React -
-
+ + +
+ | 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 | +
+
+ Astro with React +
+
+
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..6228f72b4b 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,27 @@ 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 | -
-
- Astro with Solid -
-
+ + +
+ | 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 | +
+
+ Astro with Solid +
+
+
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..0fb0a22df6 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,28 @@ 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 | -
-
- Astro Starlog -
-
+ + +
+ | 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 | +
+
+ Astro Starlog +
+
+
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..c74838653d 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,27 @@ 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 | -
-
- Astro with Svelte -
-
+ + +
+ | 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 | +
+
+ Astro with Svelte +
+
+
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..1ce10f737b 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,27 @@ 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 | -
-
- Astro with tailwind css -
-
+ + +
+ | 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 | +
+
+ Astro with tailwind css +
+
+
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 f733556392..0e2dabbf47 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 @@ -10,29 +10,28 @@ 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 | -
-
- Astro with vitest -
-
+ + +
+ | 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 | +
+
+ Astro with vitest +
+
+
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..a1d3ce3158 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,27 @@ 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 | -
-
- Astro with Vue -
-
+ + +
+ | 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 | +
+
+ Astro with Vue +
+
+
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..fe7bb3e4e1 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,29 @@ 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 | -
-
- Gatsby blog starter kit template -
-
+ + +
+ | 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 | +
+
+ Gatsby blog starter kit template +
+
+
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..48f01a820a 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,29 @@ 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 | -
-
- Gatsby blog starter kit template -
-
+ + +
+ | 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 | +
+
+ Gatsby blog starter kit template +
+
+
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..a71277d744 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,29 @@ 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 | -
-
- Gatsby blog starter kit template -
-
+ + +
+ | 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 | +
+
+ Gatsby blog starter kit template +
+
+
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..4d04e87f9d 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,29 @@ 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 | -
-
- Gatsby E-commerce theme -
-
+ + +
+ | 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 | +
+
+ Gatsby E-commerce theme +
+
+
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..ba82647cd3 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..82c2c296ec 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,29 @@ 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 | -
-
- Cosmic Blog template -
-
+ + +
+ | 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 | +
+
+ Cosmic Blog template +
+
+
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..af38fa9f40 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..3b69dc65b6 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,29 @@ 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 | -
-
- Next js app configurations template -
-
+ + +
+ | 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 | +
+
+ Next js app configurations template +
+
+
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..c408dddbdb 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,29 @@ 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 | -
-
- Next js app middleware template -
-
+ + +
+ | 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 | +
+
+ Next js app middleware template +
+
+
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..afa6d8c077 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..d7f50b58e0 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,29 @@ 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 | -
-
- Next js pages configurations template -
-
+ + +
+ | 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 | +
+
+ Next js pages configurations template +
+
+
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..a3f6142f1c 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,29 @@ 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 | -
-
- Space jelly store -
-
+ + +
+ | 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 | +
+
+ Space jelly store +
+
+
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..ad8f5b1594 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,29 @@ 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 | -
-
- Next.js static boilerplate -
-
+ + +
+ | 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 | +
+
+ Next.js static boilerplate +
+
+
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..301147f182 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..e945fb7e33 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,29 @@ 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 | -
-
- Space jelly store -
-
+ + +
+ | 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 | +
+
+ Space jelly store +
+
+
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..b2222c5bd6 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,29 @@ 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 | -
-
- React + ButterCMS -
-
+ + +
+ | 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 | +
+
+ React + ButterCMS +
+
+
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..77c942a50a 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,29 @@ 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 | -
-
- React Boilerplate -
-
+ + +
+ | 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 | +
+
+ React Boilerplate +
+
+
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/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..e7f6dc2cc6 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,30 @@ 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 | -
-
- React Boilerplate -
-
+ + +
+ | 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 | +
+
+ React Boilerplate +
+
+
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 From 868089c45f84a5d2506dbc4e7a652f15c4777dd7 Mon Sep 17 00:00:00 2001 From: lfsigreja Date: Wed, 6 Aug 2025 23:57:31 +0100 Subject: [PATCH 2/5] Add Fragment slot content structure to template files --- .../astro/astro-markdown-plugins.mdx | 1 - .../astro/astro-markdown-shiki.mdx | 1 - .../template-showcase/astro/astro-starlog.mdx | 1 - .../template-showcase/astro/astro-vitest.mdx | 1 - .../angular/angular-boilerplate.mdx | 16 +++---- .../angular/angular-butter.mdx | 48 +++++++++---------- .../angular/angular-sanity.mdx | 14 +++--- .../template-showcase/astro/astro-alpine.mdx | 48 +++++++++---------- .../astro/astro-audiophile.mdx | 48 +++++++++---------- .../astro/astro-blog-starter-kit.mdx | 48 +++++++++---------- .../astro/astro-boilerplate.mdx | 48 +++++++++---------- .../astro/astro-clean-sanity.mdx | 48 +++++++++---------- .../astro/astro-cosmic-blog.mdx | 48 +++++++++---------- .../astro/astro-devscard.mdx | 48 +++++++++---------- .../astro/astro-ecommerce.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-lit.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-markdoc.mdx | 48 +++++++++---------- .../astro/astro-markdown-plugins.mdx | 48 +++++++++---------- .../astro/astro-markdown-shiki.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-mdx.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-minimal.mdx | 48 +++++++++---------- .../astro/astro-multiple-frameworks.mdx | 48 +++++++++---------- .../astro/astro-nanostores.mdx | 48 +++++++++---------- .../astro/astro-non-html.mdx | 48 +++++++++---------- .../astro/astro-pdf-resume.mdx | 48 +++++++++---------- .../astro/astro-portfolio.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-preact.mdx | 48 +++++++++---------- .../astro/astro-quickstore.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-react.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-solid.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-starlog.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-svelte.mdx | 48 +++++++++---------- .../astro/astro-tailwind.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-vitest.mdx | 48 +++++++++---------- .../template-showcase/astro/astro-vue.mdx | 48 +++++++++---------- .../gatsby/butter-cms-gatsby-starter.mdx | 14 +++--- .../template-showcase/gatsby/gatsby-blog.mdx | 14 +++--- .../gatsby/gatsby-boilerplate.mdx | 48 +++++++++---------- .../gatsby/gatsby-ecommerce.mdx | 14 +++--- .../nextjs/cosmic-agency.mdx | 48 +++++++++---------- .../nextjs/cosmic-next-blog.mdx | 48 +++++++++---------- .../template-showcase/nextjs/kupingplug.mdx | 48 +++++++++---------- .../nextjs/nextjs-app-13-5-9-config.mdx | 48 +++++++++---------- .../nextjs/nextjs-app-13-5-9-middleware.mdx | 48 +++++++++---------- .../nextjs/nextjs-ecommerce-stationary.mdx | 48 +++++++++---------- .../nextjs/nextjs-pages-13-5-9-config.mdx | 48 +++++++++---------- .../nextjs/nextjs-pages-13-5-9-middleware.mdx | 48 +++++++++---------- .../nextjs/nextjs-static-boilerplate-14.mdx | 48 +++++++++---------- .../nextjs/nextjs-store-react.mdx | 48 +++++++++---------- .../nextjs/space-jelly-shop.mdx | 48 +++++++++---------- .../react/butter-react-starter.mdx | 48 +++++++++---------- .../react/react-boilerplate.mdx | 1 - 52 files changed, 997 insertions(+), 1096 deletions(-) diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx index 45084f2441..a75396cd2e 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/astro/astro-markdown-plugins.mdx @@ -15,7 +15,6 @@ import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicCo import Container from 'azion-webkit/container'; - 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';
Angular Boilerplate
-
+
+ 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..55b728791c 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,29 @@ 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 | -
-
- Angular + ButterCMS -
-
+ + +
+ | 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 | +
+
+ Angular + ButterCMS +
+
+
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';
Angular + Sanity
-
+
+ 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..3a9dccc1c2 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,29 @@ 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 | -
-
- Astro With Alpine -
-
+ + +
+ | 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 | +
+
+ Astro With Alpine +
+
+
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..4b69927ffc 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,29 @@ 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 | -
-
- Astro Audiophile -
-
+ + +
+ | 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 | +
+
+ Astro Audiophile +
+
+
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..e33c5f55a4 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,29 @@ 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 | -
-
- Astro Blog Starter Kit -
-
+ + +
+ | 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 | +
+
+ Astro Blog Starter Kit +
+
+
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..c13a202a62 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,29 @@ 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 | -
-
- Astro Boilerplate -
-
+ + +
+ | 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 | +
+
+ Astro Boilerplate +
+
+
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..fa4f24c8d1 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,27 @@ 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 | -
-
- Astro with Sanity -
-
+ + +
+ | 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 | +
+
+ Astro with Sanity +
+
+
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..82156db9f9 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,27 @@ 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 | -
-
- Astro Blog with Cosmic -
-
+ + +
+ | 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 | +
+
+ Astro Blog with Cosmic +
+
+
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..d0e784a4f7 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,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 | 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 | -
-
- Astro Devscard resume -
-
+ + +
+ | 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 | +
+
+ Astro Devscard resume +
+
+
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..b3b890c4b0 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,29 @@ 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 | -
-
- Astro 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 | +
+
+ Astro 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..a9e6df7d21 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,29 @@ 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 | -
-
- Astro with Lit -
-
+ + +
+ | 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 | +
+
+ Astro with Lit +
+
+
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..dde1d248ef 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,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 | 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 | -
-
- Astro with Markdoc -
-
+ + +
+ | 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 | +
+
+ Astro with Markdoc +
+
+
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..44d78abc08 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,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 | 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 | -
-
- Astro markdown with plugins -
-
+ + +
+ | 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 | +
+
+ Astro markdown with plugins +
+
+
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..3b8721803c 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,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 | 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 | -
-
- Astro markdown with shiki -
-
+ + +
+ | 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 | +
+
+ Astro markdown with shiki +
+
+
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..8c90d91ca0 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,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 | 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 | -
-
- Astro markdown with shiki -
-
+ + +
+ | 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 | +
+
+ Astro markdown with shiki +
+
+
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..147c4ea5b9 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,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 | 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 | -
-
- Astro minimal -
-
+ + +
+ | 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 | +
+
+ Astro minimal +
+
+
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..114fd6bffe 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,29 @@ 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 | -
-
- Astro with multiple frameworks -
-
+ + +
+ | 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 | +
+
+ Astro with multiple frameworks +
+
+
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..93df5e95e0 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,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 | 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| -
-
- Astro markdown with shiki -
-
+ + +
+ | 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| +
+
+ Astro markdown with shiki +
+
+
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..29c11e4920 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,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 | 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 | -
-
- Astro non html demo -
-
+ + +
+ | 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 | +
+
+ Astro non html demo +
+
+
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..d597d58763 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,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 | 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 | -
-
- Astro Webpage to pdf resume -
-
+ + +
+ | 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 | +
+
+ Astro Webpage to pdf resume +
+
+
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..bf62e23235 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,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 | 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 | -
-
- Astro Portfolio -
-
+ + +
+ | 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 | +
+
+ Astro Portfolio +
+
+
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..bbcb03a190 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,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 | 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 | -
-
- Astro with Preact -
-
+ + +
+ | 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 | +
+
+ Astro with Preact +
+
+
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..ec6c26c20a 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,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 | 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| -
-
- Astro Quickstore -
-
+ + +
+ | 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| +
+
+ Astro Quickstore +
+
+
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..6505e95f0e 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,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 | 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 | -
-
- Astro with React -
-
+ + +
+ | 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 | +
+
+ Astro with React +
+
+
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..461e93d477 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,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 | 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 | -
-
- Astro with Solid -
-
+ + +
+ | 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 | +
+
+ Astro with Solid +
+
+
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..dd3f0d0121 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,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 | 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 | -
-
- Astro Starlog -
-
+ + +
+ | 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 | +
+
+ Astro Starlog +
+
+
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..c2657d7a39 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,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 | 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 | -
-
- Astro with Svelte -
-
+ + +
+ | 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 | +
+
+ Astro with Svelte +
+
+
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..9fbabb5125 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,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 | 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 | -
-
- Astro with tailwind css -
-
+ + +
+ | 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 | +
+
+ Astro with tailwind css +
+
+
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..e363f67066 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,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 | 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 | -
-
- Astro with vitest -
-
+ + +
+ | 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 | +
+
+ Astro with vitest +
+
+
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..ed92c433ad 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,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 | 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 | -
-
- Astro with Vue -
-
+ + +
+ | 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 | +
+
+ Astro with Vue +
+
+
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';
Gatsby blog starter kit template
-
+
+ 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';
Gatsby blog starter kit template
-
+
+ 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..8aafa91283 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,29 @@ 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 | -
-
- Gatsby blog starter kit template -
-
+ + +
+ | 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 | +
+
+ Gatsby blog starter kit template +
+
+
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';
Gatsby E-commerce theme
-
+
+ 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..3cd75bf873 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..92f240fca1 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,29 @@ 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 | -
-
- Cosmic Blog template -
-
+ + +
+ | 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 | +
+
+ Cosmic Blog template +
+
+
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..50f0e19e88 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..4b7d41244d 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,29 @@ 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 | -
-
- Next js app configurations template -
-
+ + +
+ | 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 | +
+
+ Next js app configurations template +
+
+
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..ee1462bc62 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,29 @@ 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 | -
-
- Next js app middleware template -
-
+ + +
+ | 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 | +
+
+ Next js app middleware template +
+
+
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..561fe4eae4 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..2daf6f89b6 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,29 @@ 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 | -
-
- Next js pages configurations template -
-
+ + +
+ | 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 | +
+
+ Next js pages configurations template +
+
+
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..cfd99fddb6 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,29 @@ 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 | -
-
- Space jelly store -
-
+ + +
+ | 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 | +
+
+ Space jelly store +
+
+
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..2c23cd83e5 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,29 @@ 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 | -
-
- Next.js static boilerplate -
-
+ + +
+ | 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 | +
+
+ Next.js static boilerplate +
+
+
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..76fb2e0d58 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,29 @@ 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 | -
-
- Cosmic agency -
-
+ + +
+ | 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 | +
+
+ Cosmic agency +
+
+
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..83052f545a 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,29 @@ 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 | -
-
- Space jelly store -
-
+ + +
+ | 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 | +
+
+ Space jelly store +
+
+
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..e9b31ddf35 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,29 @@ 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 | -
-
- React + ButterCMS -
-
+ + +
+ | 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 | +
+
+ React + ButterCMS +
+
+
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 e7f6dc2cc6..4920fa797a 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 @@ -15,7 +15,6 @@ import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicCo import Container from 'azion-webkit/container'; Date: Wed, 6 Aug 2025 23:57:41 +0100 Subject: [PATCH 3/5] chore: remove titletag --- .../frameworks/template-showcase/angular/angular-boilerplate.mdx | 1 - .../frameworks/template-showcase/angular/angular-butter.mdx | 1 - .../frameworks/template-showcase/angular/angular-sanity.mdx | 1 - .../frameworks/template-showcase/astro/astro-alpine.mdx | 1 - .../frameworks/template-showcase/astro/astro-audiophile.mdx | 1 - .../template-showcase/astro/astro-blog-starter-kit.mdx | 1 - .../frameworks/template-showcase/astro/astro-boilerplate.mdx | 1 - .../frameworks/template-showcase/astro/astro-clean-sanity.mdx | 1 - .../frameworks/template-showcase/astro/astro-cosmic-blog.mdx | 1 - .../frameworks/template-showcase/astro/astro-devscard.mdx | 1 - .../frameworks/template-showcase/astro/astro-ecommerce.mdx | 1 - .../frameworks/template-showcase/astro/astro-lit.mdx | 1 - .../frameworks/template-showcase/astro/astro-markdoc.mdx | 1 - .../template-showcase/astro/astro-markdown-plugins.mdx | 1 - .../frameworks/template-showcase/astro/astro-markdown-shiki.mdx | 1 - .../frameworks/template-showcase/astro/astro-minimal.mdx | 1 - .../template-showcase/astro/astro-multiple-frameworks.mdx | 1 - .../frameworks/template-showcase/astro/astro-nanostores.mdx | 1 - .../frameworks/template-showcase/astro/astro-non-html.mdx | 1 - .../frameworks/template-showcase/astro/astro-portfolio.mdx | 1 - .../frameworks/template-showcase/astro/astro-preact.mdx | 1 - .../frameworks/template-showcase/astro/astro-quickstore.mdx | 1 - .../frameworks/template-showcase/astro/astro-react.mdx | 1 - .../frameworks/template-showcase/astro/astro-solid.mdx | 1 - .../frameworks/template-showcase/astro/astro-starlog.mdx | 1 - .../frameworks/template-showcase/astro/astro-svelte.mdx | 1 - .../frameworks/template-showcase/astro/astro-tailwind.mdx | 1 - .../frameworks/template-showcase/astro/astro-vitest.mdx | 1 - .../frameworks/template-showcase/astro/astro-vue.mdx | 1 - .../template-showcase/gatsby/butter-cms-gatsby-starter.mdx | 1 - .../frameworks/template-showcase/gatsby/gatsby-blog.mdx | 1 - .../frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx | 1 - .../frameworks/template-showcase/gatsby/gatsby-ecommerce.mdx | 1 - .../frameworks/template-showcase/nextjs/cosmic-agency.mdx | 1 - .../frameworks/template-showcase/nextjs/cosmic-next-blog.mdx | 1 - .../frameworks/template-showcase/nextjs/kupingplug.mdx | 1 - .../template-showcase/nextjs/nextjs-app-13-5-9-config.mdx | 1 - .../template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx | 1 - .../template-showcase/nextjs/nextjs-ecommerce-stationary.mdx | 1 - .../template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx | 1 - .../template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx | 1 - .../template-showcase/nextjs/nextjs-static-boilerplate-14.mdx | 1 - .../frameworks/template-showcase/nextjs/nextjs-store-react.mdx | 1 - .../frameworks/template-showcase/nextjs/space-jelly-shop.mdx | 1 - .../frameworks/template-showcase/react/butter-react-starter.mdx | 1 - .../frameworks/template-showcase/react/react-boilerplate.mdx | 1 - .../frameworks/template-showcase/angular/angular-butter.mdx | 1 - .../frameworks/template-showcase/astro/astro-alpine.mdx | 1 - .../frameworks/template-showcase/astro/astro-audiophile.mdx | 1 - .../template-showcase/astro/astro-blog-starter-kit.mdx | 1 - .../frameworks/template-showcase/astro/astro-boilerplate.mdx | 1 - .../frameworks/template-showcase/astro/astro-clean-sanity.mdx | 1 - .../frameworks/template-showcase/astro/astro-cosmic-blog.mdx | 1 - .../frameworks/template-showcase/astro/astro-devscard.mdx | 1 - .../frameworks/template-showcase/astro/astro-ecommerce.mdx | 1 - .../frameworks/template-showcase/astro/astro-lit.mdx | 1 - .../frameworks/template-showcase/astro/astro-markdoc.mdx | 1 - .../template-showcase/astro/astro-markdown-plugins.mdx | 1 - .../frameworks/template-showcase/astro/astro-markdown-shiki.mdx | 1 - .../frameworks/template-showcase/astro/astro-mdx.mdx | 1 - .../frameworks/template-showcase/astro/astro-minimal.mdx | 1 - .../template-showcase/astro/astro-multiple-frameworks.mdx | 1 - .../frameworks/template-showcase/astro/astro-nanostores.mdx | 1 - .../frameworks/template-showcase/astro/astro-non-html.mdx | 1 - .../frameworks/template-showcase/astro/astro-pdf-resume.mdx | 1 - .../frameworks/template-showcase/astro/astro-portfolio.mdx | 1 - .../frameworks/template-showcase/astro/astro-preact.mdx | 1 - .../frameworks/template-showcase/astro/astro-quickstore.mdx | 1 - .../frameworks/template-showcase/astro/astro-react.mdx | 1 - .../frameworks/template-showcase/astro/astro-solid.mdx | 1 - .../frameworks/template-showcase/astro/astro-starlog.mdx | 1 - .../frameworks/template-showcase/astro/astro-svelte.mdx | 1 - .../frameworks/template-showcase/astro/astro-tailwind.mdx | 1 - .../frameworks/template-showcase/astro/astro-vitest.mdx | 1 - .../frameworks/template-showcase/astro/astro-vue.mdx | 1 - .../frameworks/template-showcase/gatsby/gatsby-boilerplate.mdx | 1 - .../frameworks/template-showcase/nextjs/cosmic-agency.mdx | 1 - .../frameworks/template-showcase/nextjs/cosmic-next-blog.mdx | 1 - .../frameworks/template-showcase/nextjs/kupingplug.mdx | 1 - .../template-showcase/nextjs/nextjs-app-13-5-9-config.mdx | 1 - .../template-showcase/nextjs/nextjs-app-13-5-9-middleware.mdx | 1 - .../template-showcase/nextjs/nextjs-ecommerce-stationary.mdx | 1 - .../template-showcase/nextjs/nextjs-pages-13-5-9-config.mdx | 1 - .../template-showcase/nextjs/nextjs-pages-13-5-9-middleware.mdx | 1 - .../template-showcase/nextjs/nextjs-static-boilerplate-14.mdx | 1 - .../frameworks/template-showcase/nextjs/nextjs-store-react.mdx | 1 - .../frameworks/template-showcase/nextjs/space-jelly-shop.mdx | 1 - .../frameworks/template-showcase/react/butter-react-starter.mdx | 1 - .../frameworks/template-showcase/react/react-boilerplate.mdx | 1 - 89 files changed, 89 deletions(-) diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx index b7e3caecc8..365edbaed2 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/template-showcase/angular/angular-boilerplate.mdx @@ -15,7 +15,6 @@ import SectionBasicContent from '~/components/SectionBasicContent/SectionBasicCo import Container from 'azion-webkit/container'; Date: Thu, 7 Aug 2025 00:13:38 +0100 Subject: [PATCH 4/5] fix: template title --- .../frameworks/template-showcase/astro/astro-vitest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c524f32dee..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: " " +title: "Astro with Vitest" description: >- The Astro with Vitest template deploys a new edge application based on Astro working with Vitest. meta_tags: >- From e19c34db659290d6d734f66ce1cfdc62cbd58442 Mon Sep 17 00:00:00 2001 From: lfsigreja Date: Wed, 27 Aug 2025 01:50:39 +0100 Subject: [PATCH 5/5] fix: mobile table width --- src/components/SectionBasicContent/SectionBasicContent.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/SectionBasicContent/SectionBasicContent.vue b/src/components/SectionBasicContent/SectionBasicContent.vue index b405fe925c..8ebf69a2e5 100644 --- a/src/components/SectionBasicContent/SectionBasicContent.vue +++ b/src/components/SectionBasicContent/SectionBasicContent.vue @@ -90,4 +90,10 @@ margin-bottom: 0 !important; margin-top: 0 !important; } + + @media screen and (max-width: 640px) { + :deep(th), :deep(td) { + width: 100%; + } + } \ No newline at end of file