fix(docs): use MDX-safe secretref markers

This commit is contained in:
joshavant
2026-03-03 13:54:03 -06:00
parent 65816657c2
commit 70c6bc8581
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(