forked from cashapp/backfila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (44 loc) · 1.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
48
49
site_name: Backfila
repo_name: Backfila
repo_url: https://github.com/cashapp/backfila
site_description: "Backfila: Service that manages backfill state, calling into other services to do batched work"
site_author: Square, Inc.
site_url: ''
remote_branch: gh-pages
copyright: 'Copyright © 2019 Square, Inc.'
theme:
name: 'material'
favicon: img/favicon.ico
logo: img/cashapp.png
feature:
tabs: false
palette:
primary: 'grey'
accent: 'red'
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':
- 'client': 0.x/client/index.md
- 'client-service': 0.x/client-misk/index.md
- 'Change Log': changelog.md
- 'Contributing': contributing.md
- 'Releasing': releasing.md
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/backfila?sort=active