You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the latest version, 3.4.0, and ran the following command.
apexdocs markdown -s force-app
/Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:1743
return text.toLowerCase().replace(/[^a-z0-9\s-]/g, "").trim().replace(/\s+/g, "-").replace(/-+/g, "-");
^
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at slugify (/Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:1743:15)
at parsedFileToDocPageReference (/Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:1734:19)
at /Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:1729:35
at Array.reduce (<anonymous>)
at parsedFilesToReferenceGuide (/Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:1728:22)
at /Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:51:27
at /Users/ravi.varanasi/salesforce-project/node_modules/@cparra/apexdocs/dist/logger-BJXlA0YD.js:2144:9
at /Users/ravi.varanasi/salesforce-project/node_modules/fp-ts/lib/Chain.js:15:103
at /Users/ravi.varanasi/salesforce-project/node_modules/fp-ts/lib/EitherT.js:99:97
at /Users/ravi.varanasi/salesforce-project/node_modules/fp-ts/lib/Task.js:134:41
Node.js v18.19.0
The text was updated successfully, but these errors were encountered:
Seems like I have a typo in the new config param. I'll fix this shortly. As a workaround you can try adding the "customObjectsGroupName" (notice the extra "s" after Object) key to your config file
I got the latest version, 3.4.0, and ran the following command.
apexdocs markdown -s force-app
The text was updated successfully, but these errors were encountered: