Yashasv-Prajapati / Docify

5 stars 2 forks source link

Docker file for UML Java + Shell script to add UML diagram to README #86

Closed Harsh290803 closed 3 months ago

Harsh290803 commented 3 months ago
linear[bot] commented 3 months ago
CS3-82 Show UML diagrams in Markdown

* Show the generated UML diagrams for Python / Java projects in Markdown * Assume you have an image (.png | .jpg) containing the UML diagram and a markdown file (tentatively user's README.md file) * Create a folder in the root directory of the user's project to contain the image file. The folder name should be unique. * To show the image in README.md, append `[alt txt](relative img url)` to it.