-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
46 lines (42 loc) · 1.03 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
site_name: "ReadMoreTextView"
site_description: "A library that provides Text components supporting 'Read more' UX for Android View and Jetpack Compose."
site_author: "NAVER Webtoon"
remote_branch: gh-pages
# Repository
repo_name: webtoon/ReadMoreTextView
repo_url: https://github.com/webtoon/ReadMoreTextView
# Navigation
nav:
- "Overview": index.md
- "View":
- 'Guide': readmore-view.md
- 'API': api/readmore-view/
- "Foundation":
- 'Guide': readmore-foundation.md
- 'API': api/readmore-foundation/
- "Material":
- 'Guide': readmore-material.md
- 'API': api/readmore-material/
- "Material3":
- 'Guide': readmore-material3.md
- 'API': api/readmore-material3/
# Configuration
theme:
name: material
language: "en"
palette:
primary: green
accent: green
font:
text: 'Roboto'
code: 'Roboto Mono'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences