Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no issue] fix-amend-previously-merged-files #204

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/stencil/stencil-app-boilerplate/readme.md
Original file line number Diff line number Diff line change
@@ -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.

MarianaReisAlcantara marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
3 changes: 2 additions & 1 deletion templates/stencil/stencil-pwa-boilerplate/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading