Commit Graph

11 Commits

Author SHA1 Message Date
Kazuki Yamada
f58f973e36 refactor(website): Replace global YouTubeVideo registration with direct imports
- Remove YouTubeVideo global component registration from VitePress theme

- Add direct YouTubeVideo imports in all language versions of index.md and guide/index.md

- Update video ID usage to centralized VIDEO_IDS.REPOMIX_DEMO constant

- Improve component modularity and maintainability across 24 documentation files
2025-06-08 17:01:03 +09:00
Kazuki Yamada
90c69bea91 feat(website): Add YouTube video component to all language versions
- Create YouTubeVideo.vue component with responsive design
- Register component globally in VitePress theme
- Add explanatory sections and video to all language versions of index.md
- Add video to all language versions of guide/index.md
- Support for 12 languages: en, ja, zh-cn, zh-tw, ko, de, fr, es, pt-br, vi, hi, id
- Improve user onboarding with visual demonstration of Repomix features
2025-06-08 16:27:38 +09:00
Kazuki Yamada
b6cffb78b8 fix(docs): Update sponsors badge format from SVG to PNG
Update sponsors badge URLs from .svg to .png format across all
documentation files for consistent display and proper functionality.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 12:18:46 +09:00
Kazuki Yamada
ec58dbd963 feat(website): Add sponsors badge to all language index pages
Add GitHub sponsors badge to homepage across all 12 language versions
for consistent sponsor visibility and recognition.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 11:11:16 +09:00
Kazuki Yamada
aad6bdbb05 fix(website): Use relative links in localized Power Users Guide sections
Fix Power Users Guide links in all non-English language index pages to use relative paths (./guide/xxx) instead of absolute paths (/guide/xxx). This ensures users are directed to the correct language-specific guide pages instead of being redirected to English-only documentation.

Updated links in 11 languages: ja, de, es, fr, hi, id, ko, pt-br, vi, zh-cn, zh-tw

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-06 17:33:30 +09:00
Kazuki Yamada
c1e78d8ea3 feat(website): Add Power Users Guide section to all language index pages
Add comprehensive Power Users Guide section highlighting advanced features:
- MCP Server for AI assistant integration
- GitHub Actions for CI/CD automation
- Code Compression with Tree-sitter (~70% token reduction)
- Library usage for Node.js integration
- Custom Instructions for tailored outputs
- Security Features with Secretlint integration
- Best Practices for optimized AI workflows

The section is added to all 12 language variants (en, ja, de, es, fr, hi, id, ko, pt-br, vi, zh-cn, zh-tw) to improve discoverability of advanced functionality for power users.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-06 01:14:54 +09:00
Kazuki Yamada
87aec711b4 docs(website): Remove voting link from multilingual documentation 2025-06-03 00:15:56 +09:00
Kazuki Yamada
b5eb4f563f docs(website): Add Bun installation instructions to documentation 2025-05-31 00:40:36 +09:00
Devin AI
d1c47c7898 docs: move Open Source Awards Nomination section inside cli-section div
Co-Authored-By: yamadashy <koukun0120@gmail.com>
2025-05-29 00:30:17 +09:00
Devin AI
4d1a597356 docs: add Open Source Awards nomination section to website in all languages
Co-Authored-By: yamadashy <koukun0120@gmail.com>
2025-05-29 00:30:17 +09:00
Devin AI
3feb730e59 feat(website): Add Indonesian language support
- Add configId.ts with Indonesian navigation and search translations
- Update main config to include Indonesian locale (id)
- Add Indonesian search configuration to configShard.ts
- Create Indonesian content directory with homepage and guide
- Update supported languages documentation

Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
2025-05-26 15:52:50 +00:00