docs(auto-activation): drop feature-flag framing for Flox 1.14.0 - #48
Merged
Conversation
flox/flox#4468 removed the auto_activate feature flag, making auto-activation on by default (gated only by the existing auto_activate config option: prompt/allowlist/disabled). Update the conceptual guide and man pages to match, ahead of the 1.14.0 release.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
man/*.mdx is generated from flox/flox cli/flox/doc — the daily sync-man-pages workflow will pick up the feature-flag removal automatically once 1.14.0 is tagged latest, so this PR only needs the hand-maintained concepts/auto-activation.mdx update.
djsauble
marked this pull request as ready for review
July 28, 2026 17:09
tanjadev
approved these changes
Jul 28, 2026
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
mainand carried intorelease-1.14.0) removed theauto_activatefeature flag — auto-activation is now on by default, controlled solely by theauto_activateconfig option (prompt/allowlist/disabled).concepts/auto-activation.mdx(the hand-maintained conceptual guide) to drop the "experimental, behind a feature flag" framing.flox-activate,flox-activate-allow,flox-activate-deny,flox-config) are intentionally left untouched here —man/*.mdxis generated fromflox/floxcli/flox/doc/*.mdvia the scheduledsync-man-pagesworkflow, which tracks thelatest(stable release) branch. That workflow will pick up the feature-flag removal automatically once 1.14.0 ships andlatestmoves — no manual edit needed there.Test plan
mint broken-links— passes, no broken linksconcepts/auto-activationpage (this is a draft pending review)