docs: fix code blocks overflowing and add syntax highlighting
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m38s
/ build (pull_request) Successful in 25s
/ cleanup-staging (pull_request) Successful in 2s
/ build (push) Successful in 23s
/ Ansible Lint (push) Successful in 4m45s

Without these options code blocks would overflow. See:
https://github.com/asiffer/mkdocs-shadcn/issues/57
And it also provides nice syntax highlighting.
This commit is contained in:
June 2026-05-19 01:11:34 +02:00 committed by lilly
commit 197b9c297c
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
mkdocs mkdocs
mkdocs-shadcn mkdocs-shadcn
pygments

View file

@ -6,6 +6,7 @@ markdown_extensions:
- smarty - smarty
- admonition - admonition
- attr_list - attr_list
- codehilite
theme: theme:
name: shadcn name: shadcn