-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
71 lines (64 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
71
site_name: DpadRecyclerView
site_description: 'A RecyclerView built for Android TV'
site_author: 'Rúben Sousa'
site_url: 'https://rubensousa.github.io/dpadrecyclerview/'
remote_branch: gh-pages
edit_uri: ""
copyright: 'Copyright © 2024 Rúben Sousa'
repo_name: 'DpadRecyclerView'
repo_url: 'https://github.com/rubensousa/DpadRecyclerView'
theme:
name: 'material'
language: 'en'
palette:
scheme: default
primary: 'black'
accent: 'light-blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- content.code.copy
extra:
dpadrecyclerview:
version: '1.4.0-rc02'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
markdown_extensions:
- admonition
- pymdownx.details
- codehilite:
guess_lang: false
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: "3"
plugins:
- markdownextradata: {}
nav:
- 'Overview': index.md
- 'Getting Started': getting_started.md
- 'Migrating from Leanback': migrating_leanback.md
- 'Focus and selection': selection.md
- 'Alignment': alignment.md
- 'Compose interoperability': compose.md
- 'Testing': testing.md
- 'XML attributes': xml.md
- 'Recipes':
- 'Alignment': recipes/alignment.md
- 'Layout': recipes/layout.md
- 'Spacing': recipes/spacing.md
- 'Focus': recipes/focus.md
- 'Scrolling': recipes/scrolling.md
- 'Scrollbars': recipes/scrollbars.md
- 'Drag and drop': recipes/dragdrop.md
- 'Changelog': changelog.md
- 'API': api/