
Set a custom icon for a social link with Material for Mkdocs
Feb 12, 2025 · 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 …
configuring image filepaths correctly in mkdocs - Stack Overflow
Feb 11, 2022 · 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, …
Generating a custom index page with meta data in …
Jun 5, 2025 · I have a project using mkdocs-material where I have a bunch of documents and I want to generate a custom index page that contains a table listing specific meta data provided …
mkdocs: how to attach a downloadable file - Stack Overflow
May 17, 2023 · 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 …
Can I influence the order of directories and pages in …
Aug 3, 2023 · Another mkdocs plugin that does a great job of this is mkdocs-awesome-pages-plugin which lets you order the pages by creating a .site file in your docs directory, where you …
Document more than one repos with MkDocs - Stack Overflow
Dec 9, 2022 · Is there a possibility in MkDocs to "load" external packages? I use the mkdocstrings plugin to load the docstrings from my code. Its docs says, that the path must be set so that the …
Mkdocs eliminate copy paste in files - Stack Overflow
Mar 10, 2016 · Can I somehow include a file into a file in mkdocs? I do not want to copy paste the same sections again and again. Thanks
How can I include icons in Mermaid.js diagrams in Material for …
Nov 15, 2023 · However, when I copy this to my website which uses Material for MkDocs, the same code is displayed without the icons, as: I have the Mermaid and Emoji Markdown …
mkdocs - dynamic list of child pages - Stack Overflow
Mar 5, 2021 · Is there a way to dynamically generate a list of files under the current page's folder structure in mkdocs? I'm looking for something kind of like the Confluence "children …
python - MKDocs Can't make document - Stack Overflow
Oct 23, 2022 · MKDocs Can't make document Asked 3 years, 3 months ago Modified 3 years, 1 month ago Viewed 937 times