forked from smallrye/smallrye-stork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (56 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: Smallrye Stork
repo_url: https://github.com/smallrye/smallrye-stork
edit_uri: edit/main/docs/
nav:
- Overview: 'index.md'
- Concepts: 'concepts.md'
- Javadoc: 'https://javadoc.io/doc/io.smallrye.stork/smallrye-stork-api/latest/index.html'
- Using Stork with Quarkus: './quarkus.md'
- Service Discovery:
- Consul: 'consul.md'
- Kubernetes: 'kubernetes.md'
- Eureka: 'eureka.md'
- Custom: 'custom-service-discovery.md'
- Load-Balancing:
- Round Robin: 'round-robin.md'
- Response Time: 'response-time.md'
- Custom: 'custom-load-balancer.md'
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: black
accent: red
font:
text: Red Hat Text
code: Ubuntu Mono
logo: images/stork-white.png
favicon: images/stork-white.png
features:
- navigation.sections
extra_css:
- extra.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- admonition
plugins:
- search
- build_plantuml:
render: "server"
server: "http://www.plantuml.com/plantuml"
output_format: "png"
diagram_root: "docs"
output_folder: "target"
input_folder: "diagrams"
input_extensions: "puml"
- macros
extra:
manifest: manifest.webmanifest
version:
current: !ENV [STORK_VERSION, "SNAPSHOT"]
provider: mike