Skip to content

Commit

Permalink
webpage: add missing titles + more badge previews (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored and paulmelnikow committed Dec 5, 2017
1 parent 342e71e commit f700502
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/all-badge-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const allBadgeExamples = [
previewUri: '/teamcity/http/teamcity.jetbrains.com/s/bt345.svg'
},
{
title: '(full build status)',
title: 'TeamCity (full build status)',
keywords: [
'teamcity'
],
Expand Down Expand Up @@ -1348,7 +1348,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub issues',
previewUri: '/github/issues-raw/badges/shields.svg',
keywords: [
'GitHub',
Expand All @@ -1367,7 +1367,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub pull requests',
previewUri: '/github/issues-pr-raw/cdnjs/cdnjs.svg',
keywords: [
'GitHub',
Expand All @@ -1386,7 +1386,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub closed issues',
previewUri: '/github/issues-closed-raw/badges/shields.svg',
keywords: [
'GitHub',
Expand All @@ -1405,7 +1405,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub closed pull requests',
previewUri: '/github/issues-pr-closed-raw/cdnjs/cdnjs.svg',
keywords: [
'GitHub',
Expand All @@ -1425,7 +1425,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub issues by-label',
previewUri: '/github/issues-raw/badges/shields/service-badge.svg',
keywords: [
'GitHub',
Expand All @@ -1445,7 +1445,7 @@ const allBadgeExamples = [
documentation: githubDoc,
},
{
title: '',
title: 'GitHub pull requests by-label',
previewUri: '/github/issues-pr-raw/badges/shields/service-badge.svg',
keywords: [
'GitHub',
Expand All @@ -1467,7 +1467,7 @@ const allBadgeExamples = [
},
{
title: 'GitHub issue title',
exampleUri: '/github/issues/detail/title/badges/shields/979.svg',
previewUri: '/github/issues/detail/title/badges/shields/1290.svg',
keywords: [
'GitHub',
'issue',
Expand Down Expand Up @@ -1691,7 +1691,7 @@ const allBadgeExamples = [
previewUri: '/bitbucket/issues/atlassian/python-bitbucket.svg'
},
{
title: '',
title: 'Bitbucket issues',
previewUri: '/bitbucket/issues-raw/atlassian/python-bitbucket.svg',
keywords: [
'Bitbucket'
Expand All @@ -1702,7 +1702,7 @@ const allBadgeExamples = [
previewUri: '/bitbucket/pr/osrf/gazebo.svg'
},
{
title: '',
title: 'Bitbucket open pull requests',
previewUri: '/bitbucket/pr-raw/osrf/gazebo.svg',
keywords: [
'Bitbucket'
Expand Down Expand Up @@ -2061,16 +2061,16 @@ const allBadgeExamples = [
previewUri: '/issuestats/i/github/expressjs/express.svg'
},
{
title: '(long form)',
exampleUri: '/issuestats/i/long/github/expressjs/express.svg'
title: 'Issue Stats (long form)',
previewUri: '/issuestats/i/long/github/expressjs/express.svg'
},
{
title: 'Issue Stats',
title: 'Pull Request Stats',
previewUri: '/issuestats/p/github/expressjs/express.svg'
},
{
title: '(long form)',
exampleUri: '/issuestats/p/long/github/expressjs/express.svg'
title: 'Pull Request Stats (long form)',
previewUri: '/issuestats/p/long/github/expressjs/express.svg'
},
{
title: 'Libraries.io for releases',
Expand Down

0 comments on commit f700502

Please sign in to comment.