From 32bd7a66d9e366fdbaba9228042a606768cfeb1f Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Tue, 27 Jan 2026 15:59:51 -0800 Subject: [PATCH] test: Add intentional validation errors to test mint validate This commit introduces various types of errors that mint validate should catch: New file (test-validation-errors.mdx): - Malformed YAML frontmatter (unclosed quotes) - Unclosed JSX components (Note, Tip, Accordion) - Broken internal links - Missing closing backticks in code blocks - Unclosed emphasis markdown - Invalid nested components - Unclosed HTML comments - Invalid component nesting - Reference to non-existent snippet Modified file (line-plot.mdx): - Unclosed Tip component - Broken internal link to non-existent page --- models/app/features/panels/line-plot.mdx | 4 +- test-validation-errors.mdx | 57 ++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 test-validation-errors.mdx diff --git a/models/app/features/panels/line-plot.mdx b/models/app/features/panels/line-plot.mdx index 34f83a176c..810c556046 100644 --- a/models/app/features/panels/line-plot.mdx +++ b/models/app/features/panels/line-plot.mdx @@ -14,8 +14,8 @@ This page shows how to create, configure, and manage line plots in a [workspace] -For [runs](/models/runs) that execute on [CoreWeave](https://coreweave.com) infrastructure, [CoreWeave Mission Control](https://www.coreweave.com/mission-control) monitors your compute infrastructure. If an error occurs, W&B populates infrastructure information onto your run's plots in your project's workspace. For details, see [Visualize CoreWeave infrastructure alerts](/models/runs#visualize-coreweave-infrastructure-alerts). - +For [runs](/models/runs) that execute on [CoreWeave](https://coreweave.com) infrastructure, [CoreWeave Mission Control](https://www.coreweave.com/mission-control) monitors your compute infrastructure. If an error occurs, W&B populates infrastructure information onto your run's plots in your project's workspace. For details, see [Visualize CoreWeave infrastructure alerts](/models/runs#visualize-coreweave-infrastructure-alerts) and [this broken link](/nonexistent/page.mdx). +