37
37
[ ![ ComVer] ( https://img.shields.io/badge/ComVer-compliant-brightgreen.svg )] [ tags ]
38
38
[ ![ GitHub Super-Linter] ( https://github.com/alexrogalskiy/java-patterns/workflows/Lint%20Code%20Base/badge.svg )] ( https://github.com/marketplace/actions/super-linter )
39
39
[ ![ Documentation Status] ( https://readthedocs.org/projects/java-patterns/badge/?version=latest )] ( https://java-patterns.readthedocs.io/en/latest/?badge=latest )
40
+ [ ![ NetflixOSS Lifecycle] ( https://img.shields.io/osslifecycle/AlexRogalskiy/java-patterns.svg )] ( )
40
41
41
42
## 🎹 * Table of contents*
42
43
87
88
</a>
88
89
</p >
89
90
90
- *** Java Design Patterns*** is intended to provide various use case scenarios and architectural concepts on prototyping adaptive applications.
91
+ *** Java Design Patterns*** is intended to provide various use case scenarios and architectural concepts on
92
+ prototyping adaptive applications.
91
93
92
94
``` text
93
95
mkdocs.yml # Configuration file.
@@ -97,12 +99,12 @@ docs/
97
99
units/
98
100
design-patterns.md # Design patterns and architectural concepts
99
101
scenarios.md # Scenarios in practice
100
- use-cases.md # Typical use cases
102
+ use-cases.md # Typical use cases
101
103
user-guide/
102
- changelog.md # Changelog page
103
- code_of_conduct.md # Code of conduct page
104
- code_owners.md # Code owners page
105
- dependency.md # Dependency page
104
+ changelog.md # Changelog page
105
+ code_of_conduct.md # Code of conduct page
106
+ code_owners.md # Code owners page
107
+ dependency.md # Dependency page
106
108
description.md # Description page
107
109
faq.md # FAQ page
108
110
getting-started.md # Getting started page
@@ -183,7 +185,8 @@ mkdocs --verbose gh-deploy --force --remote-branch gh-pages
183
185
184
186
## 📝 * Versioning*
185
187
186
- The project uses [ SemVer] ( http://semver.org/ ) for versioning. For the versions available, see the [ tags on this repository] [ tags ] .
188
+ The project uses [ SemVer] ( http://semver.org/ ) for versioning. For the versions available, see the [ tags on
189
+ this repository] [ tags ] .
187
190
188
191
## 🌹 * Authors*
189
192
@@ -198,8 +201,8 @@ with community support please contact with us if you have some question or propo
198
201
[ ![ Contributors Display] ( https://badges.pufler.dev/contributors/AlexRogalskiy/java-patterns?size=50\& padding=5\& bots=true )] ( https://badges.pufler.dev )
199
202
200
203
Please read
201
- [ CONTRIBUTING.md] ( https://github.com/AlexRogalskiy/java-patterns/blob/master/.github/CONTRIBUTING.md )
202
- for details on our code of conduct, and the process for submitting pull requests to us
204
+ [ CONTRIBUTING.md] ( https://github.com/AlexRogalskiy/java-patterns/blob/master/.github/CONTRIBUTING.md ) for
205
+ details on our code of conduct, and the process for submitting pull requests to us
203
206
([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ).
204
207
205
208
This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors )
@@ -220,8 +223,9 @@ See also the list of [contributors][contributors] who participated in this proje
220
223
221
224
## ⚽ * Licensing*
222
225
223
- *** Java Patterns*** is distributed under LGPL version 3 or later, \[ [ License] ( https://github.com/AlexRogalskiy/java-patterns/blob/master/LICENSE.txt )] .
224
- LGPLv3 is additional permissions on top of GPLv3.
226
+ *** Java Patterns*** is distributed under LGPL version 3 or later,
227
+ \[ [ License] ( https://github.com/AlexRogalskiy/java-patterns/blob/master/LICENSE.txt )] . LGPLv3 is additional
228
+ permissions on top of GPLv3.
225
229
226
230
![ image] ( https://user-images.githubusercontent.com/19885116/48661948-6cf97e80-ea7a-11e8-97e7-b45332a13e49.png )
227
231
0 commit comments