Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpage: add missing titles + more badge previews #1305

Merged
merged 8 commits into from
Dec 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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