-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
73 lines (68 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: Khonshu
site_url: https://freeletics.github.io/khonshu/
repo_name: Khonshu
repo_url: https://github.com/freeletics/khonshu
site_description: "Modern Android Development the Freeletics way"
site_author: Freeletics
copyright: 'Copyright © 2021 Freeletics.'
theme:
name: 'material'
favicon: images/icon-freeletics.svg
logo: images/logo-freeletics.svg
features:
- navigation.sections
- navigation.tracking
- navigation.tabs
- content.tabs.link
- toc.integrate
nav:
- index.md
- 'Navigator':
- navigation/get-started.md
- navigation/activities.md
- navigation/results.md
- navigation/back-stacks.md
- navigation/deeplinks.md
- navigation/testing.md
- 'API':
- 'Runtime': navigation/API/runtime/index.html
- 'Compose': navigation/API/compose/index.html
- 'Testing': navigation/API/testing/index.html
- 'Codegen':
- codegen/get-started.md
- codegen/activity-generation.md
- codegen/compose-injection.md
- codegen/closeable-support.md
- 'API':
- 'Runtime': codegen/API/runtime/index.html
- 'Helpers':
- helpers.md
- 'API':
- 'StateMachine': helpers/API/state-machine/index.html
- 'StateMachineTesting': helpers/API/state-machine-testing/index.html
- 'TextResource': helpers/API/text-resource/index.html
- changelog.md
extra_css:
- 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- tables