0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

update help website page

This commit is contained in:
Juan Picado 2022-08-21 15:15:40 +02:00
parent 1b5bcfeac6
commit 225b5235a9

View file

@ -85,12 +85,12 @@ const _SupportLinks = (lang: string) => [
),
},
{
title: 'pnpm Chat',
title: 'pnpm',
content: (
<Translate
values={{
link: (
<a href="https://discord.gg/PKwUpW">
<a href="https://r.pnpm.io/chat">
<Translate>Community Chat</Translate>
</a>
),
@ -101,12 +101,12 @@ const _SupportLinks = (lang: string) => [
),
},
{
title: 'Yarn Chat',
title: 'yarn',
content: (
<Translate
values={{
link: (
<a href="https://discord.gg/x9F2jJ">
<a href="https://discord.com/invite/yarnpkg">
<Translate>Community Chat</Translate>
</a>
),
@ -116,6 +116,27 @@ const _SupportLinks = (lang: string) => [
</Translate>
),
},
{
title: 'npm',
content: (
<Translate
values={{
rfcs: (
<a href="https://github.com/npm/rfcs">
<Translate>npm RFCS</Translate>
</a>
),
feedback: (
<a href=">https://github.com/npm/feedback">
<Translate>npm Feedback</Translate>
</a>
),
}}
>
{'If you have specific npm questions, you can interact via {rfcs} and {feedback}'}
</Translate>
),
},
];
const Help = (): React.ReactElement => {