Skip to content

docs: repair stable plugin-guide redirects - #875

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:mainfrom
willkill07:fix/stable-plugin-guide-redirects
Aug 24, 2026
Merged

docs: repair stable plugin-guide redirects#875
rapids-bot[bot] merged 1 commit into
NVIDIA:mainfrom
willkill07:fix/stable-plugin-guide-redirects

Conversation

@willkill07

@willkill07 willkill07 commented Aug 24, 2026

Copy link
Copy Markdown
Member

Overview

Restore the seven shared legacy plugin-guide redirects to the current stable documentation set, preventing production links from reaching unpublished replacement pages.

  • I confirm this contribution is my own work, or I have the right to submit it under this project's license.
  • I searched existing issues and open pull requests, and this does not duplicate existing work.

Details

  • Retarget all seven dynamic-plugin legacy routes to their verified v0.7.3 equivalents.
  • Document that the redirects are temporary until the replacement guide tree is published as stable.

Where should the reviewer start?

Review the build-plugin redirect block in fern/docs.yml; all seven targets resolve in the currently published stable documentation set.

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • Relates to: none

Summary by CodeRabbit

  • Documentation
    • Updated legacy build-plugin documentation links to point to the NeMo Relay v0.7.3 guides.
    • Added guidance indicating that replacement plugin-authoring documentation is still being finalized.

Signed-off-by: Will Killian <wkillian@nvidia.com>
@willkill07
willkill07 requested review from a team as code owners August 24, 2026 16:56
@github-actions github-actions Bot added size:S PR is small Documentation documentation-related labels Aug 24, 2026
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 8d310805-10cf-414d-946c-3453d9a97487

📥 Commits

Reviewing files that changed from the base of the PR and between 9de235a and 022fc84.

📒 Files selected for processing (1)
  • fern/docs.yml

Included review availability: Your plan provides up to 12 included reviews per hour; 9 remain after this review.

📜 Recent review details
⏰ Context from checks skipped due to timeout. (2)
  • GitHub Check: Check / Run
  • GitHub Check: Preview docs
🧰 Additional context used
📓 Path-based instructions (2)
{README.md,docs/**/*.md,fern/**/*}

📄 CodeRabbit inference engine (.agents/skills/prepare-code-freeze/SKILL.md)

Update current-version installation commands, package examples, and configuration examples from the old version to <next-version> where appropriate; leave intentional historical references, generated build output, and third-party attribution entries unchanged.

Files:

  • fern/docs.yml
**/*

📄 CodeRabbit inference engine (CONTRIBUTING.md)

**/*: Every commit in a pull request must include a Developer Certificate of Origin sign-off.
CI must pass before merging.
Use SONAR_IGNORE_START / SONAR_IGNORE_END only for documented false
positives that cannot be resolved in code or by improving the analyzer
configuration.
Keep the ignored block as small as possible, add a brief comment
explaining why the suppression is needed, and call it out in the PR description
so reviewers can explicitly sign off on it.
Keep the first line under 72 characters. Use the body for additional context when the change is not self-explanatory.

**/*: - [ ] Branch scope is coherent and reviewable

  • Relevant tests passed under validate-change

  • Docs and examples updated for any public behavior changes

  • Pull request title follows Conventional Commit style and uses the correct
    type
    Use Conventional Commit style for PR titles:
    Only check the contribution confirmation boxes when they are true. If either
    confirmation cannot be made, stop before opening the PR and surface the blocker.

  • SPDX license header on any new files

**/*: Tool execution callbacks and each execution-intercept next continuation
return the canonical ToolExecutionResult { result, annotation }. A forwarding
intercept must preserve both fields in ToolExecutionInterceptOutcome; Relay
retains pending_marks separately.
Tool sanitize-response guardrails receive
only result.

  • Registration and duplicate-name behavior
  • Deregistration and no-op missing-name behavior
  • Ordering by priority
  • Callback failure policy, including fail-open behavior when required
  • Scope-local registration, inheritance, and cleanup on pop
  • Parity coverage in every affected binding

**/*: Keep NeMo Relay optional
Use stable, documented framework or plugin APIs
Wrap tool and LLM paths at the correct framework boundary
Preserve the framework's original behavior when NeMo Relay is absent
Integration uses public framework or plugin A...

Files:

  • fern/docs.yml
🔇 Additional comments (1)
fern/docs.yml (1)

124-137: 🎯 Functional Correctness

No redirect change is required. All seven /v0.7.3/ destinations return HTTP 200 without redirects.

			> Likely an incorrect or invalid review comment.

Walkthrough

The documentation configuration updates seven legacy dynamic-plugin redirects to NeMo Relay v0.7.3 routes and adds comments about replacement guides that are not yet stable.

Changes

Documentation routing

Layer / File(s) Summary
Stable dynamic-plugin redirects
fern/docs.yml
Seven redirects now point to /v0.7.3/build-plugins/dynamic-plugins/... routes. Comments document the unavailable stable replacement guides.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 022fc

This localized documentation redirect update has no actionable merge-blocking risk based on the supplied evidence and is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title follows Conventional Commits format, uses the allowed docs type, summarizes the redirect repair, and meets the length and punctuation requirements.
Description check ✅ Passed The description includes all template sections, explains the seven redirect changes, identifies the review starting point, and records the required confirmations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@willkill07 willkill07 self-assigned this Aug 24, 2026
@willkill07 willkill07 added this to the 0.9 milestone Aug 24, 2026
@github-actions

Copy link
Copy Markdown

@mnajafian-nv mnajafian-nv left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@willkill07

Copy link
Copy Markdown
Member Author

/merge

@rapids-bot
rapids-bot Bot merged commit d4b7272 into NVIDIA:main Aug 24, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation documentation-related size:S PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants