From 9180a7a78d151cee8e2eedfb9eb9b063abfd1796 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:32:18 -0300 Subject: [PATCH] docs(ops): restore the frontmatter fumadocs requires on RUNNER_BOX.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rewriting the page whole dropped its `title:` frontmatter, and docs/ is compiled into the Next build by fumadocs-mdx — so Build, Fast Production Build and dast-smoke all died with "[MDX] invalid frontmatter in docs/ops/RUNNER_BOX.md". Same block as before, verbatim. --- docs/ops/RUNNER_BOX.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ops/RUNNER_BOX.md b/docs/ops/RUNNER_BOX.md index 6731706887..2012742e7e 100644 --- a/docs/ops/RUNNER_BOX.md +++ b/docs/ops/RUNNER_BOX.md @@ -1,3 +1,7 @@ +--- +title: Self-Hosted Runner Box Operations +--- + # Self-Hosted Runner Box Operations (.113 pool) The self-hosted pool (`self-hosted, omni-release` labels) runs on the **.113** box.