forked from readium/kotlin-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (49 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
52
53
54
55
56
57
58
site_name: Readium Kotlin
# Meta tags (placed in header)
site_description: Readium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift & Kotlin.
site_author: Readium Foundation
site_url: https://github.com/readium/kotlin-toolkit
# Repository (add link to repository on each page)
repo_name: kotlin-toolkit
repo_url: https://github.com/readium/kotlin-toolkit
# Copyright (shown at the footer)
copyright: 'Copyright © 2021 Readium Foundation'
# Material theme
theme:
name: 'material'
# favicon: favicon.svg
social:
- type: 'github'
link: 'https://github.com/readium/kotlin-toolkit'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- def_list
- toc:
permalink: true
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.caret
# - pymdownx.inlinehilite
# - pymdownx.magiclink
# - pymdownx.smartsymbols
# - pymdownx.superfences
# Dev server binding
#dev_addr: 127.0.0.1:3001
nav:
- Migration Guide: migration-guide.md
- API Reference:
- Shared: readium/shared/index.md
- Streamer: readium/streamer/index.md
- Navigator: readium/navigator/index.md
- OPDS: readium/opds/index.md
- LCP: readium/lcp/index.md
extra_css:
- readium_colors.css
extra:
version:
provider: mike