This repository was archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (64 loc) · 1.75 KB
/
mkdocs.yml
File metadata and controls
66 lines (64 loc) · 1.75 KB
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
# Site name
site_name: Android Examples
# Theming configuration
theme:
name: 'material'
feature:
tabs: true
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Pages
pages:
- Home: index.md
- About: about.md
- Getting started: getting-started.md
# Note: The testing page should be commented on production builds
- Testing: testing.md
- Components:
- Button: components/button.md
- Dialog: components/dialog.md
- Tabs: components/tabs.md
- Patterns:
- App layout: patterns/app-layout.md
- Bottom navigation: patterns/bottom-navigation.md
- Navigation drawer: patterns/navigation-drawer.md
- Notifications: patterns/notifications.md
- Search: patterns/search.md
- Swipe-to-refresh: patterns/swipe-to-refresh.md
- Showcases:
- Examples:
- Android Examples: showcases/examples/android-examples.md
- StudyBuddy: showcases/examples/studybuddy.md
- Libraries:
- AppCompat: showcases/libraries/appcompat.md
# Repository
repo_name: Chan4077/android-examples-web
repo_url: https://github.com/Chan4077/android-examples-web
# Copyright
copyright: 'Copyright © 2018 Edric Chan'