Skip to content

Commit

Permalink
[no-issue] - Remove Vite entry from frameworks compatibility (#1349)
Browse files Browse the repository at this point in the history
* fix: merge vite and vitepress entries

* fix: replace vite entry with vitepress
  • Loading branch information
guiafonso-ol authored Oct 25, 2024
1 parent a653b8a commit 933c925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,25 +211,6 @@ The compute mode isn't implemented for Jekyll yet.

---

## Vite
<Tag severity="info" client:only="vue" value="Static" />

Vite is listed on the [Jamstack documentation](https://jamstack.org/generators/vite/) as a static site generator, aligned to the Jamstack approach.

Learn more about [Vite](https://vitejs.dev/).

Implementation:

- [Azion CLI how to build with Vite](/en/documentation/products/cli/frameworks/vite/)

<Tag severity="info" client:only="vue" value="Compute" />

:::note
The compute mode isn't implemented for Vite yet.
:::

---

## VitePress

<Tag severity="info" client:only="vue" value="Static" />
Expand All @@ -240,6 +221,7 @@ Learn more about [VitePress](https://vitepress.dev/guide/what-is-vitepress).

Implementation:

- [How to build with VitePress using Azion CLI](/en/documentation/products/cli/frameworks/vite/)
- [Azion Console VitePress with JavaScript Boilerplate](/en/documentation/products/guides/vitepress-javascript-boilerplate/)
- [Azion Console VitePress with TypeScript Boilerplate](/en/documentation/products/guides/vitepress-typescript-boilerplate/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,25 +212,6 @@ O modo `compute` ainda não é suportado para Jekyll.

---

## Vite
<Tag severity="info" client:only="vue" value="Estático" />

O Vite está listado na [documentação Jamstack](https://jamstack.org/generators/vite/) como um gerador de sites estáticos alinhado à abordagem Jamstack.

Saiba mais sobre [Vite](https://vitejs.dev/).

Implementação:

- [Como construir com Vite usando a Azion CLI](/pt-br/documentacao/produtos/cli/frameworks/vite/)

<Tag severity="info" client:only="vue" value="Compute" />

:::note
O modo `compute` ainda não é suportado para Vite.
:::

---

## VitePress

<Tag severity="info" client:only="vue" value="Estático" />
Expand All @@ -241,6 +222,7 @@ Saiba mais sobre [VitePress](https://vitepress.dev/guide/what-is-vitepress).

Implementação:

- [Como construir com VitePress usando a Azion CLI](/pt-br/documentacao/produtos/cli/frameworks/vite/)
- [VitePress JavaScript Boilerplate no Azion Console](/pt-br/documentacao/produtos/guias/vitepress-javascript-boilerplate/)
- [VitePress TypeScript Boilerplate no Azion Console](/pt-br/documentacao/produtos/guias/vitepress-typescript-boilerplate/)

Expand Down

0 comments on commit 933c925

Please sign in to comment.