# 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 &copy; 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
