Skip to content

Commit

Permalink
fix: disable drawio
Browse files Browse the repository at this point in the history
  • Loading branch information
silvermind committed May 19, 2024
1 parent b6f03bb commit acdf0d4
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,36 +117,36 @@ plugins:
# option1: value
# option2: other value
# https://github.com/LukeCarrier/mkdocs-drawio-exporter
- drawio-exporter:
# Diagrams are cached to speed up site generation. The default path is
# drawio-exporter, relative to the documentation directory.
cache_dir: 'drawio-exporter'
# Path to the Draw.io executable:
# * drawio on Linux
# * draw.io on macOS
# * or draw.io.exe on Windows
# We'll look for it on your system's PATH, then default installation
# paths. If we can't find it we'll warn you.
drawio_executable: null
# Additional Draw.io CLI args
# * --embed-svg-images will embed external images in SVGS, if format is "svg".
# drawio_args: [ ]
drawio_args:
- --no-sandbox
# Output format (see draw.io --help | grep format)
format: svg
# Embed format
# * The default is to embed via the <img> tag, only rewriting the
# value of the src attribute.
# * Consider <object type="image/svg+xml" data="{img_src}"></object>
# to enable interactive elements (like hyperlinks) in SVGs.
# * Consider {content} to inline SVGs into documents directly, useful
# for styling with CSS, preserving interactivity, and improving
# search by indexing diagram text.
# embed_format: '{img_open}{img_src}{img_close}'
embed_format: '<object type="image/svg+xml" data="{img_src}"></object>'
# Glob pattern for matching source files
sources: '*.drawio'
# - drawio-exporter:
# # Diagrams are cached to speed up site generation. The default path is
# # drawio-exporter, relative to the documentation directory.
# cache_dir: 'drawio-exporter'
# # Path to the Draw.io executable:
# # * drawio on Linux
# # * draw.io on macOS
# # * or draw.io.exe on Windows
# # We'll look for it on your system's PATH, then default installation
# # paths. If we can't find it we'll warn you.
# drawio_executable: null
# # Additional Draw.io CLI args
# # * --embed-svg-images will embed external images in SVGS, if format is "svg".
# # drawio_args: [ ]
# drawio_args:
# - --no-sandbox
# # Output format (see draw.io --help | grep format)
# format: svg
# # Embed format
# # * The default is to embed via the <img> tag, only rewriting the
# # value of the src attribute.
# # * Consider <object type="image/svg+xml" data="{img_src}"></object>
# # to enable interactive elements (like hyperlinks) in SVGs.
# # * Consider {content} to inline SVGs into documents directly, useful
# # for styling with CSS, preserving interactivity, and improving
# # search by indexing diagram text.
# # embed_format: '{img_open}{img_src}{img_close}'
# embed_format: '<object type="image/svg+xml" data="{img_src}"></object>'
# # Glob pattern for matching source files
# sources: '*.drawio'

#markdown_extensions:
# - smarty
Expand Down

0 comments on commit acdf0d4

Please sign in to comment.