-
Notifications
You must be signed in to change notification settings - Fork 122
/
mkdocs.yml
49 lines (45 loc) · 1 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
site_name: Gradle Maven Publish Plugin
site_url: https://vanniktech.github.io/gradle-maven-publish-plugin/
repo_name: gradle-maven-publish-plugin
repo_url: https://github.com/vanniktech/gradle-maven-publish-plugin
site_author: Niklas Baudy
copyright: 'Copyright (C) 2018 Vanniktech - Niklas Baudy'
theme:
name: 'material'
palette:
primary: 'cyan'
accent: 'purple'
features:
- navigation.sections
- navigation.tracking
- navigation.tabs
- content.tabs.link
- toc.integrate
nav:
- 'index.md'
- 'central.md'
- 'other.md'
- 'base.md'
- 'changelog.md'
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
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables