-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add production write access documentation #1262
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
base: main
Are you sure you want to change the base?
Conversation
Add comprehensive documentation for the new production write access feature: - Add production write access section to environments.mdx explaining when and how to enable - Add origin environment concept to commits.mdx with editing restrictions - Add Production Member role to roles-and-permissions.mdx with updated permissions matrix - Update workflows.mdx and create-guides.mdx with origin environment references - Include decision framework for when to use promotion vs direct production editing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| /// <reference types="next/image-types/global" /> | ||
| /// <reference types="next/navigation-types/compat/navigation" /> | ||
| import "./.next/types/routes.d.ts"; | ||
| import "./.next/dev/types/routes.d.ts"; |
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.
Auto-generated Next.js file accidentally committed
Low Severity
The next-env.d.ts file was modified in this documentation PR, changing the import from ./.next/types/routes.d.ts to ./.next/dev/types/routes.d.ts. This file explicitly states "This file should not be edited" and is auto-generated by Next.js. The change appears to be from a local development environment and is unrelated to the PR's purpose of documenting production write access.
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.
@cjbell is this supposed to be committed or not?
Summary
This PR adds docs for the new production write access feature, which enables direct editing of workflows and guides in production when enabled.
Changes
environments.mdx: This is the main page update to review. It introduces production write access, and also makes some edits/restructures to the page in general.
Additional updates to: