Convert rpk ai reference to single-source stubs of docs partials - #161
Open
JakeSCahill wants to merge 1 commit into
Open
Convert rpk ai reference to single-source stubs of docs partials#161JakeSCahill wants to merge 1 commit into
JakeSCahill wants to merge 1 commit into
Conversation
The docs repo is the generation home for rpk ai (asPartial in rpk-overrides.json, generated into reference partials). This replaces the 94 locally generated pages with 101 stubs that include those partials, picking up the rpai 0.2.31 llm-provider/mcp-server renames and the new policy command group. - 21 renamed pages carry page-aliases for their old URLs - rpk ai connection pages dropped (command excluded upstream) - nav rebuilt from the current command tree
❌ Deploy Preview for redpanda-agentic-data-plane failed. Why did it fail? →
|
Contributor
|
Before this merges: the new |
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.
Per the canonical-home discussion: the docs repo generates the
rpk aireference (markedasPartialinrpk-overrides.json, written tomodules/reference/partials/rpk-ai/), so this component's 94 locally generated copies are replaced with 101 single-source stubs — the same pattern as the other shared rpk pages.What you get immediately:
llm-provider/mcp-serverrenames and the complete newpolicygroup (apply/create/delete/diff/get/list/update) are already current in the docs partials.:page-aliases:for the renamed old URLs (rpk-ai-llm-*→rpk-ai-llm-provider-*,rpk-ai-mcp-*→rpk-ai-mcp-server-*).Dropped without successors: the three
rpk ai connectionpages — that command isexclude: truein the upstream overrides (deliberately undocumented). Add redirects if those URLs carry traffic.llm-provider/mcp-server/policypartials these stubs include only reach docsmainwith that PR. Until then this branch's includes don't resolve. Its preview will also stay red until #1840 lands, for the same duplicate-component-version reason as #159/#160.Note: one stale pre-rename partial (
rpk-ai-mcp-create.adoc) still exists in the docs repo and is intentionally not stubbed; we're deleting it upstream as follow-up cleanup.