forked from DreamWall-Animation/dwpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 911 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 911 Bytes
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
site_name: "DreamWall Picker"
nav:
- Home: index.md
- Download: download.md
- Install: install.md
- Community tutorials: https://www.youtube.com/watch?v=yP8SKvDcgEE&list=PLZTsi89r6ezGp0T3PWntUEyGe7yA3q8Y3&index=1
- Advanced usage:
- images.md
- overlays.md
- customshapes.md
- panels.md
- hierarchy.md
- layers.md
- Scripting:
- api.md
- namespace.md
- scripts.md
- Support: support.md
theme:
# name: readthedocs
name: material
color_mode: dark
user_color_mode_toggle:
- material/theme-light-dark
palette:
primary: black
background: black
toggle:
icon: material/theme-light-dark # Icône pour basculer entre clair et sombre
logo: images/dreamwallpicker.png
# extra_css:
# - css.css
repo_url: https://github.com/DreamWall-Animation/dwpicker
repo_name: "DreamWall Picker"
site_url: https://dreamwall-animation.github.io/dwpicker