Chore: Fix indentation in generate-plugin-doc/package.json ()

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
pull/10764/head
Henry Heino 2024-07-18 01:43:07 -07:00 committed by GitHub
parent 71b466507f
commit 86d92dd302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
packages/generate-plugin-doc

View File

@ -3,7 +3,7 @@
"packageManager": "yarn@3.6.0", "packageManager": "yarn@3.6.0",
"private": true, "private": true,
"scripts": { "scripts": {
"buildPluginDoc_": "typedoc --exclude '../lib/models/**' --name 'Joplin Plugin API Documentation' --mode file -theme '../../Assets/PluginDocTheme/' --readme '../../Assets/PluginDocTheme/index.md' --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --out ../../../joplin-website/docs/api/references/plugin_api ../lib/services/plugins/api/" "buildPluginDoc_": "typedoc --exclude '../lib/models/**' --name 'Joplin Plugin API Documentation' --mode file -theme '../../Assets/PluginDocTheme/' --readme '../../Assets/PluginDocTheme/index.md' --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --out ../../../joplin-website/docs/api/references/plugin_api ../lib/services/plugins/api/"
}, },
"dependencies": { "dependencies": {
"typedoc": "0.17.8", "typedoc": "0.17.8",