forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (34 loc) · 942 Bytes
/
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
# Project information
site_name: React Native Elements UI Toolkit
site_description: Cross Platform React Native UI Toolkit
site_url: https://react-native-training.github.io/react-native-elements
# Repository
repo_name: react-native-training/react-native-elements
repo_url: https://github.com/react-native-training/react-native-elements
# Copyright
copyright: Copyright © 2017 react native training
# Documentation and theme
theme: material
# Options
extra:
feature:
tabs: true
logo: images/react.svg
palette:
primary: light blue
accent: light blue
# Extensions
markdown_extensions:
- admonition
- codehilite(guess_lang=false)
- toc(permalink=true)
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tilde