Skip to content

Commit 2a26854

Browse files
committed
docs: Add npm link to website footer
1 parent e9b74c6 commit 2a26854

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

website/docusaurus.config.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ const config: Config = {
519519
label: 'Ideas',
520520
href: 'https://github.com/reactive/data-client/discussions/categories/ideas',
521521
},
522-
{
523-
label: 'Stack Overflow',
524-
href: 'http://stackoverflow.com/questions/tagged/data-client',
525-
},
522+
// {
523+
// label: 'Stack Overflow',
524+
// href: 'http://stackoverflow.com/questions/tagged/data-client',
525+
// },
526526
// {
527527
// label: 'Showcase',
528528
// href: 'https://github.com/reactive/data-client/discussions/2422',
@@ -552,6 +552,10 @@ const config: Config = {
552552
label: 'Demo (NextJS)',
553553
to: 'https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx',
554554
},
555+
{
556+
label: 'NPM',
557+
to: 'https://www.npmjs.com/package/@data-client/react',
558+
},
555559
/*{
556560
html: `<iframe
557561
src="https://ghbtns.com/github-btn.html?user=reactive&amp;repo=data-client&amp;type=star&amp;count=true&amp;size=small"

0 commit comments

Comments
 (0)