We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have some images in one of the .md I'm using in my Docma documentation:
![test](img/foo.png)
That's get transformed as:
<img src="img/foo.png" alt="test" />
But the img/foo.png is not copied to the output folder so when reading the documentation I don't see the image.
img/foo.png
Is there a way to specify an assets directory that will be added to the generated documentation? Or should I do it by hand?
The text was updated successfully, but these errors were encountered:
Currently you need to provide an absolute URL for images and/or include the assets while you upload the generated docs.
But this feature should be added definitely.
Sorry, something went wrong.
fox #29
95f8a6d
New option assets is added in Docma v2.0.0 Thanks
assets
No branches or pull requests
I have some images in one of the .md I'm using in my Docma documentation:
That's get transformed as:
But the
img/foo.png
is not copied to the output folder so when reading the documentation I don't see the image.Is there a way to specify an assets directory that will be added to the generated documentation? Or should I do it by hand?
The text was updated successfully, but these errors were encountered: