From d0dbd41c1db4a7bf468b451e796942d80e2ed308 Mon Sep 17 00:00:00 2001 From: MarianaReisAlcantara Date: Thu, 9 Jan 2025 10:54:29 -0300 Subject: [PATCH] fix-amend-previously-merged-files --- templates/stencil/stencil-app-boilerplate/readme.md | 2 +- templates/stencil/stencil-pwa-boilerplate/readme.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/stencil/stencil-app-boilerplate/readme.md b/templates/stencil/stencil-app-boilerplate/readme.md index 918c4347..13d16544 100644 --- a/templates/stencil/stencil-app-boilerplate/readme.md +++ b/templates/stencil/stencil-app-boilerplate/readme.md @@ -1,6 +1,6 @@ # Stencil Boilerplate -The **Stencil Boilerplate** template deploys a basic Stencil (4.22.2) web application and creates basic Edge Applications configurations to optimize it, such as creating multiple Cache Settings, enabling the use of Gzip compression, etc. The template creates a GitHub repository containing your project, as well as an edge application and a domain to facilitate your access and management through Azion Edge Platform. +The **Stencil Boilerplate** template deploys a Stencil web application and creates basic edge application configurations to optimize it, such as creating multiple cache settings, enabling Gzip compression, etc. The template also creates a GitHub repository containing your project, an edge application, and a domain to facilitate your access and management through the Azion Edge Platform. Stencil is a modern compiler for building reusable, scalable web components. It allows developers to easily write standard-compliant components, providing features like JSX, TypeScript, and lazy-loading while outputting highly optimized code for fast performance. diff --git a/templates/stencil/stencil-pwa-boilerplate/readme.md b/templates/stencil/stencil-pwa-boilerplate/readme.md index e666b654..d97277ef 100644 --- a/templates/stencil/stencil-pwa-boilerplate/readme.md +++ b/templates/stencil/stencil-pwa-boilerplate/readme.md @@ -7,7 +7,8 @@ Stencil, combined with the Ionic PWA toolkit, offers a robust solution for build This repository is an example of the new GitHub repository created during the deployment. For a more detailed step-by-step to deploy this template through Azion's platform, check the [How to deploy the Stencil PWA Boilerplate](https://www.azion.com/en/documentation/products/guides/stencil-pwa-boilerplate/) guide. -This template uses Stencil version `4.22.2`. +This template uses Stencil version `4.17.0`. + --- ## Requirements