Skip to content

Commit 9f15e3d

Browse files
docs: added support for "callouts"
mkdocs did not support `> [!NOTE]` syntax, so I added it in manually using a plugin.
1 parent e333fa5 commit 9f15e3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
mkdocs==1.6.1
22
mkdocs-shadcn==0.9.8
3+
mkdocs-github-admonitions-plugin==0.1.1
34
Pygments==2.19.2
45
mkdocstrings-python==2.0.1
56
pymdown-extensions==10.19.1

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ theme:
2121
plugins:
2222
- search
2323
- mkdocstrings
24+
- gh-admonitions
2425

2526
markdown_extensions:
2627
- fenced_code

0 commit comments

Comments
 (0)