About 3,000,000 results
Open links in new tab
  1. 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, …

  2. 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

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

  4. MkDocs with auto generated References - Stack Overflow

    Feb 27, 2023 · FWIW, the current automatic-code-reference page suggests using the mkdocs-gen-files plugin and mkdocs-literate-nav with a bespoke script to generate md files with the ::: identifier and …

  5. python - Automatically generate API reference for all subpackages ...

    Oct 26, 2022 · I am using mkdocs with the mkdocstrings plugin to generate the documentation of my Python package. My package is organized in a standard fashion - setup.py - mkdocs.yaml - docs/ - …

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

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

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

  9. Relative links (to headings) in mkdocs with markdown_include.include

    Jan 2, 2021 · └-- mkdocs.yml I'm using the markdown_extensions markdown_include.include (declared in the mkdocs.yml), and the index.md consists only of the line {!README.md!} to include the …

  10. MkDocs: using a variable to construct external URLs

    Apr 30, 2022 · 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.