fix(docs): 🐞 emoji extension added for show emojis properly

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-01-24 17:51:59 +03:00
parent 24593b64d5
commit c7790fdf56
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ repos:
- id: trailing-whitespace
exclude: test/.*\.py
- id: check-yaml
exclude: mkdocs.yml
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-toml

View File

@ -97,6 +97,9 @@ markdown_extensions:
alternate_style: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_javascript:
- "https://widget.kapa.ai/kapa-widget.bundle.js"