docs(variables): retire the dev Variables pages, redirect to help (PRDCT-554) - #412
Draft
Iamfle4ka wants to merge 1 commit into
Draft
docs(variables): retire the dev Variables pages, redirect to help (PRDCT-554)#412Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
…DCT-554)
The two /integrate/variables/ pages moved to help.keboola.com under Components,
per Jordan's 08-05 placement call and Matyáš's 08-07 confirmation in
#ask-component-factory ("Call it Variables and I don't mind wherever it is.
Components as a page is fine.").
- /integrate/variables/ -> https://help.keboola.com/components/variables/api/
- /integrate/variables/tutorial/ -> https://help.keboola.com/components/variables/api/tutorial/
- assets deleted; the help pages carry their own copies
- both entries dropped from the Integrate nav
Same stub shape as the merged /integrate/mcp/ retirement (#405).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What & why
Second half of the two-PR shape for the Variables unit (PRDCT-583). The content is already migrated to help — this retires the dev-side originals so there is exactly one maintained copy.
/integrate/variables//integrate/variables/tutorial/Placement and naming are owner-decided, not proposed here:
#ask-component-factory: "Call it Variables and I don't mind wherever it is. Components as a page is fine." There is no separate Variables API product — the calls are configuration/Storage API plus Vault.What changed
redirect_tostubs — the same shape as the already-merged/integrate/mcp/retirement (docs(mcp): retire the dev MCP page, redirect to help (PRDCT-580) #405).countries.csv,variables.svg, two tutorial screenshots); the help pages carry their own copies, verified indist.Deliberately not in this PR
_layouts/redirect.html— the friendly "this page has moved" template lands with docs(extend): retire the merged component docs, redirect to help (PRDCT-543) #406. Until thenjekyll-redirect-fromuses its own template, so the redirect works either way; no need to add the same file in two open PRs.extend/component/index.md:94, the only inbound link from outside this subtree, is left pointing at/integrate/variables/— it redirects, and docs(extend): retire the merged component docs, redirect to help (PRDCT-543) #406 turns that whole file into a stub anyway. Repointing it here would only conflict with docs(extend): retire the merged component docs, redirect to help (PRDCT-543) #406.Merge order
Draft on purpose: this must not merge before connection-docs#1051, which publishes the target pages. #1051 is green and mergeable, waiting on review.
🤖 Generated with Claude Code