We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28db6f5 commit cb2be7cCopy full SHA for cb2be7c
1 file changed
docs/sidebars.ts
@@ -1,7 +1,14 @@
1
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
2
3
const sidebars: SidebarsConfig = {
4
- instructions: [{ type: 'autogenerated', dirName: '.' }],
+ instructions: [
5
+ { type: 'autogenerated', dirName: '.' },
6
+ {
7
+ type: 'link',
8
+ label: '📝 Feedback Form',
9
+ href: 'https://forms.gle/Gk5vybAj7VpYno1eA',
10
+ },
11
+ ],
12
};
13
14
export default sidebars;
0 commit comments