-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
71 lines (64 loc) · 1.69 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
site_name: Sain
site_description: "A Simple Compose Multiplatform Signature Capture Library"
site_author: "Joel Kanyi"
site_url: "https://joelkanyi.github.io/sain/"
repo_name: sain
repo_url: "https://github.com/joelkanyi/sain"
edit_uri: "tree/main/docs/"
docs_dir: docs
remote_branch: gh-pages
nav:
- 'Overview': index.md
- 'Getting Started': get-started.md
- 'Usage': usage.md
- 'API Reference': kdoc/sain/index.html
- 'Demo': samples.md
- 'License': license.md
theme:
name: 'material'
language: 'en'
features:
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
palette:
# Palette toggle for light mode
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.tilde
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/joelkanyi
- icon: fontawesome/brands/twitter
link: https://twitter.com/_joelkanyi
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/joel-kanyi-037270174/
copyright: |
© 2024 <a href="https://github.com/joelkanyi" target="_blank" rel="noopener">Joel Kanyi</a>