Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion apps/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Runs on **http://localhost:3002** (site is 3000, docs is 3001, eclipse is 3003).
## Structure

- `content/blog/` — MDX blog posts
- `src/` — App shell, layout, search, and MDX components (TweetEmbed, Youtube, Quote, etc.)
- `src/` — App shell, layout, search, and MDX components (TweetEmbed, Quote, etc.)
- Uses [Fumadocs](https://fumadocs.dev) for the blog framework
- Uses `@prisma/eclipse` for UI components

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/src/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import {
Steps,
Step,
} from "@prisma/eclipse";
import { Youtube } from "@prisma-docs/ui/components/youtube";
import { TweetEmbedComp } from "@/components/TweetEmbed";
import { Youtube } from "@/components/Youtube";
import { Meetup, MeetupList } from "@/components/Meetup";
import { Employee } from "@/components/Employee";
import { withBlogBasePath, withBlogBasePathForImageSrc } from "@/lib/url";
Expand Down
19 changes: 0 additions & 19 deletions apps/docs/src/components/youtube.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/src/mdx-components.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import defaultMdxComponents from "fumadocs-ui/mdx";
import { Youtube } from "@prisma-docs/ui/components/youtube";
import { APIPage } from "@/components/api-page";
import { Youtube } from "@/components/youtube";
import { withDocsBasePath } from "@/lib/urls";

import type { MDXComponents } from "mdx/types";
Expand Down
709 changes: 709 additions & 0 deletions apps/site/public/illustrations/studio/embed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 164 additions & 0 deletions apps/site/public/illustrations/studio/explore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions apps/site/public/illustrations/studio/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
329 changes: 329 additions & 0 deletions apps/site/public/illustrations/studio/hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
132 changes: 132 additions & 0 deletions apps/site/public/illustrations/studio/laptop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions apps/site/public/illustrations/studio/tabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/site/public/og/og-studio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading