-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add guide to deploying a real-time app with ppg #6591
Conversation
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Deploying docs with Cloudflare Pages
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 20.6%, saving 70.43 KB.
168 images did not require optimisation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great guide 💯 a few notes (I added these as direct comments/suggestions as well but want to emphasize them as top-level feedback too):
- when you use "sub-steps", please prefix the step with the current "top-level" step (see my comments in sections 3, 4 and 5)
- please make sure to keep indentation of code blocks in lists at 2 or 4 spaces (two should normally be enough actually)
- the real-time functionality didn't work for me; I added a Loom video with a demo in a comment
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 20.6%, saving 70.64 KB.
168 images did not require optimisation. |
….mdx Co-authored-by: Nikolas <nikolas.burk@gmail.com>
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work Ankur!
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
content/800-guides/1200-prisma-postgres-realtime-on-cloudflare.mdx
Outdated
Show resolved
Hide resolved
….mdx Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com>
….mdx Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com>
Closes DA-2265