docs: variable data types and Generate Docs env selection#124
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: variable data types and Generate Docs env selection#124mintlify[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
Document two user-facing features that landed in
usebruno/brunolast week and were not yet reflected in the v3 docs.Changes
variables/overview.mdx: replace the outdated "all variables are stored as strings" note with a new Variable Data Types section covering the newstring/number/boolean/objecttypes, the in-app type selector, the@number/@boolean/@objectannotation syntax used in.brufiles, and inference from scripts. (feat: variabledata typessupport bruno#8046)api-docs/auto-generate-docs.mdx: add a step describing the new environment-selection UI and version/folder/request count card in the Generate Documentation modal so users can scope which environments get exported. (Feature(size/L): BRU-2542 Choose environments to include and show versions in the Generate Documentation modal bruno#8268)Context
Scoped review of commits merged to
usebruno/brunoover the past week. Other merged PRs (notification modal redesign, change log tab, websocket tooltip, test/CI fixes) were UI polish or internal changes that don't have corresponding docs pages and didn't need v3 documentation updates. No navigation changes required.