Skip to content

Commit 4ee7c77

Browse files
committed
docs: 📝 add feedback form
1 parent 21a4b76 commit 4ee7c77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
33
const sidebars: SidebarsConfig = {
44
instructions: [
55
{ type: 'autogenerated', dirName: '.' },
6+
{
7+
type: 'link',
8+
label: '📝 Feedback Form',
9+
href: 'https://forms.gle/vvCoDP38HfJdfmca8',
10+
},
611
{
712
type: 'category',
813
collapsed: false,

0 commit comments

Comments
 (0)