webpage: add missing titles + more badge previews (#1305)
This commit is contained in:
@@ -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'
|
||||
],
|
||||
@@ -1348,7 +1348,7 @@ const allBadgeExamples = [
|
||||
documentation: githubDoc,
|
||||
},
|
||||
{
|
||||
title: '',
|
||||
title: 'GitHub issues',
|
||||
previewUri: '/github/issues-raw/badges/shields.svg',
|
||||
keywords: [
|
||||
'GitHub',
|
||||
@@ -1367,7 +1367,7 @@ const allBadgeExamples = [
|
||||
documentation: githubDoc,
|
||||
},
|
||||
{
|
||||
title: '',
|
||||
title: 'GitHub pull requests',
|
||||
previewUri: '/github/issues-pr-raw/cdnjs/cdnjs.svg',
|
||||
keywords: [
|
||||
'GitHub',
|
||||
@@ -1386,7 +1386,7 @@ const allBadgeExamples = [
|
||||
documentation: githubDoc,
|
||||
},
|
||||
{
|
||||
title: '',
|
||||
title: 'GitHub closed issues',
|
||||
previewUri: '/github/issues-closed-raw/badges/shields.svg',
|
||||
keywords: [
|
||||
'GitHub',
|
||||
@@ -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',
|
||||
@@ -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',
|
||||
@@ -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',
|
||||
@@ -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',
|
||||
@@ -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'
|
||||
@@ -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'
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user