-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmkdocs.yml
39 lines (32 loc) · 842 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
# pip install -r requirements.txt
# mkdocs serve
extra:
doctor:
current_release: '0.10.0'
next_release: '0.10.1'
site_name: Gradle Doctor
site_url: https://runningcode.github.io/gradle-doctor/
repo_name: Gradle Doctor
repo_url: https://github.com/runningcode/gradle-doctor/
site_description: The Right Prescription for your Gradle Build
site_author: Nelson Osacky
nav:
- Home: index.md
- Java Home: java-home.md
- Configuration: configuration.md
- Changelog: changelog.md
- Remote Cache Benchmark: remote-cache.md
- Slower From Cache: slower-from-cache.md
- Build Scan Tags: scan-tags.md
- Releasing: releasing.md
theme:
name: 'material'
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
plugins:
- search
- markdownextradata: {}