53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
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
|
|
- attr_list
|
|
|
|
theme:
|
|
name: shadcn
|
|
show_title: true
|
|
show_stargazers: false
|
|
pygments_style:
|
|
light: shadcn-light
|
|
dark: github-dark
|
|
icon: oui:documentation
|
|
#icon: assets/voctocat.svg
|
|
topbar_sections: false
|
|
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:
|
|
# # Palette toggle for automatic mode
|
|
# - media: "(prefers-color-scheme)"
|
|
# toggle:
|
|
# icon: material/brightness-auto
|
|
# name: Switch to light mode
|
|
|
|
# # Palette toggle for light mode
|
|
# - media: "(prefers-color-scheme: light)"
|
|
# scheme: default
|
|
# toggle:
|
|
# icon: material/weather-sunny
|
|
# name: Switch to dark mode
|
|
# primary: blue-grey
|
|
# accent: blue-grey
|
|
|
|
# # Palette toggle for dark mode
|
|
# - media: "(prefers-color-scheme: dark)"
|
|
# scheme: slate
|
|
# toggle:
|
|
# icon: material/weather-night
|
|
# name: Switch to system preference
|
|
# primary: pink
|
|
# accent: pink
|