Render documentation diagrams as static Mermaid assets
This commit is contained in:
9
docs/scripts/puppeteer-config.json
Normal file
9
docs/scripts/puppeteer-config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"headless": true,
|
||||
"executablePath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
|
||||
"args": [
|
||||
"--no-sandbox",
|
||||
"--disable-setuid-sandbox",
|
||||
"--disable-dev-shm-usage"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user