configuring image filepaths correctly in mkdocs - Stack Overflow I have an issue with MkDocs not being able to find my images The images are in a subfolder, called microsatsFigures, in my docs folder So my docs folder contains index md, traces md and the fo
Set a custom icon for a social link with Material for Mkdocs I am trying to make a website with MkDocs and Material I am adding a social link that is supposed to use a custom icon I saved into the project's root directory MkDocs is trying to load the image
MkDocs: using a variable to construct external URLs MkDocs is using Markdown, and therefore there are no available off-the-shelf variables you could use So instead, you need to use something to preprocess your markdown files
mkdocs: how to attach a downloadable file - Stack Overflow project ├─mkdocs yml ├─docs │ ├─home md │ ├─chapter1 md │ ├─static ├─file ext ├─image png I am trying to find a way to "attach" file1 ext to the build, for instance as a link in chapter1 md Any suggestions how to achieve that? Detail: I want the file to be downloadable on click