Skip to content

Commit 9441d21

Browse files
authored
Merge pull request #65 from better-stack-ai/docs/plugin-demo-projects
docs: plugin demo projects
2 parents 43b3559 + 8dc9473 commit 9441d21

18 files changed

Lines changed: 18 additions & 48 deletions

File tree

demos/ai-chat/app/pages/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ export default function PagesLayout({
6868
</Link>
6969
<a
7070
href="/api/data/reference"
71-
target="_blank"
72-
rel="noopener noreferrer"
7371
className="text-muted-foreground hover:text-foreground transition-colors"
7472
>
75-
API Docs
73+
API Docs
7674
</a>
7775
<Link
7876
href="/pages/route-docs"

demos/ai-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"highlight.js": "^11.11.1",
3030
"katex": "^0.16.35",
3131
"lucide-react": "^0.577.0",
32-
"next": "15.4.1",
32+
"next": "16.1.6",
3333
"next-themes": "^0.4.6",
3434
"radix-ui": "^1.4.3",
3535
"react": "19.2.3",

demos/blog/app/pages/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ export default function PagesLayout({
5959
</Link>
6060
<a
6161
href="/api/data/reference"
62-
target="_blank"
63-
rel="noopener noreferrer"
6462
className="text-muted-foreground hover:text-foreground transition-colors"
6563
>
66-
API Docs
64+
API Docs
6765
</a>
6866
<Link
6967
href="/pages/route-docs"

demos/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"highlight.js": "^11.11.1",
2929
"katex": "^0.16.35",
3030
"lucide-react": "^0.577.0",
31-
"next": "15.4.1",
31+
"next": "16.1.6",
3232
"next-themes": "^0.4.6",
3333
"radix-ui": "^1.4.3",
3434
"react": "19.2.3",

demos/cms/app/pages/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ export default function PagesLayout({
5555
</Link>
5656
<a
5757
href="/api/data/reference"
58-
target="_blank"
59-
rel="noopener noreferrer"
6058
className="text-muted-foreground hover:text-foreground transition-colors"
6159
>
62-
API Docs
60+
API Docs
6361
</a>
6462
<Link
6563
href="/pages/route-docs"

demos/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"highlight.js": "^11.11.1",
4646
"katex": "^0.16.35",
4747
"lucide-react": "^0.577.0",
48-
"next": "15.4.1",
48+
"next": "16.1.6",
4949
"next-themes": "^0.4.6",
5050
"radix-ui": "^1.4.3",
5151
"react": "19.2.3",

demos/form-builder/app/pages/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ export default function PagesLayout({
5555
</Link>
5656
<a
5757
href="/api/data/reference"
58-
target="_blank"
59-
rel="noopener noreferrer"
6058
className="text-muted-foreground hover:text-foreground transition-colors"
6159
>
62-
API Docs
60+
API Docs
6361
</a>
6462
<Link
6563
href="/pages/route-docs"

demos/form-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"highlight.js": "^11.11.1",
3232
"katex": "^0.16.35",
3333
"lucide-react": "^0.577.0",
34-
"next": "15.4.1",
34+
"next": "16.1.6",
3535
"next-themes": "^0.4.6",
3636
"radix-ui": "^1.4.3",
3737
"react": "19.2.3",

demos/kanban/app/pages/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ export default function PagesLayout({
5757
</Link>
5858
<a
5959
href="/api/data/reference"
60-
target="_blank"
61-
rel="noopener noreferrer"
6260
className="text-muted-foreground hover:text-foreground transition-colors"
6361
>
64-
API Docs
62+
API Docs
6563
</a>
6664
<Link
6765
href="/pages/route-docs"

demos/kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"clsx": "^2.1.1",
3131
"date-fns": "^4.1.0",
3232
"lucide-react": "^0.577.0",
33-
"next": "15.4.1",
33+
"next": "16.1.6",
3434
"next-themes": "^0.4.6",
3535
"radix-ui": "^1.4.3",
3636
"react": "19.2.3",

0 commit comments

Comments
 (0)