-
Notifications
You must be signed in to change notification settings - Fork 214
/
mkdocs.yml
45 lines (39 loc) · 1 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
site_name: Paparazzi
site_url: https://cashapp.github.io/paparazzi/
repo_name: Paparazzi
repo_url: https://github.com/cashapp/paparazzi
site_description: "Android screenshots without Android"
site_author: Square, Inc.
remote_branch: gh-pages
copyright: 'Copyright © 2019 Square, Inc.'
theme:
name: 'material'
favicon: images/icon-square.png
logo: images/icon-square.png
palette:
primary: 'light blue'
accent: 'blue'
extra_css:
- 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- tables
nav:
- 'Overview': index.md
- '1.x API': 1.x/paparazzi/app.cash.paparazzi/index.md
- 'Change Log': changelog.md
- 'Code of Conduct': code_of_conduct.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/paparazzi?sort=active