-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
105 lines (98 loc) · 2.76 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
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
site_name: kmmify
site_url: https://kmmify.goatbytes.io
repo_name: kmmify
repo_url: https://github.com/goatbytes/kmmify
site_description: "A cutting-edge cross-platform SDK designed to streamline the process of uniquely identifying devices across different platforms."
site_author: GoatBytes.IO
remote_branch: gh-pages
edit_uri: ""
nav:
- 'Overview': index.md
- 'Documentation': docs/index.html
- 'KMP Wizard': https://kmp.jetbrains.com/
- 'KMP Template Gallery': https://kmp.jetbrains.com/#templateGallery
- 'KMP Development': https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html
theme:
name: 'material'
favicon: assets/img/favicon.png
logo: assets/img/logo.png
custom_dir: docs/overrides
features:
- instant
- navigation.instant
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
# - toc.integrate
- content.code.annotate
palette:
- scheme: default # Palette toggle for light mode
media: "(prefers-color-scheme: light)"
primary: 'custom'
accent: 'white'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate # Palette toggle for dark mode
media: "(prefers-color-scheme: dark)"
primary: 'custom'
accent: 'white'
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
heading: 'Red Hat Display'
text: 'Red Hat Text'
code: 'Red Hat Mono'
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- meta
- pymdownx.blocks.admonition
- pymdownx.blocks.tab:
alternate_style: true
- pymdownx.blocks.details
- pymdownx.blocks.definition
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.mark
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- footnotes
- attr_list
- md_in_html
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
fallback_to_build_date: true
extra:
homepage: https://goatbytes.io
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/goatbytes
- icon: fontawesome/brands/instagram
link: https://instagram.com/goatbytes.io
- icon: fontawesome/brands/github
link: https://github.com/goatbytes
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/goatbytes
analytics:
provider: google
property: G-V0TQY16GNY
generator: false
extra_css:
- 'assets/css/app.css'
extra_javascript:
- 'assets/js/app.js'