Skip to content

Commit

Permalink
add extensions for images in mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4deepr committed Jan 31, 2025
1 parent ab65694 commit b35b241
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Napari Lattice
site_name: napari_lattice

markdown_extensions:
- mkdocs-click
Expand All @@ -7,10 +7,14 @@ markdown_extensions:
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.blocks.caption

nav:
- index.md
- installation.md
- napari_plugin.md
- cli.md
- api.md
- workflow.md
Expand Down

0 comments on commit b35b241

Please sign in to comment.