docs: fix code blocks overflowing and add syntax highlighting
Some checks failed
/ Ansible Lint (pull_request) Failing after 1m29s
/ Ansible Lint (push) Successful in 2m23s
/ build (pull_request) Successful in 26s

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
commit 063ed3b46a
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 2 additions and 0 deletions

View file

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

View file

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