[feat]: collapse cookbook recipe pages into an accordion layout, add … - #1805
Merged
SolitaryThinker merged 3 commits intoSep 1, 2026
Merged
Conversation
Contributor
Merge Protections🔴 1 of 1 protections blocking · waiting on 👀 reviews and 🤖 CI
🔴 PR merge requirementsWaiting for
This rule is failing.
|
Contributor
Pre-commit checks failedHi @Ishxn20, the pre-commit checks have failed. To fix them locally: # Install pre-commit if you haven't already
uv pip install pre-commit
pre-commit install
# Run all checks and auto-fix what's possible
pre-commit run --all-filesCommon fixes:
After fixing, commit and push the changes. The checks will re-run automatically. For future commits, |
…GPU/VAE knobs Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019kCbjT4JM9ntMWGC5GByot
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019kCbjT4JM9ntMWGC5GByot
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019kCbjT4JM9ntMWGC5GByot
Ishxn20
force-pushed
the
ui/cookbook-recipe-builder
branch
from
September 1, 2026 08:48
6429364 to
6c6fff9
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.
This PR restructures the cookbook recipe pages to reduce excessive scrolling and adds new configuration options to the MiniMax H3 recipe builder.
Layout changes (all 15 cookbook family pages)
The Setup, Troubleshooting, and Evidence Status sections are converted from static, always-expanded prose into collapsible sections, with a jump-navigation bar added beneath the page header for direct access to each section. This is applied consistently across all cookbook family pages to keep the shell uniform.
New configuration options (MiniMax H3 only)
The recipe builder now exposes two additional controls where the underlying scripts support them:
The generated command updates live to reflect the selected values. Selecting a non-default value surfaces an explicit note that the configuration has not been benchmarked, consistent with the page's existing evidence-tracking conventions.
Other
Removed an outdated "Inference first, then the full workflow" roadmap notice from the cookbook index page.
Testing