-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
53 lines (45 loc) · 1.25 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
site_name: Grazel
site_description: "A Gradle plugin to automate Bazel migration for Android projects"
site_author: "Grab, Inc"
site_url: "https://github.com/grab/Grazel"
remote_branch: gh-pages
repo_name: "grab/Grazel"
repo_url: "https://github.com/grab/Grazel"
copyright: "Copyright 2021 Grabtaxi Holdings PTE LTE (GRAB)"
theme:
name: "material"
palette:
primary: "cyan"
font:
text: "Roboto"
code: "Roboto Mono"
features:
- navigation.indexes
nav:
- Overview: index.md
- Configuration:
- Grazel Extension: grazel_extension.md
- Gradle Tasks: gradle_tasks.md
- Bazel: bazel_configuration.md
- Migration:
- Migration Capabilities: migration_capabilities.md
- Migration Criteria and Workflow: migration_criteria.md
- Hybrid Builds: hybrid_builds.md
- Misc:
- Databinding: databinding.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"