mkdocs: Enable admonition
This commit is contained in:
parent
5bca4429fd
commit
a13f21542e
2 changed files with 9 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ order: 99
|
||||||
Something's not working and you want to know how to fix it? Hopefully this page got you covered.
|
Something's not working and you want to know how to fix it? Hopefully this page got you covered.
|
||||||
|
|
||||||
## Preface
|
## Preface
|
||||||
As a general rule: **don't disassemble any of the modules, ever!** This also applies to experienced VOC people!
|
!!! danger ""
|
||||||
|
As a general rule: **don't disassemble any of the modules, ever!** This also applies to experienced VOC people!
|
||||||
|
|
||||||
Everything which needs to be accessed can be reached without violence, especially in the lectern module.
|
Everything which needs to be accessed can be reached without violence, especially in the lectern module.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
site_name: c3voc Handbook
|
site_name: c3voc Handbook
|
||||||
|
site_url: https://c3voc-docs.staging.jtbx.de
|
||||||
repo_url: https://git.hamburg.ccc.de/jtbx/c3voc-docs
|
repo_url: https://git.hamburg.ccc.de/jtbx/c3voc-docs
|
||||||
copyright: CC BY 4.0
|
copyright: CC BY 4.0
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- smarty
|
- smarty
|
||||||
|
- admonition
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: shadcn
|
name: shadcn
|
||||||
|
|
@ -17,6 +19,11 @@ theme:
|
||||||
show_datetime: false
|
show_datetime: false
|
||||||
# theme:
|
# theme:
|
||||||
# name: material
|
# name: material
|
||||||
|
# features:
|
||||||
|
# - navigation.sections
|
||||||
|
# # - navigation.expand
|
||||||
|
# - navigation.path
|
||||||
|
# - navigation.indexes
|
||||||
# plugins:
|
# plugins:
|
||||||
# # - optimize # TODO: needs additional dependencies, see https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
|
# # - optimize # TODO: needs additional dependencies, see https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
|
||||||
# palette:
|
# palette:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue