-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (41 loc) · 998 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
40
41
42
43
44
45
46
47
48
site_name: App Sizer
site_description: "App Sizer is a tool designed to analyze the download size of Android applications"
site_author: "Grab, Inc"
site_url: "https://github.com/grab/AppSizer"
remote_branch: gh-pages
repo_name: "grab/AppSizer"
repo_url: "https://github.com/grab/AppSizer"
copyright: "Copyright 2024 Grabtaxi Holdings PTE LTE (GRAB)"
theme:
name: "material"
palette:
primary: "cyan"
font:
text: "Roboto"
code: "Roboto Mono"
features:
- navigation.indexes
nav:
- Home Page: index.md
- Configuration:
- Gradle Plugin: plugin.md
- Commandline Tool: cli.md
- Grafana & InfluxDb Docker: docker.md
- Reports: report.md
- Limitation: limitation.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight
- codehilite:
guess_lang: false
- toc:
permalink: true
# Customization
extra_css:
- "css/site.css"