-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
51 lines (47 loc) · 1.31 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
site_name: Solivagant - Compose Multiplatform Navigation library
site_url: https://hoc081098.github.io/solivagant/docs/0.x
repo_name: solivagant
repo_url: https://github.com/hoc081098/solivagant
site_description: "🔆 Compose Multiplatform Navigation library - 🌸 Pragmatic, type safety navigation for Compose Multiplatform. Based on Freeletics Khonshu Navigation. ♥️ ViewModel, SavedStateHandle, Lifecycle, Multi-Backstacks, and more..."
site_author: Petrus Nguyễn Thái Học
remote_branch: gh-pages
edit_uri: edit/master/docs/
copyright: 'Copyright © 2024 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
- mdx_truly_sane_lists
- def_list
- pymdownx.tasklist:
custom_checkbox: true
nav:
- 'Overview': index.md
- 'Multiplatform': multiplatform.md
- 'Change Log': changelog.md
- 'API': API