We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62ed43 commit 74676c5Copy full SHA for 74676c5
packages/docs/docusaurus.config.js
@@ -5,6 +5,7 @@ const links = {
5
storybook: 'https://rct.lukasbach.com/storybook',
6
sandbox: 'https://codesandbox.io/s/react-complex-tree-playground-u5tjs',
7
github: 'https://github.com/lukasbach/react-complex-tree',
8
+ sponsor: 'https://github.com/sponsors/lukasbach'
9
};
10
11
/** @type {import('@docusaurus/types').DocusaurusConfig} */
@@ -48,6 +49,11 @@ module.exports = {
48
49
label: 'Playground',
50
position: 'left',
51
},
52
+ {
53
+ href: links.sponsor,
54
+ label: 'Sponsor',
55
+ position: 'right',
56
+ },
57
{
58
href: links.github,
59
label: 'GitHub',
0 commit comments