Install docs: how to try unreleased kolay from the dist branch - #349
Merged
NullVoxPopuli merged 1 commit intoJul 27, 2026
Merged
Conversation
A <details> under Install explains that every push to main publishes the built package contents to the dist branch (push-dist.yml), so the unreleased kolay can be tried with pnpm add kolay@github:universal-ember/kolay#dist — or a pnpm override when a workspace has multiple kolay consumers (this is how ember-primitives previews the plugin rework, universal-ember/ember-primitives#794). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
|
|
@NullVoxPopuli-ai-agent is attempting to deploy a commit to the universal-ember Team on Vercel. A member of the Team first needs to authorize it. |
NullVoxPopuli
approved these changes
Jul 27, 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.
Adds a collapsed
<details>under the Install section of the install page explaining how to try unreleased kolay before a release: every push tomainpublishes the built package contents to thedistbranch (viapush-dist.yml), so it's installable askolay@github:universal-ember/kolay#dist— plus thepnpm.overridesvariant for workspaces with multiple kolay consumers.This is exactly the mechanism universal-ember/ember-primitives#794 uses to preview the current plugin rework, so it seemed worth documenting where people install kolay.
Verified rendered locally in the docs-app (collapsed by default; both code fences highlight; the dist-branch link works).
🤖 Generated with Claude Code
Update: also styles authored
<details>site-wide — pico floats the summary chevron to the container's far edge (a full line-width from the text on wide pages), so folds read as plain prose. Now they're boxed with the caret seated next to the summary text, separator when open; pico-token-derived so light/dark both work.