-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
51 lines (46 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
50
51
site_name: Keeper
repo_name: Keeper
repo_url: https://github.com/slackhq/Keeper
site_description: "A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources."
site_author: Slack
remote_branch: gh-pages
copyright: 'Copyright © 2020 Slack Technologies, LLC'
theme:
name: 'material'
favicon: images/slack_logo_small.png
logo: images/slack_logo.png
palette:
primary: 'white'
accent: 'white'
language: 'en'
font:
text: 'Lato'
code: 'Fira Code'
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
- pymdownx.emoji
- tables
- mdx_truly_sane_lists
- admonition
nav:
- 'Overview': index.md
- 'Configuration' : configuration.md
- 'API' : 0.x/keeper-gradle-plugin/com.slack.keeper/index.html
- 'Changelog' : changelog.md
- 'Contributing': contributing.md
- 'Code of Conduct': code-of-conduct.md