Skip to content

Commit bec3fcc

Browse files
codando com ia
1 parent 0894307 commit bec3fcc

4 files changed

Lines changed: 1077 additions & 3447 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
apps/react-intro/node_modules/.astro
4343
apps/tailwindcss/node_modules/.astro
4444
apps/next-v15/node_modules/.astro
45+
apps/next-v16/node_modules/.astro
4546
apps/ia-para-devs/node_modules/.astro
4647
key: ${{ runner.os }}-astro-${{ hashFiles('**/pnpm-lock.yaml') }}
4748
restore-keys: |
@@ -67,6 +68,7 @@ jobs:
6768
apps/react-intro/dist/
6869
apps/tailwindcss/dist/
6970
apps/next-v15/dist/
71+
apps/next-v16/dist/
7072
apps/ia-para-devs/dist/
7173
# Add more apps as needed
7274

@@ -106,6 +108,9 @@ jobs:
106108
- name: 'next-v15'
107109
path: './next-v15/dist/'
108110
remote_path: '/var/www/guias/next-v15/'
111+
- name: 'next-v16'
112+
path: './next-v16/dist/'
113+
remote_path: '/var/www/guias/next-v16/'
109114
- name: 'ia-para-devs'
110115
path: './ia-para-devs/dist/'
111116
remote_path: '/var/www/guias/ia-para-devs/'

apps/home/app/resources.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ interface Resource {
3131
}
3232

3333
const resources: Array<Resource> = [
34+
{
35+
href: 'https://guias.codante.io/next-v16',
36+
name: 'O que há de novo no Next.js v16',
37+
description:
38+
'Todos os novos recursos do Next.js v16 neste Mini-Workshop didático com muito código',
39+
icon: NextJsIcon,
40+
pattern: {
41+
y: 28,
42+
squares: [
43+
[0, 3],
44+
[2, 3],
45+
],
46+
},
47+
},
3448
{
3549
href: 'https://guias.codante.io/next-v15',
3650
name: 'O que há de novo no Next.js v15',

apps/ia-para-devs/src/content/docs/mpc-exemplo-pratico/01-introducao.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)