Skip to content

Commit

Permalink
docs: Add npm link to website footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 3, 2024
1 parent e9b74c6 commit 2fbde41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,10 @@ const config: Config = {
label: 'Demo (NextJS)',
to: 'https://stackblitz.com/github/reactive/data-client/tree/master/examples/nextjs?file=components%2Ftodo%2FTodoList.tsx',
},
{
label: 'NPM',
to: 'https://www.npmjs.com/package/@data-client/react',
},
/*{
html: `<iframe
src="https://ghbtns.com/github-btn.html?user=reactive&amp;repo=data-client&amp;type=star&amp;count=true&amp;size=small"
Expand Down

0 comments on commit 2fbde41

Please sign in to comment.