Skip to content

Commit

Permalink
docs: add new tags and list in frameworks section
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice committed Nov 3, 2024
1 parent cd9f151 commit dfe3d3d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions content/docs/get-started-with-neon/frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ updatedOn: '2024-08-15T17:23:10.552Z'

<a href="/docs/guides/laravel" title="Laravel" description="Connect a Laravel application to Neon" icon="laravel"></a>

<a href="/docs/guides/nuxt" title="Nuxt" description="Connect a Nuxt application to Neon" icon="nuxt"></a>

<a href="/docs/guides/oauth-integration" title="OAuth" description="Integrate with Neon using OAuth" icon="oauth"></a>

<a href="/docs/guides/phoenix" title="Phoenix" description="Connect a Phoenix site or app to Neon" icon="phoenix"></a>
Expand Down
1 change: 1 addition & 0 deletions content/docs/guides/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Connect Nuxt to Postgres on Neon
subtitle: Learn how to make server-side queries to Postgres using Nitro API
routes
enableTableOfContents: true
tag: new
updatedOn: '2024-10-16T12:17:44.852Z'
---

Expand Down
8 changes: 4 additions & 4 deletions content/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Neon is a serverless Postgres platform designed to help you build reliable and s

<a href="/docs/guides/node" title="Node.js" description="Quickly add authentication and user management to your Node.js application" icon="node-js"></a>

<a href="/docs/guides/nuxt" title="Nuxt" description="Connect a Nuxt application to Neon" icon="nuxt"></a>
<a href="/docs/serverless/serverless-driver" title="Neon" description="Connect with the Neon serverless driver" icon="neon"></a>

<a href="/docs/guides/nextjs" title="Next.js" description="Connect a Next.js application to Neon" icon="next-js"></a>

<a href="/docs/serverless/serverless-driver" title="Neon" description="Connect with the Neon serverless driver" icon="neon"></a>
<a href="/docs/guides/nuxt" title="Nuxt" description="Connect a Nuxt application to Neon" icon="nuxt"></a>

<a href="/docs/guides/astro" title="Astro" description="Connect an Astro site or app to Neon" icon="astro"></a>

Expand All @@ -49,10 +49,10 @@ Neon is a serverless Postgres platform designed to help you build reliable and s

<a href="/docs/guides/laravel" title="Laravel" description="Connect from Laravel to Neon" icon="laravel"></a>

<a href="/docs/guides/python" title="Python" description="Connect a Python application to Neon" icon="python"></a>

<a href="/docs/guides/prisma" title="Prisma" description="Learn how to connect from Prisma ORM to your Neon Postgres database" icon="prisma"></a>

<a href="/docs/guides/python" title="Python" description="Connect a Python application to Neon" icon="python"></a>

<a href="/docs/guides/quarkus-jdbc" title="Quarkus" description="Connect Quarkus (JDBC) to Neon" icon="quarkus"></a>

<a href="/docs/guides/quarkus-reactive" title="Quarkus" description="Connect Quarkus (Reactive) to Neon" icon="quarkus"></a>
Expand Down
4 changes: 4 additions & 0 deletions content/docs/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
slug: guides/nextjs
- title: Nuxt
slug: guides/nuxt
tag: new
- title: Node.js
slug: guides/node
- title: Quarkus (JDBC)
Expand Down Expand Up @@ -386,6 +387,9 @@
slug: guides/nextjs
- title: Node.js
slug: guides/node
- title: Nuxt
slug: guides/nuxt
tag: new
- title: Phoenix
slug: guides/phoenix
- title: Quarkus (JDBC)
Expand Down

0 comments on commit dfe3d3d

Please sign in to comment.