Differentiate Quickstart entries and apply style audit fixes#36
Closed
micheleRP wants to merge 1 commit into
Closed
Differentiate Quickstart entries and apply style audit fixes#36micheleRP wants to merge 1 commit into
micheleRP wants to merge 1 commit into
Conversation
Rename the three identically-labeled "Quickstart" nav entries to ADP Quickstart, AI Agent Quickstart, and AI Gateway Quickstart so the TOC distinguishes them. Fix accuracy issues uncovered while reviewing: agents/quickstart.adoc had page-topic-type: tutorial and linked to a nonexistent "Remote MCP Quickstart" page; both corrected. Apply docs-team-standards audit findings (no future tense, no quotation-mark emphasis, no bold column headers, no directional refs, SSL → TLS). Repair broken test-quickstart and test-console-auth scripts in package.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for redpanda-agentic-data-plane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Superseded by #37 — the commit was cherry-picked onto the overview-reorder branch so the two changes ship as one PR. Closing here to avoid two parallel merges. |
auto-merge was automatically disabled
May 28, 2026 00:20
Pull request was closed
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.
Summary
modules/ROOT/nav.adocas ADP Quickstart, AI Agent Quickstart, and AI Gateway Quickstart so the sidenav distinguishes them.modules/agents/pages/quickstart.adoc: change:page-topic-type: tutorialtoquickstart, and replace three references to the nonexistent "Remote MCP Quickstart" page with proper xrefs tomcp:create-server.adoc.docs-team-standards:auditfindings across the repo: no future tense ("will use" → "uses"; "will be accessible" → "are accessible"), no quotation-mark emphasis ("Active"/"Enabled"), no bold column headers (gateway overview metrics), no directional refs ("see... below" → proper xref), SSL → TLS in the GitHub Copilot admin partial, and rephrase a "There is no..." sentence inmcp/managed/metabase.adoc.package.json: repointtest-quickstartto the actualbyoc-quickstart.adocpath, and removetest-console-auth(noconsolemodule exists in this repo).Preview pages
Test plan
npm run buildcompletes with no new errors or warnings beyond the pre-existing ones in auto-generated rpk filesagents/quickstart.adocnow links to "Create an MCP Server" instead of the nonexistent Remote MCP Quickstart🤖 Generated with Claude Code