kopia lustrzana https://github.com/badgen/badgen.net
Match new example format in static badges
rodzic
0ebaf5d821
commit
c820b37c1f
|
|
@ -3,13 +3,18 @@ import { badgenServe } from '../libs/badgen-serve'
|
||||||
export const help = `# Static Badges`
|
export const help = `# Static Badges`
|
||||||
|
|
||||||
export const examples = [
|
export const examples = [
|
||||||
'/badge/Swift/4.2/orange',
|
{
|
||||||
'/badge/license/MIT/blue',
|
title: 'general',
|
||||||
'/badge/chat/on%20gitter/cyan',
|
examples: {
|
||||||
'/badge/stars/★★★★☆',
|
'/badge/Swift/4.2/orange': 'swift version',
|
||||||
'/badge/become/a%20patron/F96854',
|
'/badge/license/MIT/blue': 'license MIT',
|
||||||
'/badge/code%20style/standard/f2a',
|
'/badge/chat/on%20gitter/cyan': 'chat on gitter',
|
||||||
'/badge/platform/ios,macos,tvos?list=1'
|
'/badge/stars/★★★★☆': 'star rating',
|
||||||
|
'/badge/become/a%20patron/F96854': 'patron',
|
||||||
|
'/badge/code%20style/standard/f2a': 'code style: standard',
|
||||||
|
'/badge/platform/ios,macos,tvos?list=1': 'support platform'
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
export const handlers = {
|
export const handlers = {
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue