generated from cortinico/kotlin-gradle-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
149 lines (148 loc) · 4.19 KB
/
mkdocs.yml
File metadata and controls
149 lines (148 loc) · 4.19 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: SPM For KMP documentation
repo_url: https://github.com/frankois944/spm4Kmp
site_author: François Dabonot
site_description: An alternative to the dying CocoaPods with custom Kotlin/Swift bridge for KMP.
site_url: https://spmforkmp.eu/
extra:
annotate:
json: [.s2]
social:
- icon: material/coffee
link: https://ko-fi.com/frankois944
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/francois-dabonot/
- icon: fontawesome/brands/github
link: https://github.com/frankois944
analytics:
provider: google
property: G-KKDWJKFYV1
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/frankois944/spm4Kmp/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
nav:
- Swift Package Manager For Kotlin Multiplatform:
- index.md
- migration/migrateFromCocoapods.md
- license.md
- Setup:
- setup.md
- bridge.md
- bridgeWithDependencies.md
- exportingDependencies.md
- migration/migration_from_0.x.md
- Help:
- section-help/index.md
- section-help/issues.md
- section-help/faq.md
- section-help/tips.md
- Usages:
- usages/multiTarget.md
- usages/distribution.md
- usages/largebridge.md
- usages/importCLangFramework.md
- usages/packageRegistry.md
- References:
- references/swiftPackageConfig.md
- Dependencies:
- references/dependency/dependencyConfig.md
- references/dependency/productPackageConfig.md
- references/dependency/productName.md
- ExportedPackage:
- references/exportedPackageConfig.md
- BridgeSettings:
- references/bridgeSettingsConfig.md
- references/targetSettingsConfigs/CSettingConfig.md
- references/targetSettingsConfigs/CxxSettingConfig.md
- references/targetSettingsConfigs/LinkerSettingConfig.md
- references/targetSettingsConfigs/SwiftSettingConfig.md
markdown_extensions:
- md_in_html
- admonition
- footnotes
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- attr_list
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
plugins:
- search
- social
- tags
- glightbox
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
extra_javascript:
- javascripts/extra.js
theme:
name: material
logo: assets/img.png
custom_dir: docs/overrides
features:
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.tabs.link
- content.code.annotate
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- content.tabs.link
- versioning
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: deep purple
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: deep purple
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference