Files
mermaid/docs/config/setup/config/functions/sanitize.md
2025-02-21 16:02:03 +05:30

950 B

Warning

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.

Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/config/functions/sanitize.md.

mermaid


Function: sanitize()

sanitize(options): void

Defined in: packages/mermaid/src/config.ts:146

sanitize

Function Description Type Values
sanitize Sets the siteConfig to desired values. Put Request None

Ensures options parameter does not attempt to override siteConfig secure keys Notes: modifies options in-place

Parameters

options

any

The potential setConfig parameter

Returns

void