-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (78 loc) · 2.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
89 lines (78 loc) · 2.15 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
site_name: Compose KMP Playground
site_url: https://addyi.github.io/compose-kmp-playground/
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
icon:
logo: simple/jetpackcompose
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: white
accent: indigo
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: black
accent: indigo
repo_url: https://github.com/addyi/compose-kmp-playground
repo_name: compose-kmp-playground
plugins:
- social
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/addyi
name: GitHub Profile for addyi
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Getting Started:
- Environment Setup: setup/setup.md
- Project Structure: setup/structure.md
- Running the App: setup/running.md
- iOS Configuration: setup/ios-config.md
- Projects: projects/index.md
- Tooling:
- tooling/index.md
- Continues Integration: tooling/ci.md
- Project Documentation: tooling/documentation.md
- Linting: tooling/linting.md
- Dependency Management:
- tooling/dependencies/index.md
- Dependency Locking: tooling/dependencies/dependency-locking.md
- Version Catalog: tooling/dependencies/version-catalog.md