mkdocs: Enable admonition

This commit is contained in:
jtbx 2025-11-21 22:27:33 +01:00
commit a13f21542e
2 changed files with 9 additions and 1 deletions

View file

@ -1,8 +1,10 @@
site_name: c3voc Handbook
site_url: https://c3voc-docs.staging.jtbx.de
repo_url: https://git.hamburg.ccc.de/jtbx/c3voc-docs
copyright: CC BY 4.0
markdown_extensions:
- smarty
- admonition
theme:
name: shadcn
@ -17,6 +19,11 @@ theme:
show_datetime: false
# theme:
# name: material
# features:
# - navigation.sections
# # - navigation.expand
# - navigation.path
# - navigation.indexes
# plugins:
# # - optimize # TODO: needs additional dependencies, see https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
# palette: