-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (41 loc) · 1.02 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
site_name: KMP ViewModel
site_url: https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x
repo_name: kotlin-channel-event-bus
repo_url: https://github.com/hoc081098/kotlin-channel-event-bus
site_description: "Multi-keys, multi-producers, single-consumer event bus backed by Kotlinx Coroutines Channels"
site_author: Petrus Nguyễn Thái Học
remote_branch: gh-pages
edit_uri: edit/master/docs/
copyright: 'Copyright © 2023 Petrus Nguyễn Thái Học.'
theme:
name: 'material'
favicon: images/logo.jpeg
logo: images/logo.jpeg
palette:
primary: 'deep purple'
accent: 'white'
features:
- toc.integrate
markdown_extensions:
- tables
- attr_list
- md_in_html
- 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
- tables
nav:
- 'Overview': index.md
- 'API': API