-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
35 lines (30 loc) · 928 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
site_name: Smallrye Mutiny Vert.x bindings
repo_url: https://github.com/smallrye/smallrye-mutiny-vertx-bindings
edit_uri: edit/main/docs/
nav:
- Overview: 'index.md'
- API Translation: 'api-translation.md'
- Javadoc: './apidocs/index.html'
copyright: >-
Sponsored by <a href="https://www.redhat.com"><img style="vertical-align: middle; height: 2.5em;" alt="Red Hat" src="./images/redhat_reversed.svg"/></a> <br/>
<a href="https://creativecommons.org/licenses/by/3.0/">CC by 3.0</a> |
<a href="https://www.redhat.com/en/about/privacy-policy">Privacy Policy</a>
theme:
name: material
palette:
primary: deep purple
accent: deep purple
font:
text: Red Hat Text
code: Ubuntu Mono
features:
- navigation.sections
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- admonition
extra:
manifest: manifest.webmanifest
version:
provider: mike