23 lines
419 B
YAML
23 lines
419 B
YAML
site_name: Dynamic Collection v2
|
|
site_description: Documentazione della piattaforma Dynamic Collection (v2)
|
|
repo_url: https://github.com/LundDarkLab/adc
|
|
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: indigo
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- content.code.copy
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
|
|
nav:
|
|
- Home: index.md
|