mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 01:14:33 +00:00
docs: fix secretref marker rendering in credential surface
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