Skip to content

Commit 4775b93

Browse files
authored
Add more stuff to the footer (#34)
1 parent f4e8013 commit 4775b93

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docusaurus.config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,32 @@ const config: Config = {
9797
},
9898
],
9999
},
100+
{
101+
title: 'GitHub',
102+
items: [
103+
{
104+
label: 'Issues',
105+
href: 'https://github.com/RooVetGit/Roo-Code/issues',
106+
},
107+
{
108+
label: 'Feature Requests',
109+
href: 'https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop',
110+
},
111+
],
112+
},
113+
{
114+
title: 'Download',
115+
items: [
116+
{
117+
label: 'VS Code Marketplace',
118+
href: 'https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline',
119+
},
120+
{
121+
label: 'Open VSX Registry',
122+
href: 'https://open-vsx.org/extension/RooVeterinaryInc/roo-cline',
123+
},
124+
],
125+
},
100126
],
101127
},
102128
prism: {

0 commit comments

Comments
 (0)