docs(vars): document interpolation semantics - #64
Open
gilmishal wants to merge 1 commit into
Open
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
gilmishal
force-pushed
the
codex/docs-vars-interpolation
branch
from
August 7, 2026 14:32
8816e74 to
cab2400
Compare
gilmishal
force-pushed
the
codex/docs-vars-interpolation
branch
from
August 7, 2026 14:36
cab2400 to
4fb44b2
Compare
gilmishal
marked this pull request as ready for review
August 7, 2026 15:16
gilmishal
force-pushed
the
codex/docs-vars-interpolation
branch
from
August 7, 2026 15:54
4fb44b2 to
777770f
Compare
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.
What changed
[vars]references in the environment tutorialminimum-cli-version = "1.14.1"for environments that rely on interpolationWhy
flox/flox#4360 added dependency-ordered rendering for
[vars]in Flox CLI 1.14.1. This update documents how Flox computes that ordering after composition and how environments can declare the compatibility requirement.Generated man page
flox/flox#4607 updates the authoritative man-page source. After that change reaches the stable
latestbranch, the daily man-page sync workflow will regenerateman/manifest.toml.mdxand open a separate PR.Impact
Readers get consistent, version-qualified guidance in the environment tutorial and composition concept page.
Validation
git diff --checkman/manifest.toml.mdxmatchesmainrelease-1.14.1contains fix(vars): render [vars] in dependency order flox#4360 and currentlatest1.14.0 does notNo builds or tests were run per the docs-only scope.