first commit
This commit is contained in:
22
documentation/mkdocs.yml
Normal file
22
documentation/mkdocs.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
Reference in New Issue
Block a user