Skip to content
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

Clean up help section #6541

Merged
merged 10 commits into from
Jan 2, 2025
Merged

Clean up help section #6541

merged 10 commits into from
Jan 2, 2025

Conversation

jharrell
Copy link
Member

@jharrell jharrell commented Dec 19, 2024

Cleaning up our help articles to determine which can be moved into guides.

This will require some redirects.

@jharrell jharrell requested a review from nikolasburk December 19, 2024 16:49
@jharrell jharrell self-assigned this Dec 19, 2024
Copy link
Contributor

github-actions bot commented Dec 19, 2024

original preview
content/200-orm/800-more/600-help-and-troubleshooting/400-nextjs-help.mdx content/200-orm/800-more/600-help-and-troubleshooting/400-nextjs-help.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/200-pgbouncer.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/200-pgbouncer.mdx
content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx
content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx content/200-orm/200-prisma-client/500-deployment/400-module-bundlers.mdx
content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/600-legacy-migrate.mdx
content/200-orm/500-reference/050-prisma-client-reference.mdx content/200-orm/500-reference/050-prisma-client-reference.mdx
content/200-orm/800-more/600-help-and-troubleshooting/index.mdx content/200-orm/800-more/600-help-and-troubleshooting/index.mdx
content/200-orm/800-more/600-help-and-troubleshooting/100-autocompletion-in-graphql-resolvers-with-js.mdx content/200-orm/800-more/600-help-and-troubleshooting/100-autocompletion-in-graphql-resolvers-with-js.mdx
content/200-orm/800-more/600-help-and-troubleshooting/200-working-with-many-to-many-relations.mdx content/200-orm/800-more/600-help-and-troubleshooting/200-working-with-many-to-many-relations.mdx
content/200-orm/800-more/600-help-and-troubleshooting/300-implicit-to-explicit-conversion.mdx content/200-orm/800-more/600-help-and-troubleshooting/300-implicit-to-explicit-conversion.mdx
content/200-orm/800-more/600-help-and-troubleshooting/450-pkg-issue.mdx content/200-orm/800-more/600-help-and-troubleshooting/450-pkg-issue.mdx
content/200-orm/800-more/600-help-and-troubleshooting/500-comparing-columns-through-raw-queries.mdx content/200-orm/800-more/600-help-and-troubleshooting/500-comparing-columns-through-raw-queries.mdx
content/200-orm/800-more/600-help-and-troubleshooting/600-vercel-caching-issue.mdx content/200-orm/800-more/600-help-and-troubleshooting/600-vercel-caching-issue.mdx
content/200-orm/800-more/600-help-and-troubleshooting/700-netlify-caching-issue.mdx content/200-orm/800-more/600-help-and-troubleshooting/700-netlify-caching-issue.mdx
content/200-orm/800-more/600-help-and-troubleshooting/800-check-constraints.mdx content/200-orm/800-more/600-help-and-troubleshooting/800-check-constraints.mdx
content/200-orm/800-more/600-help-and-troubleshooting/900-prisma-nuxt-module.mdx content/200-orm/800-more/600-help-and-troubleshooting/900-prisma-nuxt-module.mdx

Copy link
Contributor

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

/orm/more/help-and-troubleshooting/creating-bug-reports /docs/##( TODO: Path of page that replaces deleted page )##
/orm/more/help-and-troubleshooting/help-articles/autocompletion-in-graphql-resolvers-with-js /docs/orm/more/help-and-troubleshooting/autocompletion-in-graphql-resolvers-with-js
/orm/more/help-and-troubleshooting/help-articles/nextjs-prisma-client-dev-practices /docs/##( TODO: Path of page that replaces deleted page )##
/orm/more/help-and-troubleshooting/help-articles/nextjs-prisma-client-monorepo /docs/##( TODO: Path of page that replaces deleted page )##
/orm/more/help-and-troubleshooting/help-articles/nextjs-prisma-client-dynamic /docs/##( TODO: Path of page that replaces deleted page )##
/orm/more/help-and-troubleshooting/help-articles /docs/##( TODO: Path of page that replaces deleted page )##
/orm/more/help-and-troubleshooting/help-articles/working-with-many-to-many-relations /docs/orm/more/help-and-troubleshooting/working-with-many-to-many-relations
/orm/more/help-and-troubleshooting/help-articles/implicit-to-explicit-conversion /docs/orm/more/help-and-troubleshooting/implicit-to-explicit-conversion
/orm/more/help-and-troubleshooting/help-articles/pkg-issue /docs/orm/more/help-and-troubleshooting/pkg-issue
/orm/more/help-and-troubleshooting/help-articles/comparing-columns-through-raw-queries /docs/orm/more/help-and-troubleshooting/comparing-columns-through-raw-queries
/orm/more/help-and-troubleshooting/help-articles/vercel-caching-issue /docs/orm/more/help-and-troubleshooting/vercel-caching-issue
/orm/more/help-and-troubleshooting/help-articles/netlify-caching-issue /docs/orm/more/help-and-troubleshooting/netlify-caching-issue
/orm/more/help-and-troubleshooting/help-articles/check-constraints /docs/orm/more/help-and-troubleshooting/check-constraints
/orm/more/help-and-troubleshooting/help-articles/prisma-nuxt-module /docs/orm/more/help-and-troubleshooting/prisma-nuxt-module
/orm/more/help-and-troubleshooting/help-articles/netlify-build-command-filled.png /docsstatic/img/orm/netlify-build-command-filled.png
/orm/more/help-and-troubleshooting/help-articles/netlify-edit-settings.png /docsstatic/img/orm/netlify-edit-settings.png
/orm/more/help-and-troubleshooting/help-articles/prisma-autocompletion-in-js.png /docsstatic/img/orm/prisma-autocompletion-in-js.png
/orm/more/help-and-troubleshooting/help-articles/unwanted-autocomplete-values-in-vscode.png /docsstatic/img/orm/unwanted-autocomplete-values-in-vscode.png
/orm/more/help-and-troubleshooting/help-articles/vercel-ui-build-command-filled.png /docsstatic/img/orm/vercel-ui-build-command-filled.png
/orm/more/help-and-troubleshooting/help-articles/vercel-ui-build-command.png /docsstatic/img/orm/vercel-ui-build-command.png

Copy link
Contributor

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

Copy link

cloudflare-workers-and-pages bot commented Dec 19, 2024

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 96fdaa5
Status: ✅  Deploy successful!
Preview URL: https://c9c2d46a.docs-51g.pages.dev
Branch Preview URL: https://jharrell-clean-up-help.docs-51g.pages.dev

View logs

@jharrell jharrell requested a review from nikolasburk December 19, 2024 18:44
@jharrell jharrell merged commit cf2f44e into main Jan 2, 2025
10 of 12 checks passed
@jharrell jharrell deleted the jharrell/clean-up-help branch January 2, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants