Skip to content

Generating Node Documentation

Albert Schimpf edited this page Feb 1, 2021 · 2 revisions
  1. Download the latest release
  2. 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.