mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 15:07:27 +00:00
fix(docs): avoid MDX regex markers in secretref page
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