Skip to content

Commit cb2be7c

Browse files
committed
docs: 📝 add feedback form link to sidebars
1 parent 28db6f5 commit cb2be7c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/sidebars.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
22

33
const sidebars: SidebarsConfig = {
4-
instructions: [{ type: 'autogenerated', dirName: '.' }],
4+
instructions: [
5+
{ type: 'autogenerated', dirName: '.' },
6+
{
7+
type: 'link',
8+
label: '📝 Feedback Form',
9+
href: 'https://forms.gle/Gk5vybAj7VpYno1eA',
10+
},
11+
],
512
};
613

714
export default sidebars;

0 commit comments

Comments
 (0)