fix(docs): avoid MDX regex markers in secretref page

This commit is contained in:
joshavant
2026-03-03 14:00:09 -06:00
parent 70c6bc8581
commit 490670128b
2 changed files with 8 additions and 8 deletions

View File

@@ -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(