-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (46 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
47
48
49
50
51
# Project pages
pages:
- Install: index.md
# - About: about.md
- Component:
- Avatar: Avatar.md
# Project information
site_name: 'Material Elements'
site_description: 'A Material Design for React Native'
site_author: 'react-native-studio'
site_url: 'https://react-native-studio.github.io/material-elements/'
# Repository
repo_name: 'material-elements'
repo_url: 'https://github.com/react-native-studio/material-elements'
docs_dir: '../material-elements/docs'
# Copyright
copyright: 'Copyright © 2017 - 2018 Lmy'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
language: 'zh'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/react-native-studio'
# Google Analytics
google_analytics:
- 'UA-XXXXXXXX-X'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true