-
Any advice on where to place image files which are referenced in my docs? For example, suppose I have a directory structure like
and suppose I'm writing the docs for tutorial2.md
Where exactly should |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As long as images are located in the |
Beta Was this translation helpful? Give feedback.
As long as images are located in the
docs
folder (or any other folder set viadocs_dir
inmkdocs.yml
), MkDocs will find them. Image files need to be linked the same way as internal links to other Markdown files. Material for MkDocs itself hosts some images indocs/assets
, and images related to blog content in subfolders of theblog
folder. It's entirely up to you.