Yashasv-Prajapati / Docify

5 stars 2 forks source link

API routes for UML diagrams #78

Closed nishad-dhuri-05 closed 3 months ago

nishad-dhuri-05 commented 4 months ago

Added an API route for generating UML Diagram, and another for adding the generated diagram to the markdown file. Also made changes to the next config file to set a loader for some node modules.

linear[bot] commented 4 months ago
CS3-83 Create a next API route handler for generating uml, and another for appending the uml diagram to the markdown file

1. You will get the relative image url for the UML file generated 2. Load the markdown for the logged in user's particular repository and append the url \['\\n '\] in the content. 3. redirect to the dashboard