Draft feature docs: unified env group creation for Doppler and Infisical#386
Open
mintlify[bot] wants to merge 1 commit into
Open
Draft feature docs: unified env group creation for Doppler and Infisical#386mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Doppler and Infisical environment groups are now created from the unified New Env Group flow with a Type selector, rather than from separate "Add … env group" buttons on each integration page.
Changes
applications/configure/environment-groups.mdx— document the Type selector (Porter / Doppler / Infisical) on the create form, and note that external-provider env groups are read-only and sync to a single cluster.integrations/doppler.mdx— rewrite the "Create the environment group in Porter" section around the unified create form, including the Target cluster step. Add tip about the deep-link from the integration page.integrations/infisical.mdx— same rewrite for Infisical, including the deep-link tip.Context
Source PR: porter-dev/code#6529 — chore: consolidate infisical and doppler into creation. The integration pages no longer host a creation modal; they only toggle the operator on/off per cluster and link into
/environment-groups/new?type=….cc @d-g-town for review.