mirror of https://github.com/openclaw/openclaw.git
docs: align quoted Mintlify markers
This commit is contained in:
parent
bd97c4d9d3
commit
5d02e2537c
|
|
@ -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/"),
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue