mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 06:14:34 +00:00
fix(docs): use MDX-safe secretref markers
This commit is contained in:
@@ -58,12 +58,12 @@ describe("secret target registry", () => {
|
||||
};
|
||||
|
||||
const supportedFromDocs = readMarkedCredentialList({
|
||||
start: "<!-- secretref-supported-list-start -->",
|
||||
end: "<!-- secretref-supported-list-end -->",
|
||||
start: "{/* secretref-supported-list-start */}",
|
||||
end: "{/* secretref-supported-list-end */}",
|
||||
});
|
||||
const unsupportedFromDocs = readMarkedCredentialList({
|
||||
start: "<!-- secretref-unsupported-list-start -->",
|
||||
end: "<!-- secretref-unsupported-list-end -->",
|
||||
start: "{/* secretref-unsupported-list-start */}",
|
||||
end: "{/* secretref-unsupported-list-end */}",
|
||||
});
|
||||
|
||||
const supportedFromMatrix = new Set(
|
||||
|
||||
Reference in New Issue
Block a user