About 50 results
Open links in new tab
  1. 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 to load the …

  2. Generating a custom index page with meta data in mkdocs/mkdocs …

    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 in each of the …

  3. 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, …

  4. 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 as a link in …

  5. 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 module to …

  6. How can I include icons in Mermaid.js diagrams in Material for MkDocs ...

    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 extension set up, …

  7. markdown - MkDocs - how to create Table Of Contents from …

    Jul 30, 2019 · For completness, note that MkDocs has both global Navigation and a table of contents. I'm assuming you are speaking of the global navigation as you indicate if should come from …

  8. Can I influence the order of directories and pages in mkdocs/mkdocs ...

    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 can specify …

  9. 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 …

  10. Sync MkDocs to Azure DevOps WIKI - Stack Overflow

    Mar 14, 2023 · Our team is writing their documentation all in mkdocs and this also contains autogenerated content as well. Is there a way we can sync mkdocs markdown docs to azure devops …