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

Latest commit

 

History

History
23 lines (17 loc) · 601 Bytes

File metadata and controls

23 lines (17 loc) · 601 Bytes

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"]