Skip to content

Commit b46fe8d

Browse files
committed
feat: add attribution footer to generated instructions
1 parent cc109ab commit b46fe8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/utils/generateInstructionFiles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,9 @@ function generateIndexMd(screens, connections, options, navAnalysis, images, doc
854854
md += `${navAnalysis.navigationSummary}\n\n`;
855855
}
856856

857+
md += `---\n\n`;
858+
md += `*Generated by [Drawd](https://drawd.app) — visual app flow designer*\n`;
859+
857860
return md;
858861
}
859862

0 commit comments

Comments
 (0)