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 would love to have a command that takes JSDoc from extension APIs and generates markdown files for all exported blocks in the format described here: https://makecode.com/extensions/github-docs
it should:
find all APIs with //% block (can skip deprecated blocks)
have an option to automatically add the //% help="" annotation since it always confuses everyone
add empty JSDoc with all the params to the API if it doesn't already exist
create a markdown file inside a docs/ folder if it doesn't exist
populate that markdown file with the contents of the JSDoc (if present)
all of these options/steps should be controllable with flags
The text was updated successfully, but these errors were encountered:
i would love to have a command that takes JSDoc from extension APIs and generates markdown files for all exported blocks in the format described here: https://makecode.com/extensions/github-docs
it should:
//% block
(can skip deprecated blocks)//% help=""
annotation since it always confuses everyonedocs/
folder if it doesn't existall of these options/steps should be controllable with flags
The text was updated successfully, but these errors were encountered: