Created
April 9, 2022 13:13
-
-
Save svierk/cda85df53b3c8f1cde0b3e63801f0113 to your computer and use it in GitHub Desktop.
Configuration file for generating LWC code documentation using JSDoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tags": { | |
"allowUnknownTags": true, | |
"dictionaries": ["jsdoc", "closure"] | |
}, | |
"source": { | |
"include": ["force-app/main/default/lwc"], | |
"includePattern": ".+\\.js(doc|x)?$", | |
"excludePattern": "(^|\\/|\\\\)_" | |
}, | |
"plugins": [], | |
"templates": { | |
"cleverLinks": false, | |
"monospaceLinks": false | |
}, | |
"opts": { | |
"destination": "docs", | |
"recurse": true, | |
"readme": "README.md" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment