Conversation
Links under aigw/ that pointed at /api-reference/... were resolving against the Latest Portkey-branded version, so nothing flagged them as broken while a Prisma AIRS reader silently left the Prisma AIRS docs. Three classes, handled individually rather than by bulk prefix: - Targets that exist under aigw/ -- repointed (inference-api/headers, inference-api/config-object, inference-api/open-api-specification, integrations/libraries/microsoft-semantic-kernel). - Targets that will never exist -- /api-reference/sdk (no SDK reference is carried into aigw) and the Workspaces / Users / Log Exports Admin API groups (dropped from the spec). Cards removed, prose unlinked with the text kept. - Targets never carried into aigw -- gateway-for-other-apis, anthropic-transform, a Messages API reference. Unlinked, text kept. Also fixes open-api-specification.mdx, whose frontmatter still redirected to https://github.com/Portkey-AI/openapi instead of the PaloAltoNetworks repo. Roughly 90 links remain. Those all target generated operation pages and are blocked on x-mint.href being set upstream in the spec. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Sep 15, 2026
Contributor
Author
|
Superseded by #1079, which lands phases 3, 4 and 5 against main in one PR. Every commit here is included there. |
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.
Links under
aigw/that pointed at/api-reference/...were resolving against the Latest Portkey-branded version. Nothing flagged them as broken, because the targets are real — they are just in the wrong version. A Prisma AIRS reader clicking an API link silently left the Prisma AIRS docs.Count goes 122 → 90.
Three classes, handled page by page rather than by bulk prefix:
aigw/inference-api/headers,inference-api/config-object,inference-api/open-api-specification,integrations/libraries/microsoft-semantic-kernel/api-reference/sdk(no SDK reference inaigw/); Workspaces, Users, Log Exports Admin API groups (dropped from the spec)aigw/gateway-for-other-apis,anthropic-transform, a Messages API referenceIncidental fix:
aigw/api-reference/inference-api/open-api-specification.mdxfrontmatter still redirected readers tohttps://github.com/Portkey-AI/openapirather than the PaloAltoNetworks repo.Not in this PR
The remaining ~90 links all target generated operation pages. Every operation
summaryin the spec is empty and no operation carriesx-mint, so the generated pages have neither titles nor pinned URLs — there is nothing stable to point at yet. Blocked onx-mint.hrefbeing set upstream in the spec repo.Five pre-existing broken links under
aigw/are also left alone (out of slice):inference-api/embeddings×2,inference-api/batch/create-batch(both in the blocked class above), andaigw/support/contact-us×2 (no such page was carried intoaigw/).Verification
mint validate— greenmint broken-links— no new breakage underaigw/🤖 Generated with Claude Code