Skip to content

Commit 900bb54

Browse files
authored
[EDU-6658] add-nextal-template-landing (#1745)
* added next all template landing * remoeved deploy url
1 parent fdc460d commit 900bb54

File tree

7 files changed

+86
-0
lines changed

7 files changed

+86
-0
lines changed
355 KB
Loading

src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/nextjs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Next.js also allows for Server Side Rendering (SSR) on the Azion Web Platform. F
4444
| Cosmic Next Blog | Blog | <LinkButton link="/en/documentation/products/templates/cosmic-nextjs-blog/" label="Learn more" severity="secondary" /> |
4545
| Cosmic Agency | Agency/Starter | <LinkButton link="/en/documentation/products/templates/cosmic-agency/" label="Learn more" severity="secondary" /> |
4646
| Space Jelly Shop | E-commerce | <LinkButton link="/en/documentation/products/templates/space-jelly-shop/" label="Learn more" severity="secondary" /> |
47+
| Nextal | Starter | <LinkButton link="/en/documentation/products/templates/nextal/" label="Learn more" severity="secondary" /> |
4748

4849
### Deploying a template using Azion Console
4950

src/content/docs/en/pages/devtools/azion-edge-runtime/compatibility/frameworks/react.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Templates with other frameworks that also use React:
4242
| Next.js Store with React | E-commerce | <LinkButton link="/en/documentation/products/templates/nextjs-store/" label="Learn more" severity="secondary" /> |
4343
| Astro with React | Starter | <LinkButton link="/en/documentation/products/templates/astro-react/" label="Learn more" severity="secondary" /> |
4444
| Astro With Multiple Frameworks | Starter | <LinkButton link="/en/documentation/products/templates/astro-multiple-frameworks/" label="Learn more" severity="secondary" /> |
45+
| Nextal | Starter | <LinkButton link="/en/documentation/products/templates/nextal/" label="Learn more" severity="secondary" /> |
4546

4647
### Deploying a template using Azion Console
4748

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "   Nextal"
3+
description: >-
4+
With the Nextal template you can launch a Next.js SSR application that includes Vitest, Tailwind, Hero icons, and follows modern conventions such as Dark Mode, Atomic Design organization and Absolute imports.
5+
permalink: /documentation/products/templates/nextal/
6+
meta_tags: >-
7+
Azion, Edge Computing, Azion Bundler framework, Nextjs, JavaScript frameworks,
8+
Static Site Generation, SSG, Content-focused, React, OpenNext
9+
namespace: documentation_template_landing_nextjs_nextal
10+
menu_namespace: runtimeMenu
11+
---
12+
13+
import LinkButton from 'azion-webkit/linkbutton';
14+
import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
15+
import Container from 'azion-webkit/container';
16+
17+
<div class="[&_.flex.flex-col]:!gap-4 [&_.flex.flex-col]:md:!gap-8 [&_.flex.flex-col]:2xl:!gap-16">
18+
<SectionBasicContent
19+
titleTag="h2"
20+
description="With the Nextal template you can launch a Next.js SSR application that includes Vitest, Tailwind, Hero icons, and follows modern conventions such as Dark Mode, Atomic Design organization and Absolute imports."
21+
buttons={[
22+
{ label: "Deploy template", link: "https://console.azion.com/create/nextjs/xxxxx", outlined: false, icon: "ai ai-azion", iconPos: "left" },
23+
{ label: "View demo", link: "https://gz0m3r3yzj.map.azionedge.net", severity: "secondary" }
24+
]}
25+
/>
26+
</div>
27+
28+
<div style="display: flex; gap: 1rem; align-items: center; flex-direction: row; flex-wrap: wrap;">
29+
<div style="flex: 1; min-width: 300px;">
30+
| Item | Details |
31+
|:----------|:------|
32+
| Repository | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/opennextjs/nextal-next-typescript-tailwind) |
33+
| Framework | [Next.js](/en/documentation/products/devtools/azion-edge-runtime/frameworks-compatibility/nextjs/) |
34+
| Use Case | General |
35+
</div>
36+
<div style="display: flex; justify-content: center; align-items: center; flex: 1; min-width: 300px;">
37+
<img src="/assets/docs/images/uploads/template-showcase/nextjs/nextal.png" width="400" alt="Nextaltemplate" style="max-width: 100%; height: auto;" />
38+
</div>
39+
</div>
40+
41+
For more information about deploying this template visit the [template guide](/en/documentation/products/guides/nextal/).

src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/nextjs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ O Next.js também permite a Renderização do Lado do Servidor (SSR) na Azion We
4444
| Cosmic Next Blog | Blog | <LinkButton link="/pt-br/documentacao/produtos/templates/cosmic-nextjs-blog/" label="Mais detalhes" severity="secondary" /> |
4545
| Cosmic Agency | E-commerce | <LinkButton link="/pt-br/documentacao/produtos/templates/cosmic-agency/" label="Mais detalhes" severity="secondary" /> |
4646
| Space Jelly Shop | E-commerce | <LinkButton link="/pt-br/documentacao/produtos/templates/space-jelly-shop/" label="Mais detalhes" severity="secondary" /> |
47+
| Nextal | Geral | <LinkButton link="/pt-br/documentacao/produtos/templates/nextal/" label="Mais detalhes" severity="secondary" /> |
4748

4849
## Realizando deploy de um template no Azion Console
4950

src/content/docs/pt-br/pages/devtools/azion-edge-runtime/compatibilidade/frameworks/react.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Templates com outras frameworks que também usam React:
4242
| NextJs Store with React | E-commerce | <LinkButton link="/pt-br/documentacao/produtos/templates/nextjs-store/" label="Mais detalhes" severity="secondary" /> |
4343
| Astro with React | Starter | <LinkButton link="/pt-br/documentacao/produtos/templates/astro-react/" label="Mais detalhes" severity="secondary" /> |
4444
| Astro With Multiple Frameworks | Starter | <LinkButton link="/pt-br/documentacao/produtos/templates/astro-multiple-frameworks/" label="Mais detalhes" severity="secondary" /> |
45+
| Nextal | Geral | <LinkButton link="/pt-br/documentacao/produtos/templates/nextal/" label="Mais detalhes" severity="secondary" /> |
4546

4647
### Realizando deploy de um template no Azion Console
4748

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "   Nextal"
3+
description: >-
4+
Com o template Nextal, você pode lançar uma aplicação Next.js SSR que inclui Vitest, Tailwind, Hero icons e segue convenções modernas como Modo Escuro, organização por Atomic Design e imports absolutos.
5+
permalink: /documentation/products/templates/nextal/
6+
meta_tags: >-
7+
Azion, Edge Computing, Azion Bundler framework, Nextjs, JavaScript frameworks,
8+
Static Site Generation, SSG, Content-focused, React, OpenNext
9+
namespace: documentation_template_landing_nextjs_nextal
10+
menu_namespace: runtimeMenu
11+
---
12+
13+
import LinkButton from 'azion-webkit/linkbutton';
14+
import SectionBasicContent from 'azion-webkit/sectionbasiccontent';
15+
import Container from 'azion-webkit/container';
16+
17+
<div class="[&_.flex.flex-col]:!gap-4 [&_.flex.flex-col]:md:!gap-8 [&_.flex.flex-col]:2xl:!gap-16">
18+
<SectionBasicContent
19+
titleTag="h2"
20+
description="Com o template Nextal, você pode lançar uma aplicação Next.js SSR que inclui Vitest, Tailwind, Hero icons e segue convenções modernas como Modo Escuro, organização por Atomic Design e imports absolutos."
21+
buttons={[
22+
{ label: "Deploy template", link: "https://console.azion.com/create/xxxxxx", outlined: false, icon: "ai ai-azion", iconPos: "left" },
23+
{ label: "Ver demo", link: "https://gz0m3r3yzj.map.azionedge.net", severity: "secondary" }
24+
]}
25+
/>
26+
</div>
27+
28+
<div style="display: flex; gap: 1rem; align-items: center; flex-direction: row; flex-wrap: wrap;">
29+
<div style="flex: 1; min-width: 300px;">
30+
| Item | Detalhes |
31+
|:----------|:------|
32+
| Repositório | [Azion Samples](https://github.com/aziontech/azion-samples/tree/dev/templates/opennextjs/nextal-next-typescript-tailwind) |
33+
| Framework | [Next.js](/pt-br/documentacao/produtos/devtools/azion-edge-runtime/compatibilidade-frameworks/nextjs/) |
34+
| Caso de uso | Geral |
35+
</div>
36+
<div style="display: flex; justify-content: center; align-items: center; flex: 1; min-width: 300px;">
37+
<img src="/assets/docs/images/uploads/template-showcase/nextjs/nextal.png" width="400" alt="Nextaltemplate" style="max-width: 100%; height: auto;" />
38+
</div>
39+
</div>
40+
41+
Para mais informações sobre a implementação deste template, visite o [guia do template](/pt-br/documentacao/produtos/guias/nextal/).

0 commit comments

Comments
 (0)