Project documentation site
project_documentation_siteGenerate a portable documentation folder for a network, including a README, topology diagram in Mermaid, and optional preview images.
Instructions
Compose a one-folder handoff/portfolio documentation PACKAGE for a network: a README.md (title, node count, per-family summary, how-to-load note), a topology.md with a Mermaid graph of the connections, and - when include_thumbnails is set - preview PNGs of output TOPs under thumbs/ linked from gallery.md, all written into out_dir. Unlike generate_readme (a single file), this assembles a small multi-file site folder for sharing or archiving a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | No | The network to document (project or COMP), e.g. /project1 or /project1/myComp. | /project1 |
| out_dir | Yes | Folder to write the documentation package into (relative or absolute). | |
| title | No | Document title. Defaults to the basename of parent_path when blank. | |
| include_thumbnails | No | Capture preview PNGs of output TOPs into thumbs/ and link them in gallery.md. | |
| max_thumbnails | No | Maximum number of output-TOP previews to capture when include_thumbnails is set. |