docs: cover dashboard-embed toggle API, dev-mode branch writes, devmode deep link, email unsubscribe - #11357
Open
keydunov wants to merge 1 commit into
Open
docs: cover dashboard-embed toggle API, dev-mode branch writes, devmode deep link, email unsubscribe#11357keydunov wants to merge 1 commit into
keydunov wants to merge 1 commit into
Conversation
…vmode deep link, and email unsubscribe
- Add PATCH /v1/embed/dashboard/{publicId} to the Control Plane API
reference (enable/disable signed embedding for a dashboard, admin only),
matching cube embed enable-dashboard/disable-dashboard in the CLI.
- Fix the CLI's Data model Git workflow example: writes now require the
personal dev-mode branch forked by --dev-mode/dev-mode, not the branch
name passed in.
- Document cube CLI printing its version when run with no subcommand.
- Document the ?devmode=true (+ ?branch=) deep link into the Data Model IDE.
- Document one-click unsubscribe (footer link + native mail-client button)
on scheduled dashboard refresh emails.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HNkDxYUamXdXN2AsrSYxKB
Contributor
|
Claude finished @keydunov's task in 38s —— View job Code ReviewVerdict: LGTM — docs-only, well-scoped, no issues found. Details
What was checked
Minor observations (non-blocking)
Nothing here blocks merge. |
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
Routine sweep of recent cube-js/cube and cubedevinc/cubejs-enterprise changes against docs-mintlify turned up a few small customer-facing gaps:
PATCH /v1/embed/dashboard/{publicId}— new admin-only Control Plane API endpoint to enable/disable signed embedding for a dashboard (cubejs-enterprise #13274), paired with the newcube embed enable-dashboard/disable-dashboardCLI commands (feat(cube-cli): add embed enable-dashboard / disable-dashboard commands #11356). Added the endpoint +UpdateDashboardEmbeddingInput/DashboardEmbeddingResponseschemas toapi-reference/api.yaml, registered it indocs.json, and added the two CLI subcommands to theembedrow inreference/cli.mdx.dev-…branch forked by--dev-mode/dev-mode, not the branch name you passed in. The CLI reference's "Data model Git workflow" example still showed--branch my-branch, which is now rejected — updated the example and surrounding text to match the real flow.cubewith no subcommand now prints the installed CLI version before the help text (feat(cube-cli): show CLI version when run without a command #11344) — added a line to the Installation section.?devmode=truedeep link into the Data Model IDE (cubejs-enterprise #13237) — undocumented opt-in URL param (combinable with?branch=) to open the IDE straight into dev mode. Added a short paragraph todata-model-ide.mdx.scheduled-refreshes.mdx.Other recent
featcommits in both repos were reviewed and intentionally left out as not customer-facing percubejs-enterprise/.claude/shared/customer-facing-criteria.md(internal telemetry, cloud-provisioner infra plumbing, invisible pre-aggregation-matching improvements, in-app snippet-formatting polish).No feature found in this pass was large enough to warrant its own docs page, so no Linear ticket was filed.
Generated by Claude Code