docs: document branch deep-link copy button in Data Model IDE#11343
Open
keydunov wants to merge 1 commit into
Open
docs: document branch deep-link copy button in Data Model IDE#11343keydunov wants to merge 1 commit into
keydunov wants to merge 1 commit into
Conversation
Added in cubedevinc/cubejs-enterprise#13236 (CUB-3358); ?branch= deep-link support itself (CUB-3318) shipped undocumented too. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017oDPYVCuEQjxm6Uqe3E4pb
Contributor
|
Claude finished @keydunov's task in 22s —— View job Code ReviewDocs-only change adding 5 lines to Verdict: LGTM — 0 issues
Observations
Nits (non-blocking)
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Check List
Description of Changes Made
Documents a small, previously-undocumented Data Model IDE feature: a copy-link button next to the branch switcher that copies the current IDE URL with
?branch=<branch-name>appended. Opening that link switches the recipient to the same branch.Found while cross-checking recent
cubedevinc/cubejs-enterprisechanges against the docs. The button shipped in cubedevinc/cubejs-enterprise#13236 (CUB-3358); the underlying?branch=deep-link support (CUB-3318) had also shipped without a docs mention.Generated by Claude Code