Skip to content

docs: add Related Topics section to Quality Assessment & Filtering#2071

Open
chenopis wants to merge 2 commits into
NVIDIA-NeMo:mainfrom
chenopis:docs/quality-assessment-related-topics
Open

docs: add Related Topics section to Quality Assessment & Filtering#2071
chenopis wants to merge 2 commits into
NVIDIA-NeMo:mainfrom
chenopis:docs/quality-assessment-related-topics

Conversation

@chenopis

Copy link
Copy Markdown

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 Topics section.

Change

Appends a ## Related Topics section (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 with Text Curation — /get-started/text
  • Process Data for Text Curation — /curate-text/process-data
  • Deduplication — /curate-text/process-data/deduplication
  • Language Management — /curate-text/process-data/language-management

Per 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

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>
@copy-pr-bot

copy-pr-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@chenopis chenopis marked this pull request as ready for review June 12, 2026 20:05
@chenopis chenopis requested a review from a team as a code owner June 12, 2026 20:05
@chenopis chenopis requested review from oyilmaz-nvidia and removed request for a team June 12, 2026 20:05
@greptile-apps

greptile-apps Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR appends a ## Related Topics section to the Quality Assessment & Filtering conceptual page to satisfy the NVIDIA tech-docs Conceptual Topics template requirement. No existing content is modified.

  • Adds four outbound links (/get-started/text, /curate-text/process-data, /curate-text/process-data/deduplication, /curate-text/process-data/language-management), all of which resolve to existing pages in the repository.

Confidence Score: 5/5

Safe 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

Filename Overview
fern/versions/main/pages/curate-text/process-data/quality-assessment/index.mdx Appends a 'Related Topics' section with four verified links; no existing content touched.

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
Loading

Reviews (1): Last reviewed commit: "Merge branch 'main' into docs/quality-as..." | Re-trigger Greptile

@chenopis

Copy link
Copy Markdown
Author

cc @lbliii

@chenopis

Copy link
Copy Markdown
Author

cc @lgardenhire

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant