Conversation
API Connector was a never-completed Preview feature. With the shift from topologies to optimising Spaces there's no intention to evolve it, and keeping it around only confuses customers — so remove it from the docs entirely. - Delete the API Connector how-to from current cloud-spaces and self-hosted-spaces docs and from the 1.13-1.16 versioned snapshots - Remove the sidebar entries (current + versioned) - Drop the `up controlplane api-connector` CLI reference pages and their imports/sections in cli-reference.md - Remove the dead [api-connector] link definitions from the MCP connector guides and the two llms.txt entries - Delete the orphaned api-connector.png image - Repoint /operate/api-connector and add a redirect for the now-deleted /self-hosted-spaces/howtos/api-connector page, both to ctp-connector Signed-off-by: Philippe Scorsolini <5697904+phisco@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29a187cca8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "permanent": true | ||
| }, | ||
| { | ||
| "source": "/self-hosted-spaces/howtos/api-connector(/)?", |
There was a problem hiding this comment.
Add redirects for versioned API Connector pages
This redirect only covers the unversioned self-hosted URL, but the same patch deletes the API Connector docs from the 1.13–1.16 versioned snapshots as well. Users following existing versioned docs links such as /self-hosted-spaces/1.16/howtos/api-connector will now get a 404 even though the corresponding /self-hosted-spaces/1.16/howtos/ctp-connector page still exists, so add per-version redirects or keep those versioned pages.
Useful? React with 👍 / 👎.
What
Drops the API Connector documentation entirely, per CTP-304.
API Connector was a never-completed Preview feature. With the shift from
topologies to optimising Spaces there's no intention to evolve it, and keeping
it around only confuses customers.
Changes
api-connector.mdfrom current cloud-spaces andself-hosted-spaces docs, plus the 1.13–1.16 versioned snapshots.
howtos/api-connectorentry (current + 1.13–1.16).up controlplane api-connectorreference pagesand their imports/sections in
cli-reference.md.[api-connector]link definitions from the MCP connector guides and the two
llms.txtentries.static/img/api-connector.png.vercel.json): repointed/operate/api-connectorand added aredirect for the now-deleted live page
/self-hosted-spaces/howtos/api-connector,both →
ctp-connector(matching the existing convention for old connector paths).Left intentionally
up api-connectorCLI…" line in the up CLI releasenotes — kept as an accurate record of a past release.
/self-hosted-spaces/1.16/howtos/api-connector) will now404; given this was an incomplete preview feature I didn't add per-version
redirects. Happy to add them if you'd prefer.
Verification
npm run buildpasses; no api-connector references or broken links remain (theonly build warnings are pre-existing and unrelated).
Closes CTP-304.