54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
site_name: Dynamic Collection
|
|
site_description: Documentation of the Dynamic Collection platform (v2)
|
|
site_url: https://lunddarklab.github.io/adc/
|
|
repo_url: https://github.com/LundDarkLab/adc
|
|
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
logo: assets/logo_dyncoll_graphic.png
|
|
favicon: assets/logo_dyncoll_graphic.png
|
|
font:
|
|
text: Titillium Web
|
|
code: Roboto Mono
|
|
palette:
|
|
# Brand colors (--dc-primary / --dc-secondary) are defined in
|
|
# stylesheets/extra.css; `custom` tells Material to use them.
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.top
|
|
- content.code.copy
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- User guide:
|
|
- Overview: user/index.md
|
|
- Licenses: user/licenses.md
|
|
- Developer guide:
|
|
- Overview: developer/index.md
|
|
- Licenses: developer/licenses.md
|