-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
51 lines (46 loc) · 1.43 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
45
46
47
48
49
50
51
site_name: 'Vector'
site_description: 'Kotlin Coroutines based MVI Architecture Library'
site_author: 'Kshitij Chauhan'
site_url: 'https://haroldadmin.github.io/vector/'
remote_branch: gh-pages
repo_name: 'Vector'
repo_url: 'https://github.com/haroldadmin/Vector'
nav:
- 'Overview': 'index.md'
- 'Introduction': 'introduction.md'
- 'Basics': 'usage/basics.md'
- 'Advanced Usage': 'usage/advanced.md'
- 'Components':
- 'Vector State': 'components/vector-state.md'
- 'Vector Fragment': 'components/vector-fragment.md'
- 'Vector ViewModel': 'components/vector-viewmodel.md'
- 'SavedState VectorViewModel': 'components/saved-state-vectorviewmodel.md'
- 'Logging': 'components/logging.md'
- 'Miscellaneous':
- 'Automatic ViewModel Creation': 'misc/automatic-viewmodel-creation.md'
- 'Coroutine Context for State Store': 'misc/state-store-context.md'
- 'API Reference': 'api/vector/index.md'
theme:
name: 'material'
palette:
primary: 'teal'
accent: 'blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/logo-monochrome.svg'
favicon: 'images/logo-monochrome.svg'
extra:
social:
- type: 'github'
link: 'https://github.com/haroldadmin'
- type: 'twitter'
link: 'https://twitter.com/haroldadmin'
- type: 'reddit'
link: 'https://reddit.com/u/theharolddev'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true