Documentation and images

I have existing documentation I want to provide through APIDog.
I have converted libreoffice odt files to markdown, and extracted all images to a folder.
I have imported md files.
How can I import my doc images so that they are displayed in the md docs ?

Regards
Rom

Hello, you can consider:

  1. Manual upload: Edit each imported Markdown document in Apidog and use the built-in image upload feature to reinsert the images.
  2. Use external hosting: Upload your image folder to a CDN/image hosting service (GitHub, AWS S3, etc.), then update the image paths in the Markdown files to use public URLs before importing.
    file

Thanks, as I cannot bulk upload images and I have many of them, I am going with the external hosting route.