12 lines
295 B
JavaScript
12 lines
295 B
JavaScript
'use strict'
|
|
|
|
// the file contains common constants for badges uses maven-metadata
|
|
|
|
export const documentation = `
|
|
<p>
|
|
<code>versionPrefix</code> and <code>versionSuffix</code> allow narrowing down
|
|
the range of versions the badge will take into account,
|
|
but they are completely optional.
|
|
</p>
|
|
`
|