PRDCT-542: migrate dev overview reference (Our APIs + Encryption) into help - #1024
Closed
Iamfle4ka wants to merge 1 commit into
Closed
PRDCT-542: migrate dev overview reference (Our APIs + Encryption) into help#1024Iamfle4ka wants to merge 1 commit into
Iamfle4ka wants to merge 1 commit into
Conversation
…to help Track B, top-down: the reference layer directly under the combined overview (#1022). Ports the two dev /overview/ reference pages onto the platform at their existing paths (dev /overview/api/ and /overview/encryption/ == help paths, so no redirects needed — help simply starts serving them on the unified domain). - Port /overview/api/ ("Our APIs" — the API index/introduction: per-service API table, service codes, stacks/regions, cURL usage) + apiary-console.png, postman-import.png. - Port /overview/encryption/ (Encryption API concepts + cipher types/regions) + 2 images. - Link rules: internalize help + /overview/* + this-PR pages; keep unmigrated dev sections (/integrate/, /extend/, /automate/, job/queue, integrate/storage/api) as absolute developers.keboola.com URLs (flip when those migrate); storage concept → /storage/; ip-addresses → /components/ip-addresses/. - Backlink pass: flip inbound links to these pages across 7 help pages (transformations, tokens, components, ip-addresses, external-integrations) from the dev URL to internal. Home + overview/index links left for #1022 (owns those files). - Nav: add "Our APIs" + "Encryption" under Keboola Overview. Draft — Track B section, awaiting maintainer review. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Superseded: migration is being redone as ONE fully script-driven run (no post-script hand edits), per Jordan's requirement that moves be verifiable by validating the code. This PR's scope (and the hand-fixes discovered here) are encoded into the extended script. Placement map for the later topic re-organization: PLACEMENT-MAP.md / https://claude.ai/code/artifact/5333888d-4577-4915-9fab-37fbf3834d47 |
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 — Track B, top-down. The reference layer directly under the combined overview (#1022): the two dev
/overview/reference pages, ported onto the platform at their existing paths.Because dev
/overview/api/and/overview/encryption/are the same paths on help, no redirects are needed — help simply starts serving them on the unified domain.Ported
/overview/api/— "Our APIs": the API index/introduction (per-service API table, service codes, stacks & regions, cURL usage) + 2 images./overview/encryption/— Encryption API concepts, cipher types & regions + 2 images.Link handling
/overview/*+ this-PR pages; kept unmigrated dev sections (/integrate/,/extend/,/automate/, job/queue,integrate/storage/api) as absolutedevelopers.keboola.comURLs — flip when those migrate. Storage concept →/storage/; old/extractors/ip-addresses/→/components/ip-addresses/.overview/indexlinks are left for PRDCT-540: combine dev+help home and overview (top-down pilot) #1022 (which owns those files).Nav
"Our APIs" + "Encryption" added under Keboola Overview.
Verification
npm run buildclean (260 pages).audit-phase2.mjs: 0 missing images, 0 broken links on these pages (the 3 flagged are pre-existing onmain).migrate-devdocs.mjs, from PRDCT-538: migrate dev automate/ into help (pilot + converter) #1020) used locally to port + cleaned up — not included in this PR.Track-B remaining after this:
extend/,cli/(+ storage-concept, deferred to coordinate with the in-review Storage rework #1010).🤖 Generated with Claude Code