This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
112 lines (103 loc) · 2.88 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
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
---
site_name: TomFi Archetypes
site_url: https://archetypes.info.tomfi
site_author: Tomer Figenblat
site_description: Quickly spin-up new Maven projects.
repo_name: TomerFi/tomfi-archetypes
repo_url: https://github.com/TomerFi/tomfi-archetypes
#edit_uri: "edit/main/docs"
edit_uri: ""
copyright: Copyright © 2022 Tomer Figenblat
nav:
- Home: index.md
- Glossary: glossary.md
- Generator: generator.md
- Archetypes:
- Java Playground: archetypes/java-playground.md
- Java Playground Modular: archetypes/java-playground-mod.md
- Java Advanced: archetypes/java-advanced.md
- Java Advanced Modular: archetypes/java-advanced-mod.md
- Java Full: archetypes/java-full.md
- Java Full Modular: archetypes/java-full-mod.md
- Dependencies:
- Base Dependencies: dependencies/base-dependencies.md
- Plugins:
- Base Plugins: plugins/base-plugins.md
- Professional Plugins: plugins/professional-plugins.md
- Complete Plugins: plugins/complete-plugins.md
- Profiles:
- Professional Profiles: profiles/professional-profiles.md
- Complete Profiles: profiles/complete-profiles.md
- Build Examples: build-examples.md
- License: license.md
markdown_extensions:
- admonition
- def_list
- pymdownx.betterem
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: ⚓︎
extra:
version: "1.1.15"
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/realTomFi
name: realTomfi on Twitter
- icon: fontawesome/brands/github
link: https://github.com/TomerFi
name: TomerFi on GitHub
- icon: fontawesome/brands/dev
link: https://dev.to/tomerfi
name: tomerfi on Dev.to
- icon: fontawesome/brands/redhat
link: https://developers.redhat.com/author/tomerfi
name: tomerfi on Red Hat Developer
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/tomerfi/
name: tomerfi on LinkedIn
analytics:
provider: google
property: G-3TVMWV0GMK
plugins:
- search
- git-revision-date
theme:
name: material
font:
code: Fira Code
text: Open Sans
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- content.code.annotate
- header.autohide
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate
extra_css:
- generator.css
extra_javascript:
- generator.js