docs(mkdocs): add admonition extension

Used for bringing attention to troubleshooting steps in komorebi documentation.

Reference: https://squidfunk.github.io/mkdocs-material/reference/admonitions/
This commit is contained in:
0x3bb
2024-05-06 18:50:04 +01:00
committed by جاد
parent 598f9ec0aa
commit d5c6f090cc

View File

@@ -39,6 +39,8 @@ theme:
- search.share
- search.suggest
- toc.follow
markdown_extensions:
- admonition
plugins:
- macros
- search