File tree Expand file tree Collapse file tree
ia-para-devs/src/content/docs/mpc-exemplo-pratico Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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/'
Original file line number Diff line number Diff line change @@ -31,6 +31,20 @@ interface Resource {
3131}
3232
3333const 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' ,
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments