docs
docs copied to clipboard
add PDP concepts overview
This PR introduces a number of changes to the PDP docs:
- refactors "concepts" and move Workspaces, Projects and Environments out of the sidebar and puts all relevant information into About page
- elaborates on Workspaces, Projects and Environments with simple language and gives examples of "typical" use/workflows
- gives more context on billing with concrete examples
- adds concrete instructions to configure the Accelerate connection pool size
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs | ⬜️ Ignored (Inspect) | Visit Preview | May 7, 2024 6:25am |
Absolute URL check
No absolute URLs to prisma.io/docs found.
Redirect check
This PR probably requires the following redirects to be added to static/_redirects:
/platform/concepts/workspaces /docs/##( TODO: Path of page that replaces deleted page )##
/platform/concepts/projects /docs/##( TODO: Path of page that replaces deleted page )##
/platform/concepts/environments /docs/##( TODO: Path of page that replaces deleted page )##
/platform/concepts /docs/##( TODO: Path of page that replaces deleted page )##
Images automagically compressed by Calibre's image-actions ✨
Compression reduced images by 1.7%, saving 7.43 KB.
Filename | Before | After | Improvement | Visual comparison |
---|---|---|---|---|
static/img/platform/pdp-concepts.png |
429.51 KB | 422.08 KB | -1.7% | View diff |
148 images did not require optimisation.
Deploying docs with
Cloudflare Pages
Latest commit: |
a4c6461
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d67261c2.docs-51g.pages.dev |
Branch Preview URL: | https://pdp-concepts.docs-51g.pages.dev |
Images automagically compressed by Calibre's image-actions ✨
Compression reduced images by 32.3%, saving 90.50 KB.
Filename | Before | After | Improvement | Visual comparison |
---|---|---|---|---|
static/img/platform/pdp-concepts.png |
280.36 KB | 189.87 KB | -32.3% | View diff |
148 images did not require optimisation.
I would possibly note what environment is default for a project. Does it have a name?
Maybe I missed it, but I'm not sure. I see something stating that you need a single API key for a single environment, even if that environment has both Prisma Pulse and Prisma Accelerate enabled. (although I might be wrong on that working)
Images automagically compressed by Calibre's image-actions ✨
Compression reduced images by 9.8%, saving 5.92 KB.
Filename | Before | After | Improvement | Visual comparison |
---|---|---|---|---|
static/img/platform/pdp-concepts.png |
60.64 KB | 54.72 KB | -9.8% | View diff |
148 images did not require optimisation.
Redirect check
This PR probably requires the following redirects to be added to static/_redirects:
/platform/concepts/workspaces /docs/##( TODO: Path of page that replaces deleted page )## /platform/concepts/projects /docs/##( TODO: Path of page that replaces deleted page )## /platform/concepts/environments /docs/##( TODO: Path of page that replaces deleted page )## /platform/concepts /docs/##( TODO: Path of page that replaces deleted page )##
@nikolasburk, did we add these redirects?
Thanks for the ping @meletj and @petradonka!
I added redirects and update utm in this PR: https://github.com/prisma/docs/pull/5999