Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

flet-dev/mkdocs-external-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs-external-images


THIS REPOSITORY HAS BEEN ARCHIVED. Flet documentation moved from MkDocs to Docusaurus.


A MkDocs plugin that lets you reference and publish files from directories outside docs_dir by mapping them into a path within the generated site.

Configuring in mkdocs.yml:

plugins:
  - external-images:
      mappings:
        - source_dir: ../../examples
          target_url_path: examples
          include_exts: [".png", ".gif"]
        # - source_dir: /Documents/movies
        #   target_url_path: movies
        #   include_exts: [".mp4", ".avi"]

About

Serve external images for mkdocs

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages