Commit e1a9195
authored
feat: update responsive styles for CopyPageURL and GitHubInstallButtons, and enhance search button visibility in dark mode (#230)
feat: increase container width and refine menu item spacing for improved layout
feat: update sidebar configuration to ensure visibility and adjust heading font sizes for better readability
feat: update styles for dark mode support and enhance link interactions to align with roocode.com
feat: refine spacing and padding in markdown and article styles for improved layout
feat: update primary color scheme and enhance content styling to align with roocode.com
feat: enhance navbar styling and add dark theme support for search components
background in sync with roocode.com
chore: add .roo/mcp.json to .gitignore
feat: add documentation rules for internal links and Context7 MCP guidelines
chore: remove deprecated MCP configuration file
feat: upgrade Docusaurus dependencies to version 3.8.1 and add animated background component
- Updated Docusaurus core and related plugins to version 3.8.1 in package.json.
- Added AnimatedBackground component for a dynamic canvas background effect.
- Introduced custom CSS styles for light and dark themes, including utility classes and enhanced styling for various elements.
- Implemented a new layout that integrates the AnimatedBackground component behind the main content.
fix: remove backdrop-filter and solidify mobile navbar styles for improved usability
fix: enhance text readability and brightness for dark mode styling
fix: adjust TOC padding and hide on mobile for improved layout
fix: correct link formatting for Modes configuration in marketplace documentation
fix: center footer content on mobile and hide external link icons for improved usability
feat: implement footer layout with social icons and links for enhanced user engagement
fix: adjust footer layout and spacing for improved mobile usability
fix: disable Report Issue component to hide GitHub reporting section
feat: add CopyPageContent component for copying page content to clipboard feat: implement HomeBreadcrumbItem for navigation breadcrumbs feat: create DocBreadcrumbs component with structured data and copy functionality feat: add DocItemContent component for rendering document content with synthetic title feat: introduce MDXContent component for MDX rendering
feat: implement responsive navbar with social icons and color mode toggle
feat: add GitHub install buttons and integrate into navbar for enhanced user engagement
chore: update package.json for linting and ESLint dependencies
- Added linting scripts to package.json: `lint`, `lint:fix`, and `lint:unused`.
- Included ESLint and related dependencies for improved code quality.
fix: refactor CopyPageURL component for better child node handling
- Changed child node iteration to use Array.from for better compatibility.
- Added block scope for 'a' and 'blockquote' cases in convertHtmlToMarkdown function.
refactor: clean up FooterLinkItem component imports
- Removed unused imports from FooterLinkItem component.
refactor: update DefaultNavbarItem and Mobile components to avoid prop passing
- Renamed destructured props to avoid passing unnecessary props down the component tree.
refactor: clean up NavbarNavLink component imports and props
- Removed unused imports and renamed destructured props for clarity.
refactor: remove ReportIssue component and associated styles1 parent 7f0521f commit e1a9195
File tree
58 files changed
+8614
-1938
lines changed- .roo
- docs/features
- src
- components
- CopyPageURL
- GitHubInstallButtons
- ReportIssue
- SocialIcons
- css
- theme
- DocBreadcrumbs
- Items/Home
- StructuredData
- DocItem
- Content
- Layout
- MDXContent
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+8614
-1938
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
252 | | - | |
| 255 | + | |
253 | 256 | | |
254 | | - | |
| 257 | + | |
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| |||
262 | 265 | | |
263 | 266 | | |
264 | 267 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 268 | + | |
| 269 | + | |
273 | 270 | | |
274 | 271 | | |
275 | 272 | | |
276 | 273 | | |
277 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
278 | 282 | | |
279 | 283 | | |
280 | 284 | | |
| |||
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
294 | 314 | | |
295 | 315 | | |
296 | 316 | | |
| |||
0 commit comments