mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: restore tagline
This commit is contained in:
parent
e8b3ada53c
commit
ad5650300f
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ const pkgJson = require('./package.json')
|
||||||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Verdaccio',
|
title: 'Verdaccio',
|
||||||
tagline: 'A lightweight private proxy registry built in Node.js',
|
tagline: 'A lightweight Node.js private proxy registry',
|
||||||
organizationName: 'verdaccio',
|
organizationName: 'verdaccio',
|
||||||
projectName: 'verdaccio',
|
projectName: 'verdaccio',
|
||||||
url: 'https://verdaccio.org',
|
url: 'https://verdaccio.org',
|
||||||
|
@ -53,7 +53,7 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
customFields: {
|
customFields: {
|
||||||
description: 'A lightweight private proxy registry built in Node.js'
|
description: 'A lightweight Node.js private proxy registry'
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
announcementBar: {
|
announcementBar: {
|
||||||
|
|
Loading…
Reference in a new issue