-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathmkdocs.yml
74 lines (67 loc) · 2.04 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
72
73
74
# Project information
site_name: Materialdoc
site_description: 'Material Components for Android'
site_author: 'Dmytro Danylyk'
site_url: 'https://materialdoc.com'
# Repository
repo_name: 'GitHub'
repo_url: 'https://github.com/materialdoc/materialdoc-web'
# Copyright
copyright: 'Copyright © 2017 - 2018 Dmytro Danylyk'
# Documentation and theme
theme:
name: material
custom_dir: material/
site_favicon: 'images/favicon.ico'
# Options
extra:
social:
- type: 'github'
link: 'https://github.com/materialdoc'
- type: 'twitter'
link: 'https://twitter.com/dmytrodanylyk'
- type: 'linkedin'
link: 'https://linkedin.com/in/dmytrodanylyk'
feature:
tabs: true
# Extensions
markdown_extensions:
- admonition
- meta
- codehilite
- toc:
permalink: true
# Google Analytics
google_analytics:
- 'UA-69898504-1'
- 'auto'
nav:
- Home:
- About: index.md
- Application: application.md
- Contribute: how-to-contribute.md
- Components:
- Auto-complete: components/autocomplete.md
- Buttons: components/buttons.md
- Buttons FAB: components/fab.md
- Bottom navigation: components/bottom-navigation.md
- Bottom sheets: components/bottom-sheets.md
- Cards: components/cards.md
- Dialogs: components/dialogs.md
- Menus: components/menus.md
- Pickers: components/pickers.md
- Progress & activity: components/progress.md
- Rating Bar: components/rating-bar.md
- Selection controls: components/selection-controls.md
- Snackbars & Toasts: components/snackbars-and-toasts.md
- Tabs: components/tabs.md
- Text fields: components/text-fields.md
- Toolbars: components/toolbars.md
- Patterns:
- Data formats: patterns/data-formats.md
- Launch screens: patterns/launch-screen.md
- Navigation drawer: patterns/navigation-drawer.md
- Notifications: patterns/notifications.md
- Swipe to refresh: patterns/swipe-to-refresh.md
# Pages which are not visible from menu
- 'article-template.md'