Add step-by-step process generation to workflow documentation

- Implemented `_extract_or_generate_steps` method to extract notes from workflow nodes or generate steps based on the workflow structure.
- Enhanced `generate_documentation.py` to include detailed step descriptions in the generated HTML documentation.
- Updated CSS styles for improved presentation of workflow steps in the HTML output.
- Added logic to handle cases where no steps are available, providing user-friendly feedback in the documentation.

This update enhances the clarity and usability of the generated documentation, making it easier for users to understand the workflow processes.
This commit is contained in:
prateekh777
2025-06-15 19:43:54 +02:00
parent 917e5270ed
commit b3206c67f7
2 changed files with 88080 additions and 6772 deletions

File diff suppressed because one or more lines are too long