fix(docs): pin Fern VLM model slugs#3068
Draft
lbliii wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Lawrence Lane <llane@nvidia.com>
Contributor
Signed-off-by: Lawrence Lane <llane@nvidia.com>
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
AGENTS.md, the Fern README, and the contributor skillRoot cause
The Fern migration converted working Sphinx file links into version-agnostic URL paths based on the source filenames. The corresponding navigation entries did not receive explicit
slug:values, so Fern instead generated routes from display names such asInternVLandLLaVA-OneVision. Those generated routes (intern-vl,l-la-va-one-vision, and similar) did not match the authored links (internvl,llava-onevision), causing the unresolved links to render without a version prefix and return 404.Impact
The VLM overview links for Ministral3 VL, InternVL, SmolVLM, LLaVA, and LLaVA-OneVision resolve within the reader's selected documentation version. Existing links to Fern's previously generated routes continue to work through redirects.
Future contributors and agents are explicitly warned not to replace Fern inter-page routes with GitHub-friendly file-relative links, and to keep linked slugs aligned across every applicable version navigation file.
This addresses the VLM model-coverage subset reported in NVBug 6179245.
Validation
make -C docs/fern docs-checkdocs-archivefern check: 0 errors (the optional historical-redirect check warned because the remote Fern registry was unavailable)git diff --check