-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
43 lines (43 loc) · 1003 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
site_name: ML Project - Cookiecutter
site_description: A project template and directory structure for Python data science projects.
site_dir: docs-site
repo_url: https://github.com/xultaeculcis/ml-project-cookiecutter
edit_uri: edit/main/docs/docs
copyright: Copyright 2023 xultaeculcis
theme:
name: material
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- meta
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed
nav:
- Home: index.md
- Getting started: guide.md
- Contributing: contributing.md
- License: license.md
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
- search
watch:
- docs/