Add missing rpk profile and rpk cloud reference pages - #159
Merged
Conversation
The rpk profile and rpk cloud parent pages single-source their subcommand tables from the docs repo, but the child pages the tables link to did not exist in this component. Every full-site build logged 18 'target of xref not found' errors from adp-docs. Adds single-source stubs for the 15 rpk profile subcommands and the rpk cloud auth, byoc, and mcp families, plus nav entries.
❌ Deploy Preview for redpanda-agentic-data-plane failed. Why did it fail? →
|
Per review discussion: #160 removes the rpk cloud subtree from this component entirely (rpk ai owns its auth), which also removes the page emitting the rpk cloud xref errors. This PR now only adds the 15 rpk profile subcommand stubs and their nav entries.
Contributor
Author
micheleRP
approved these changes
Jul 28, 2026
micheleRP
left a comment
Contributor
There was a problem hiding this comment.
Stubs and nav verified against the docs repo pages; thanks for reworking the rpk cloud split.
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.
Every full-site docs build currently logs 18
target of xref not founderrors from this component. Therpk profileparent page single-sources its subcommand table from the docs repo, but the child pages the table links to don't exist here.Scope reduced after review discussion with the ADP team: this PR now only adds single-source stubs for the 15
rpk profilesubcommands plus their nav entries. The 12rpk cloudstubs originally included here were dropped — #160 removes therpk cloudsubtree from this component entirely (rpk ai owns its own auth), which also removes the page emitting the remaining 3 xref errors. With both PRs merged (either order), adp-docs contributes zero xref errors.Surfaced while checking build logs for the 26.2 GA release prep (companion fixes: redpanda-data/docs#1837, redpanda-data/cloud-docs#653).
Note: the Netlify preview check will stay red until the 26.2 GA merge lands on docs
main(duplicate component version 26.1 during the release window — unrelated to this change). Re-run it after redpanda-data/docs#1840 merges.