From 933c9259d05a9a2f26f32688979336ebe099956a Mon Sep 17 00:00:00 2001 From: Guilherme Afonso Oliveira Date: Fri, 25 Oct 2024 15:17:03 -0300 Subject: [PATCH] [no-issue] - Remove Vite entry from frameworks compatibility (#1349) * fix: merge vite and vitepress entries * fix: replace vite entry with vitepress --- .../compatibility/frameworks.mdx | 20 +------------------ .../compatibilidade/frameworks.mdx | 20 +------------------ 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks.mdx index 7959f39e2e..a6ebca58b4 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks.mdx @@ -211,25 +211,6 @@ The compute mode isn't implemented for Jekyll yet. --- -## Vite - - -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/) - - - - :::note - The compute mode isn't implemented for Vite yet. - ::: - ---- - ## VitePress @@ -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/) diff --git a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks.mdx b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks.mdx index 56d9ec4e30..6252d7ee83 100644 --- a/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks.mdx +++ b/src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks.mdx @@ -212,25 +212,6 @@ O modo `compute` ainda não é suportado para Jekyll. --- -## Vite - - -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/) - - - - :::note - O modo `compute` ainda não é suportado para Vite. - ::: - ---- - ## VitePress @@ -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/)