From 5d02e2537c298ca3bb91025fcce6d7ccec844427 Mon Sep 17 00:00:00 2001 From: Radek Sienkiewicz Date: Sun, 15 Mar 2026 02:34:46 +0100 Subject: [PATCH] docs: align quoted Mintlify markers --- scripts/sync-moonshot-docs.ts | 4 ++-- src/infra/exec-safe-bin-policy.test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/sync-moonshot-docs.ts b/scripts/sync-moonshot-docs.ts index 3e551331ae4..b1c05b2ec56 100644 --- a/scripts/sync-moonshot-docs.ts +++ b/scripts/sync-moonshot-docs.ts @@ -91,7 +91,7 @@ async function syncMoonshotDocs() { moonshotText = replaceBlockLines( moonshotText, '[//]: # "moonshot-kimi-k2-ids:start"', - "[//]: # (moonshot-kimi-k2-ids:end)", + '[//]: # "moonshot-kimi-k2-ids:end"', renderKimiK2Ids(""), ); moonshotText = replaceBlockLines( @@ -111,7 +111,7 @@ async function syncMoonshotDocs() { conceptsText = replaceBlockLines( conceptsText, '[//]: # "moonshot-kimi-k2-model-refs:start"', - "[//]: # (moonshot-kimi-k2-model-refs:end)", + '[//]: # "moonshot-kimi-k2-model-refs:end"', renderKimiK2Ids("moonshot/"), ); diff --git a/src/infra/exec-safe-bin-policy.test.ts b/src/infra/exec-safe-bin-policy.test.ts index d0dd5da48f9..4af387b73dc 100644 --- a/src/infra/exec-safe-bin-policy.test.ts +++ b/src/infra/exec-safe-bin-policy.test.ts @@ -11,7 +11,7 @@ import { } from "./exec-safe-bin-policy.js"; const SAFE_BIN_DOC_DENIED_FLAGS_START = '[//]: # "SAFE_BIN_DENIED_FLAGS:START"'; -const SAFE_BIN_DOC_DENIED_FLAGS_END = "[//]: # (SAFE_BIN_DENIED_FLAGS:END)"; +const SAFE_BIN_DOC_DENIED_FLAGS_END = '[//]: # "SAFE_BIN_DENIED_FLAGS:END"'; function buildDeniedFlagArgvVariants(flag: string): string[][] { const value = "blocked";