-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
41 lines (41 loc) · 965 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
40
41
site_name: Unit API
plugins:
- search
- markdownextradata
# - mkdocs_pymdownx_material_extras
- codeinclude:
title_mode: pymdownx.tabbed
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'teal'
font: false
logo: 'assets/logo.svg'
favicon: 'assets/logo.ico'
repo_name: 'unit-api'
repo_url: 'https://github.com/raynigon/unit-api'
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
nav:
- Home: index.md
- Java:
- General: java/index.md
- Jackson: java/jackson.md
- Spring Boot:
- General: spring-boot/index.md
- Jackson: spring-boot/jackson.md
- JPA: spring-boot/jpa.md
- Springdoc: spring-boot/springdoc.md
- Kotlin: kotlin/index.md
#- Examples: examples.md
- JavaDoc: javadoc-ref.md
- Contribution: contribution.md
extra:
latest_version: 3.0.8