Skip to content

Commit 0ec4fc7

Browse files
merge main into cbonif/connect-api-to-db
2 parents 684cf66 + 2739d9e commit 0ec4fc7

File tree

581 files changed

+24456
-7680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

581 files changed

+24456
-7680
lines changed

cspell.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
"CSRF",
467467
"css",
468468
"Ctrl-c",
469+
"customauth",
469470
"CUSTOM_AUTH",
470471
"customerEmail",
471472
"customizable",
@@ -1555,7 +1556,11 @@
15551556
"autobranch",
15561557
"gitflow",
15571558
"SIWA",
1558-
"hotswap"
1559+
"hotswap",
1560+
"clijson",
1561+
"parametersjson",
1562+
"nextamplifygen",
1563+
"multirepo"
15591564
],
15601565
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
15611566
"patterns": [

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"unified": "^10.1.2"
3030
},
3131
"devDependencies": {
32+
"@mdx-js/loader": "^2.3.0",
33+
"@mdx-js/mdx": "^2.3.0",
34+
"@mdx-js/react": "^2.3.0",
3235
"@next/bundle-analyzer": "^13.5.3",
3336
"@next/mdx": "^13.5.4",
3437
"@stencil/core": "^1.17.0",
@@ -46,9 +49,9 @@
4649
"@typescript-eslint/eslint-plugin": "^2.7.0",
4750
"@typescript-eslint/parser": "^2.7.0",
4851
"axios": "^1.3.4",
49-
"cspell": "^6.2.3",
5052
"classnames": "^2.3.2",
5153
"cross-env": "^7.0.3",
54+
"cspell": "^6.2.3",
5255
"dotenv": "^16.0.0",
5356
"eslint": "^6.6.0",
5457
"eslint-config-airbnb": "^18.0.1",
@@ -62,19 +65,16 @@
6265
"jest": "^26.6.3",
6366
"jest-cli": "^26.6.3",
6467
"json5": "^2.2.3",
65-
"@mdx-js/loader": "^2.3.0",
66-
"@mdx-js/mdx": "^2.3.0",
67-
"@mdx-js/react": "^2.3.0",
6868
"next-bundle-analyzer": "^0.6.7",
6969
"prettier": "^3.0.3",
7070
"puppeteer": "^20.8.2",
71-
"rollup-plugin-node-polyfills": "^0.2.1",
7271
"rehype": "^11.0.0",
7372
"rehype-img-size": "^1.0.1",
7473
"remark": "^14.0.2",
7574
"remark-gfm": "^3.0.0",
7675
"remark-mdx": "^2.3.0",
7776
"remark-mdx-searchable": "^0.1.3",
77+
"rollup-plugin-node-polyfills": "^0.2.1",
7878
"sass": "^1.54.8",
7979
"serve": "^14.2.1",
8080
"tiny-glob": "0.2.9",

public/assets/classic-og.png

96.2 KB

public/assets/gen2-og.png

95.5 KB
274 KB

public/images/gen-ai/claude.png

29.2 KB
62.9 KB
88.9 KB
60.2 KB
462 KB

0 commit comments

Comments
 (0)