forked from jondot/awesome-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (35 loc) · 1015 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
site_name: "Awesome React Native"
site_url: "http://awesome-react-native.com"
site_description: "A curated list of awesome articles, tutorials and resources dealing
with React Native."
site_author: "Dotan Nahum"
repo_url: "https://github.com/jondot/awesome-react-native"
google_analytics: ['UA-7131053-20', 'auto']
theme: material
pages:
- "Awesome React Native": "index.md"
- "Contributing": "CONTRIBUTING.md"
extra:
palette:
primary: 'light blue'
accent: 'light blue'
logo: 'icon.svg'
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- pymdownx.arithmatex
- 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