forked from PranavMaganti/compose-material-dialogs
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
41 lines (36 loc) · 1.01 KB
/
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
site_name: 'Compose Material Dialogs'
site_description: 'A Material Dialog Builder for Jetpack Compose'
site_author: 'Pranav Maganti'
site_url: 'https://vanpra.github.io/compose-material-dialogs/'
remote_branch: gh-pages
docs_dir: docs
repo_name: 'compose-material-dialogs'
repo_url: 'https://github.com/vanpra/compose-material-dialogs'
nav:
- 'Overview': index.md
- 'Core':
- 'Guide': Core.md
- 'API': api/core/index.html
- 'Color':
- 'Guide': ColorPicker.md
- 'API': api/color/index.html
- 'DateTime':
- 'Guide': DateTimePicker.md
- 'API': api/datetime/index.html
theme:
name: material
palette:
- deep purple: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode