You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains custom Docusaurus plugins for the Roo Code documentation site.
4
+
5
+
## Currently Active Plugins
6
+
7
+
No custom plugins are currently active. The directory is maintained for future plugin development.
8
+
9
+
## Previous Plugins (Removed)
10
+
11
+
The following plugins were previously used but have been removed as they interfered with search functionality:
12
+
13
+
-`suppress-search-warnings.js` - Attempted to suppress webpack warnings but broke search functionality
14
+
-`empty-module.js` - Helper module for the warning suppression plugin
15
+
-`webpack-warning-filter.js` - Earlier attempt at filtering warnings (deprecated)
16
+
17
+
## Note on Search Warnings
18
+
19
+
The `@easyops-cn/docusaurus-search-local` plugin may produce some harmless warnings during build about missing modules like `proxiedGenerated`. These warnings do not affect functionality and can be safely ignored.
0 commit comments