forked from maxkeppeler/sheets-compose-dialogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 1.36 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
42
43
44
site_name: 'Sheets-Compose-Dialogs'
site_description: 'An Android library that offers dialogs & views for various use cases - build with Jetpack Compose. All of the dialogs & views are easy and quick to implement.'
site_author: 'Maximilian Keppeler'
site_url: 'https://maxkeppeler.github.io/sheets-compose-dialogs/'
remote_branch: gh-pages
docs_dir: docs
repo_name: 'Sheets-Compose-Dialogs'
repo_url: 'https://github.com/maxkeppeler/sheets-compose-dialogs'
nav:
- 'Home': README.md
- 'Core API': api/core/index.html
- 'Color API': api/color/index.html
- 'Calendar API': api/calendar/index.html
- 'Clock API': api/clock/index.html
- 'Duration API': api/duration/index.html
- 'Date-Time API': api/date_time/index.html
- 'Info API': api/info/index.html
- 'Input API': api/input/index.html
- 'List API': api/list/index.html
- 'Option API': api/option/index.html
- 'Emoji API': api/emoji/index.html
- 'State API': api/state/index.html
theme:
name: material
palette:
- deep purple: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode