Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions apps/blog/src/app/(blog)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ export function baseOptions() {
desc: "Make your database global",
url: "https://www.prisma.io/accelerate",
},
// {
// icon: "fa-regular fa-plug",
// text: "Management API",
// desc: "Offer Postgres to your users",
// url: "https://www.prisma.io/management-api",
// },
],
},
{
Expand All @@ -56,14 +50,14 @@ export function baseOptions() {
icon: "fa-regular fa-message-code",
},
{
text: "Get started",
url: "https://www.prisma.io/docs",
icon: "fa-regular fa-book-open",
text: "Prisma Partners",
url: "/partners",
icon: "fa-regular fa-lightbulb",
},
{
text: "Tutorials",
url: "https://www.prisma.io/docs/guides",
icon: "fa-regular fa-clapperboard-play"
icon: "fa-regular fa-clapperboard-play",
},
{
text: "Examples",
Expand Down Expand Up @@ -95,8 +89,8 @@ export function baseOptions() {
],
},
{
url: "/partners",
text: "Partners",
url: "/docs",
text: "Docs",
},
{
url: "https://www.prisma.io/blog",
Expand All @@ -109,7 +103,10 @@ export function baseOptions() {
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<ThemeProvider defaultTheme="system" storageKey="theme">
<WebNavigation links={baseOptions().links} utm={{source: "website", medium: "blog"}} />
<WebNavigation
links={baseOptions().links}
utm={{ source: "website", medium: "blog" }}
/>
{children}
<Footer />
</ThemeProvider>
Expand Down
13 changes: 9 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@
},
"dependencies": {
"@base-ui/react": "catalog:",
"@prisma/eclipse": "workspace:^",
"@prisma-docs/ui": "workspace:*",
"@prisma/eclipse": "workspace:^",
"@react-three/fiber": "^9.5.0",
"cors": "^2.8.6",
"html-react-parser": "^5.2.17",
"lucide-react": "catalog:",
"next": "catalog:",
"npm-to-yarn": "catalog:",
"posthog-js": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-tweet": "catalog:",
"posthog-js": "catalog:",
"remark-directive": "catalog:",
"tailwind-merge": "catalog:",
"three": "^0.183.2",
"zod": "catalog:"
},
"devDependencies": {
Expand All @@ -32,11 +36,12 @@
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/three": "^0.183.1",
"babel-plugin-react-compiler": "catalog:",
"next-validate-link": "catalog:",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"babel-plugin-react-compiler": "catalog:"
"typescript": "catalog:"
}
}
3 changes: 3 additions & 0 deletions apps/site/public/icons/companies/OpenAi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/site/public/icons/companies/agvolution.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/site/public/icons/companies/amplify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/site/public/icons/companies/anstack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/site/public/icons/companies/apideck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/site/public/icons/companies/apollo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading