Skip to content

Conversation

@samseely
Copy link
Contributor

@samseely samseely commented Jan 14, 2026

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:

    • commits.mdx
    • roles-and-permissions.mdx:
      • Added Production Member role to overview and permissions matrix
      • Added callouts explaining production write access availability
    • workflows.mdx: Added callout about pwa
    • create-guides.mdx: Added callout about pwa

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>
@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 15, 2026 10:32pm

Review with Vercel Agent

/// <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";
Copy link

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.

Fix in Cursor Fix in Web

Copy link
Contributor Author

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?

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.

4 participants