-
Notifications
You must be signed in to change notification settings - Fork 119
/
mkdocs.yaml
125 lines (116 loc) · 3.63 KB
/
mkdocs.yaml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
site_name: SmallRye Config
site_url: https://smallrye.io/smallrye-config
repo_url: https://github.com/smallrye/smallrye-config
edit_uri: edit/main/documentation/src/main/docs
docs_dir: src/main/docs
nav:
- Home: index.md
- Config:
- 'Getting Started': config/getting-started.md
- 'Expressions': config/expressions.md
- 'Profiles': config/profiles.md
- 'Environment Variables': config/environment-variables.md
- 'Indexed Properties': config/indexed-properties.md
- 'ConfigValue': config/config-value.md
- 'Mappings': config/mappings.md
- 'Map Support': config/map-support.md
- 'Secret Keys': config/secret-keys.md
- 'Customizer': config/customizer.md
- 'Configuration Reference': config/configuration.md
- Config Sources:
- 'Custom': config-sources/custom.md
- 'Factories': config-sources/factories.md
- 'Locations': config-sources/locations.md
- 'YAML': config-sources/yaml.md
- 'JSON': config-sources/json.md
- 'FileSystem': config-sources/filesystem.md
- 'ZooKeeper': config-sources/zookeeper.md
- 'HOCON': config-sources/hocon.md
- 'KeyStore': config-sources/keystore.md
- Converters:
- 'Custom': converters/custom.md
- Extensions:
- 'Interceptors': extensions/interceptors.md
- 'Fallback': extensions/fallback.md
- 'Relocate': extensions/relocate.md
- 'Logging': extensions/logging.md
#- 'Events': extensions/config-events.md
#- 'Config Source Injection': extensions/config-source-injection.md
plugins:
- search
- macros:
module_name: src/main/macros/docissimo
include_dir: src/main/macros
- mike:
version_selector: true
css_dir: css
javascript_dir: javascript
copyright: >-
Sponsored by <a href="https://www.redhat.com"><img style="vertical-align: middle; height: 2.5em;" alt="Red Hat" src="https://github.com/jbossorg/website/raw/master/docs/img/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
logo: assets/smallrye-icon.svg
font:
text: Roboto
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.indexes
- navigation.sections
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue-grey
accent: red
toggle:
icon: material/lightbulb-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: orange
toggle:
icon: material/lightbulb-on
name: Switch to light mode
markdown_extensions:
- toc:
toc_depth: 3
permalink: '#'
- admonition
- smarty
- attr_list
- md_in_html
- meta
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.betterem
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- assets/extra.css
extra:
version:
provider: mike
snippet_dir: src/main/java
attributes_path: target/classes/attributes.yaml