-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
47 lines (42 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
45
46
47
site_name: Barber
repo_name: Barber
repo_url: https://github.com/cashapp/barber
site_description: "Barber"
site_author: Square, Inc.
remote_branch: gh-pages
copyright: 'Copyright © 2019-2024 Square, Inc.'
theme:
name: 'material'
favicon: img/favicon.ico
logo: img/cashapp.png
feature:
tabs: false
palette:
primary: 'grey'
accent: 'green'
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
- '0.x API':
- 'barber': 0.x/barber/app.cash.barber/index.md
- 'barber.models': 0.x/barber/app.cash.barber.models/index.md
- 'Change Log': changelog.md
- 'Contributing': contributing.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/barber?sort=active