-
Notifications
You must be signed in to change notification settings - Fork 82
/
mkdocs.yml
60 lines (50 loc) · 1.37 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
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 © 2023 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:
- Home: index.md
- Migration Guide: migration-guide.md
- User Guides:
- Navigator preferences: guides/navigator-preferences.md
- EPUB font families: guides/epub-fonts.md
- PDF support: guides/pdf.md
- Text-to-speech: guides/tts.md
- Extracting the content of a publication: guides/content.md
extra_css:
- readium_colors.css
extra:
version:
provider: mike