Fix broken links - #3157
Open
mintlify[bot] wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
Updated 2026-09-07 13:22:22 UTC for deployment · b12ce4a. |
Contributor
Knowledgebase navigation update
Generator warnings
|
Contributor
Readability impactWord-weighted Flesch-Kincaid grade change across 49 changed pages: +0.0 (unchanged). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-mintlify-f1d927ae.mintlify.site |
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
Fixes broken anchor links to pages that changed during the scope windows (Aug 24–Sep 7).
mint broken-linkspasses but does not check anchors, so heading-level targets were audited against every page changed in scope, including inbound links from unchanged pages.Changes
Week of Aug 31–Sep 7 (merged latest
maininto this branch)The Python SDK reference restyling (#3161) replaced per-property headings with
ResponseFieldcomponents, removing#property-*anchors:models/runs/grouping.mdx:run#property-group,run#property-job_type→run#propertiesmodels/track/config.mdx:run#property-config→run#propertiesmodels/runs/run-identifiers.mdx:public-api/run#property-name→public-api/run#propertiesOther stale anchors:
models/app/features/panels/query-panels.mdx:/models/track/public-api-guide#understanding-the-different-attributes(heading no longer exists) →#export-run-data, where the run attributes table now livesweave/guides/core-types/evaluations.mdx,weave/guides/evaluation/scorers.mdx,weave/tutorial-eval.mdx:/weave/tutorial-rag#optional-defining-a-scorer-class→#optional-define-a-scorer-class(actual heading is "Optional: Define aScorerclass")Week of Aug 24–31 (earlier commit)
~110 broken anchor links across 50 files repaired: stale SDK reference anchor formats (
#define_metric,#method-runlog→#method-run-define_metric,#method-run-log, etc.), the Quick add → Quick panel builder rename, ARIA overview Launch anchors (en/fr/ja/ko), run-identifier anchors, release-notes anchors, Object3D method links, and registry/artifact anchors.Notes
docs.json; localized copies of those pages still exist, so no inbound links break.méthode/メソッド/방법), which is inconsistent even within single generated files, and hand-edits would be overwritten by the next locadex run. Left for the translation pipeline to regenerate from the corrected English sources.snippets/{fr,ja,ko}/_includes/object-storage-configuration-intro.mdxlink to/…/platform/hosting/iam/sso#system-console, which has no such heading. The English source snippet was deleted in General: Remove unused snippets #3175, the localized copies are not imported anywhere, and the intended target is ambiguous, so they were left unchanged.mint validateandmint broken-linksboth pass.