Skip to content

Commit a8fcce0

Browse files
committed
feat: remove community section and add direct roocabulary link
- Removed entire Community section from sidebar navigation - Deleted all community documentation files (8 files total) - Added direct link to Roocabulary GitHub repository in sidebar - Simplifies navigation as requested, removing obsolete community projects
1 parent fb1be3e commit a8fcce0

File tree

9 files changed

+3
-215
lines changed

9 files changed

+3
-215
lines changed

docs/community/dynamic-rules.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/community/index.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/community/maestro.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/community/memory-bank.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/community/roo-commander.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/community/roocabulary.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/community/sparc.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/community/tips-and-tricks.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

sidebars.ts

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -192,24 +192,9 @@ const sidebars: SidebarsConfig = {
192192
href: 'https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md',
193193
},
194194
{
195-
type: 'category',
196-
label: 'Community',
197-
items: [
198-
'community/index',
199-
{
200-
type: 'category',
201-
label: 'Projects',
202-
items: [
203-
'community/sparc',
204-
'community/memory-bank',
205-
'community/tips-and-tricks',
206-
'community/dynamic-rules',
207-
'community/roo-commander',
208-
'community/maestro',
209-
'community/roocabulary',
210-
],
211-
},
212-
],
195+
type: 'link',
196+
label: 'Roocabulary',
197+
href: 'https://github.com/cannuri/Roocabulary',
213198
},
214199
{
215200
type: 'category',

0 commit comments

Comments
 (0)