-
Notifications
You must be signed in to change notification settings - Fork 2
Generating Node Documentation
Albert Schimpf edited this page Feb 1, 2021
·
2 revisions
- Download the latest release
- Execute the script while pointing to the directories containing scraper nodes. It will filter all valid nodes and generate the static html file.
Example:
scraper-docgen doc.html scraper/ scraper-nodes/ scraper-custom/
Will try to find all nodes in the three directories provided and write a documentation to doc.html
relative to the working directory.