-
Notifications
You must be signed in to change notification settings - Fork 253
/
mkdocs.yml
40 lines (35 loc) · 896 Bytes
/
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
site_name: Dexcount Gradle Plugin
repo_name: dexcount-gradle-plugin
repo_url: https://github.com/keepsafe/dexcount-gradle-plugin
site_url: https://keepsafe.github.io/dexcount-gradle-plugin
site_description: A Gradle plugin to report the number of method references in your APK on every build.
site_author: Benjamin Bader
copyright: "Copyright © 2014-2021 KeepSafe Software, Inc"
theme:
name: material
icon:
logo: material/chart-bar
favicon: images/favicon.png
palette:
primary: indigo
accent: lime
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
- Options: config.md
- CI: ci.md