docs: add Related Topics section to Quality Assessment & Filtering#2071
Open
chenopis wants to merge 2 commits into
Open
docs: add Related Topics section to Quality Assessment & Filtering#2071chenopis wants to merge 2 commits into
chenopis wants to merge 2 commits into
Conversation
The conceptual-topic documentation template requires a "Related Topics" section. This page is the NVIDIA tech-docs template-library's cited example for the Conceptual Topics template, but was missing that section. Adds a Related Topics list linking to four related text-curation pages (Text Quickstart, Process Data overview, Deduplication, Language Management) — each verified live. No other content is changed. Signed-off-by: Andrew Chen <andrewch@nvidia.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR appends a
Confidence Score: 5/5Safe to merge — purely additive documentation change with no code or config touched. The change appends seven lines to a single MDX file and does not modify any existing content. All four linked pages were verified to exist in the repository, so there are no broken references introduced. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
QA["Quality Assessment & Filtering\n(index.mdx)"]
RT["## Related Topics (new)"]
GS["/get-started/text"]
PD["/curate-text/process-data"]
DD["/curate-text/process-data/deduplication"]
LM["/curate-text/process-data/language-management"]
QA --> RT
RT --> GS
RT --> PD
RT --> DD
RT --> LM
Reviews (1): Last reviewed commit: "Merge branch 'main' into docs/quality-as..." | Re-trigger Greptile |
Author
|
cc @lbliii |
Author
|
cc @lgardenhire |
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.
What
Adds the template-required Related Topics section to the Quality Assessment & Filtering conceptual page (
fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx).Why
This page is the cited example for the Conceptual Topics template in NVIDIA's tech-docs template-library. During a link/conformance audit of that library, it was the one Conceptual example missing the template-required
## Related Topicssection.Change
Appends a
## Related Topicssection (additive — no other content touched) linking to four related text-curation pages, each verified to resolve (HTTP 200) on the live docs site:/get-started/text/curate-text/process-data/curate-text/process-data/deduplication/curate-text/process-data/language-managementPer the template convention, pages already linked earlier on the page (the Filtering Approaches cards and the data-processing concept link) are intentionally not relisted.
Opened as draft for maintainer review.
🤖 Generated with Claude Code