Retire the integrate, automate and overview pages, redirect to help (after connection-docs#1120) - #418
Draft
Iamfle4ka wants to merge 3 commits into
Draft
Retire the integrate, automate and overview pages, redirect to help (after connection-docs#1120)#418Iamfle4ka wants to merge 3 commits into
Iamfle4ka wants to merge 3 commits into
Conversation
… to help Fifteen pages become redirect stubs, the same shape #406 and #412–#416 used: the four /automate/ pages, the /extend/ landing, eight /integrate/ pages (artifacts + tutorial, data streams ×3, the landing, jobs, the orchestrator shell) and /overview/api/ + /overview/encryption/. Their four Jekyll redirect_from aliases (/integrate/push-data/**, /overview/jobs/) stay on the stubs, so those URLs keep resolving. Thirteen images nothing else references are deleted; the nav collapses to "(moved)" rows. Eight of the targets are the identity paths connection-docs#1120 creates on help; this PR must not merge before that one, or those redirects land on 404s. The other seven targets resolve on help today. Deliberately still live, each waiting on its own help PR: /integrate/database/ (SSH tunnel, connection-docs#1019), /overview/ and /overview/repositories/ and the home page (connection-docs#1022 weaves that content into help). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…paths connection-docs#1120 merges these pages into topic homes instead of landing them 1:1: jobs, run-job and run-orchestration → /management/jobs/api/; encryption and artifacts → /extend/common-interface/…; set-schedule → /flows/schedule-api/; the API overview → /overview/. The /overview/jobs/ alias on the jobs stub follows. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
connection-docs#1120 folds the old API page into one subsection of /overview/, so the stub sends readers to that section rather than the top of a 200-line page. Help's own redirect_from cannot carry a fragment; the Jekyll stub can. Co-Authored-By: Claude Fable 5.1 <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.
Draft. Do not merge before keboola/connection-docs#1120 is on
main. Eight of the redirect targets below are the pages that PR creates or merges into; merging earlier sends those readers to 404s. Updated 2026-09-09: #1120 now merges the pages into topic homes instead of landing them 1:1, and the stubs follow.What
Fifteen pages become redirect stubs to help.keboola.com, the same shape as #406 and #412–#416:
/automate//flows//automate/run-job/,/run-orchestration//management/jobs/api/(merged)/automate/set-schedule//flows/schedule-api//extend//extend//integrate//overview//integrate/artifacts/,/integrate/artifacts/tutorial//extend/common-interface/artifacts/,…/tutorial//integrate/data-streams/,…/overview/,…/tutorial//storage/data-streams/,…/reference/,…/tutorial//integrate/jobs//management/jobs/api//integrate/orchestrator//flows//overview/api//overview/(folded into one subsection)/overview/encryption//extend/common-interface/encryption/The four Jekyll
redirect_fromaliases these pages carried (/integrate/push-data/,…/overview/,…/tutorial/,/overview/jobs/) stay on the stubs; all 26 aliases the site honours still resolve after this PR. Thirteen images nothing else references are deleted. The nav collapses to "(moved)" rows, keeping/overview/and/integrate/database/as live entries.Deliberately still live
Each waits for the help PR that carries its content, so nothing is lost in between:
/integrate/database/(SSH tunnel) → PRDCT-544: fold dev SSH-tunnel how-to into /components/extractors/database/ connection-docs#1019/overview/,/overview/repositories/and the home page → PRDCT-540: combine dev+help home and overview (top-down pilot) connection-docs#1022After those merge, one more stub PR closes the site down to redirects only; the CloudFront host-swap (PRDCT-565) then takes over and this repo is archived.
Checks
Buildon this branch is the Jekyll build the site deploys from.Trail: PRDCT-583 (delete-from-dev), PRDCT-565 (cutover), PRDCT-470 (umbrella).