[AAASM-4550] 📝 (docs): Tab install/config/docker alternatives - #248
Closed
Chisanan232 wants to merge 3 commits into
Closed
[AAASM-4550] 📝 (docs): Tab install/config/docker alternatives#248Chisanan232 wants to merge 3 commits into
Chisanan232 wants to merge 3 commits into
Conversation
Convert the two alternative ways to enable the native runtime (pip vs. uv+maturin) from one plain bash block into pymdownx.tabbed pip/uv tabs, matching quick-start's install pattern. Refs AAASM-4558
Convert the default vs. pinned --build-arg SDK_VERSION docker build invocations from one plain bash block into Default/Pinned version tabs. Refs AAASM-4559
Add an explicit smaller/tighter font-size for pymdownx.tabbed tab labels so short tab titles read as a quiet control rather than a heading. Refs AAASM-4560
Contributor
Author
|
Superseded — Story AAASM-4550 is split into per-subtask PRs per this repo's one-PR-per-subtask convention: #246 (AAASM-4558, troubleshooting pip/uv tabs), #245 (AAASM-4559, container-base-image docker-build tabs), #247 (AAASM-4560, tab-title font-size). AAASM-4561 is a verification-only subtask (acceptance-check via mkdocs build --strict + mkdocs serve) with no code deliverable, so it needs no separate PR. This consolidated Story PR is redundant. Closing. |
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.
Description
Applies the site's existing
pymdownx.tabbedcontent-tabs pattern (already usedcorrectly on
quick-start.mdfor pip/uv) to the two remaining pages that showgenuine sequential alternatives as a single plain code block, and adds a
tab-title font-size override so tab labels read as a quiet control rather than a
heading.
docs/troubleshooting.md— the native-runtime install (pip vs.uv+maturin) is now
=== "pip"/=== "uv"tabs. (AAASM-4558)docs/guides/container-base-image.md— the twodocker buildinvocations (default vs. pinned
--build-arg SDK_VERSION=...) are now=== "Default"/=== "Pinned version"tabs. (AAASM-4559)docs/stylesheets/aaasm-brand.css— adds an explicit smaller/tighterfont-sizefor.tabbed-labelslabels (was 100% theme default). (AAASM-4560)Type of Change
Breaking Changes
Related Issues
Testing
ci.yamlexcludesdocs/**so no CI runs)mkdocs build --strictpasses cleanly (0 warnings/errors). Confirmed in thebuilt HTML that both pages emit a
tabbed-setwith the expected<label>s(pip/uv; Default/Pinned version) and that the new
.tabbed-labels > labelfont-size rule ships in the compiled
aaasm-brand.css.Checklist