Skip to content

Commit

Permalink
fix: ⬆️ use twemoji from mkdocs material (#1615)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
Co-authored-by: TRaSH <[email protected]>
  • Loading branch information
nemchik and TRaSH- authored Oct 31, 2023
1 parent 142ccb0 commit 6474cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.cache
venv/
mkdocs-dev-server.bat
site/
/docs/Notifiarr/preview.bat
/docs/Notifiarr/Integrations/_TEMPLATE.md
/includes/flowcharts/.$radarr-flowchart.drawio.bkp
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ markdown_extensions:
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.extra
- pymdownx.highlight:
guess_lang: true
Expand Down

0 comments on commit 6474cd8

Please sign in to comment.