Overview of NodeDocumentationGenerator
masterThe NodeDocumentationGenerator is a CLI tool designed to generate markdown documentation stubs for Dynamo nodes. It can create files containing default content or content extracted from the DynamoDictionary.
High-level Commands
- Create Documentation From Directory: Generates documentation for DLLs and DYF files found in a specified input directory.
- Create Documentation From Package: Uses the
pkg.jsonfile of a package to identify node libraries and generate documentation for those DLLs and any DYF files in the/dyffolder. - Rename Documentation Package: Shortens long documentation filenames (and their associated support files) to prevent issues with CI/CD or installers. The original name is preserved as a comment within the new MD file for searchability.