-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
74 lines (66 loc) · 1.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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://grab.github.io/app-sizer/"
remote_branch: gh-pages
repo_name: "app-sizer"
repo_url: "https://github.com/grab/app-sizer"
copyright: "Copyright 2024 Grabtaxi Holdings PTE LTE (GRAB)"
theme:
name: "material"
palette:
primary: "cyan"
accent: "indigo"
font:
text: "Roboto"
code: "Roboto Mono"
features:
- navigation.indexes
- navigation.top
- navigation.tracking
- search.highlight
- content.code.copy
- content.tabs.link
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
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- codehilite:
guess_lang: false
- toc:
permalink: true
toc_depth: 3
# Customization
extra_css:
- css/site.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/grab/app-sizer