Skip to content
Merged
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configDe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configDe = defineConfig({
{ text: 'Installation', link: '/de/guide/installation' },
{ text: 'Grundlegende Verwendung', link: '/de/guide/usage' },
{ text: 'Prompt-Beispiele', link: '/de/guide/prompt-examples' },
{ text: 'Anwendungsfälle', link: '/de/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configDe = defineConfig({
{ text: 'Kommandozeilenoptionen', link: '/de/guide/command-line-options' },
{ text: 'Konfiguration', link: '/de/guide/configuration' },
{ text: 'Benutzerdefinierte Anweisungen', link: '/de/guide/custom-instructions' },
{ text: 'Remote-Repository-Verarbeitung', link: '/de/guide/remote-repository-processing' },
{ text: 'GitHub-Repository-Verarbeitung', link: '/de/guide/remote-repository-processing' },
{ text: 'Kommentare entfernen', link: '/de/guide/comment-removal' },
{ text: 'Code-Komprimierung', link: '/de/guide/code-compress' },
{ text: 'Sicherheit', link: '/de/guide/security' },
{ text: 'MCP-Server', link: '/de/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/de/guide/github-actions' },
],
},
{
text: 'Fortgeschritten',
items: [
{ text: 'MCP-Server', link: '/de/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/de/guide/github-actions' },
{ text: 'Repomix als Bibliothek verwenden', link: '/de/guide/development/using-repomix-as-a-library' },
{ text: 'KI-unterstützte Entwicklungstipps', link: '/de/guide/tips/best-practices' },
],
},
{
text: 'Gemeinschaft',
items: [
{ text: 'Zu Repomix beitragen', link: '/de/guide/development/' },
{ text: 'Sponsoren', link: '/de/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configEnUs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configEnUs = defineConfig({
{ text: 'Installation', link: '/guide/installation' },
{ text: 'Basic Usage', link: '/guide/usage' },
{ text: 'Prompt Examples', link: '/guide/prompt-examples' },
{ text: 'Use Cases', link: '/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configEnUs = defineConfig({
{ text: 'Command Line Options', link: '/guide/command-line-options' },
{ text: 'Configuration', link: '/guide/configuration' },
{ text: 'Custom Instructions', link: '/guide/custom-instructions' },
{ text: 'Remote Repository Processing', link: '/guide/remote-repository-processing' },
{ text: 'GitHub Repository Processing', link: '/guide/remote-repository-processing' },
{ text: 'Comment Removal', link: '/guide/comment-removal' },
{ text: 'Code Compression', link: '/guide/code-compress' },
{ text: 'Security', link: '/guide/security' },
{ text: 'MCP Server', link: '/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/guide/github-actions' },
],
},
{
text: 'Advanced',
items: [
{ text: 'MCP Server', link: '/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/guide/github-actions' },
{ text: 'Using Repomix as a Library', link: '/guide/development/using-repomix-as-a-library' },
{ text: 'AI-Assisted Development Tips', link: '/guide/tips/best-practices' },
],
},
{
text: 'Community',
items: [
{ text: 'Contributing to Repomix', link: '/guide/development/' },
{ text: 'Sponsors', link: '/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configEs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configEs = defineConfig({
{ text: 'Instalación', link: '/es/guide/installation' },
{ text: 'Uso Básico', link: '/es/guide/usage' },
{ text: 'Ejemplos de Prompts', link: '/es/guide/prompt-examples' },
{ text: 'Casos de Uso', link: '/es/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configEs = defineConfig({
{ text: 'Opciones de Línea de Comandos', link: '/es/guide/command-line-options' },
{ text: 'Configuración', link: '/es/guide/configuration' },
{ text: 'Instrucciones Personalizadas', link: '/es/guide/custom-instructions' },
{ text: 'Procesamiento de Repositorios Remotos', link: '/es/guide/remote-repository-processing' },
{ text: 'Procesamiento de Repositorios de GitHub', link: '/es/guide/remote-repository-processing' },
{ text: 'Eliminación de Comentarios', link: '/es/guide/comment-removal' },
{ text: 'Compresión de Código', link: '/es/guide/code-compress' },
{ text: 'Seguridad', link: '/es/guide/security' },
{ text: 'Servidor MCP', link: '/es/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/es/guide/github-actions' },
],
},
{
text: 'Avanzado',
items: [
{ text: 'Servidor MCP', link: '/es/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/es/guide/github-actions' },
{ text: 'Usar Repomix como Biblioteca', link: '/es/guide/development/using-repomix-as-a-library' },
{ text: 'Consejos para Desarrollo Asistido por IA', link: '/es/guide/tips/best-practices' },
],
},
{
text: 'Comunidad',
items: [
{ text: 'Contribuir a Repomix', link: '/es/guide/development/' },
{ text: 'Patrocinadores', link: '/es/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configFr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configFr = defineConfig({
{ text: 'Installation', link: '/fr/guide/installation' },
{ text: 'Utilisation de base', link: '/fr/guide/usage' },
{ text: 'Exemples de prompts', link: '/fr/guide/prompt-examples' },
{ text: "Cas d'Usage", link: '/fr/guide/use-cases' },
],
},
{
Expand All @@ -30,23 +31,29 @@ export const configFr = defineConfig({
{ text: 'Options de ligne de commande', link: '/fr/guide/command-line-options' },
{ text: 'Configuration', link: '/fr/guide/configuration' },
{ text: 'Instructions personnalisées', link: '/fr/guide/custom-instructions' },
{ text: 'Traitement des dépôts distants', link: '/fr/guide/remote-repository-processing' },
{ text: 'Traitement des dépôts GitHub', link: '/fr/guide/remote-repository-processing' },
{ text: 'Suppression des commentaires', link: '/fr/guide/comment-removal' },
{ text: 'Compression de code', link: '/fr/guide/code-compress' },
{ text: 'Sécurité', link: '/fr/guide/security' },
{ text: 'Serveur MCP', link: '/fr/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/fr/guide/github-actions' },
],
},
{
text: 'Avancé',
items: [
{ text: 'Serveur MCP', link: '/fr/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/fr/guide/github-actions' },
{
text: 'Utiliser Repomix comme bibliothèque',
link: '/fr/guide/development/using-repomix-as-a-library',
},
{ text: 'Conseils pour le développement assisté par IA', link: '/fr/guide/tips/best-practices' },
],
},
{
text: 'Communauté',
items: [
{ text: 'Contribuer à Repomix', link: '/fr/guide/development/' },
{ text: 'Sponsors', link: '/fr/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configHi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configHi = defineConfig({
{ text: 'इंस्टॉलेशन', link: '/hi/guide/installation' },
{ text: 'बुनियादी उपयोग', link: '/hi/guide/usage' },
{ text: 'प्रॉम्प्ट उदाहरण', link: '/hi/guide/prompt-examples' },
{ text: 'उपयोग के मामले', link: '/hi/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configHi = defineConfig({
{ text: 'कमांड लाइन विकल्प', link: '/hi/guide/command-line-options' },
{ text: 'कॉन्फ़िगरेशन', link: '/hi/guide/configuration' },
{ text: 'कस्टम निर्देश', link: '/hi/guide/custom-instructions' },
{ text: 'रिमोट रिपॉजिटरी प्रोसेसिंग', link: '/hi/guide/remote-repository-processing' },
{ text: 'GitHub रिपॉजिटरी प्रोसेसिंग', link: '/hi/guide/remote-repository-processing' },
{ text: 'टिप्पणी हटाना', link: '/hi/guide/comment-removal' },
{ text: 'कोड कम्प्रेशन', link: '/hi/guide/code-compress' },
{ text: 'सुरक्षा', link: '/hi/guide/security' },
{ text: 'MCP सर्वर', link: '/hi/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/hi/guide/github-actions' },
],
},
{
text: 'उन्नत',
items: [
{ text: 'MCP सर्वर', link: '/hi/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/hi/guide/github-actions' },
{ text: 'Repomix को लाइब्रेरी के रूप में उपयोग', link: '/hi/guide/development/using-repomix-as-a-library' },
{ text: 'AI-सहायक विकास टिप्स', link: '/hi/guide/tips/best-practices' },
],
},
{
text: 'समुदाय',
items: [
{ text: 'Repomix में योगदान', link: '/hi/guide/development/' },
{ text: 'प्रायोजक', link: '/hi/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configId = defineConfig({
{ text: 'Instalasi', link: '/id/guide/installation' },
{ text: 'Penggunaan Dasar', link: '/id/guide/usage' },
{ text: 'Contoh Prompt', link: '/id/guide/prompt-examples' },
{ text: 'Kasus Penggunaan', link: '/id/guide/use-cases' },
],
},
{
Expand All @@ -30,23 +31,29 @@ export const configId = defineConfig({
{ text: 'Opsi Baris Perintah', link: '/id/guide/command-line-options' },
{ text: 'Konfigurasi', link: '/id/guide/configuration' },
{ text: 'Instruksi Khusus', link: '/id/guide/custom-instructions' },
{ text: 'Pemrosesan Repositori Remote', link: '/id/guide/remote-repository-processing' },
{ text: 'Pemrosesan Repositori GitHub', link: '/id/guide/remote-repository-processing' },
{ text: 'Penghapusan Komentar', link: '/id/guide/comment-removal' },
{ text: 'Kompresi Kode', link: '/id/guide/code-compress' },
{ text: 'Keamanan', link: '/id/guide/security' },
{ text: 'Server MCP', link: '/id/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/id/guide/github-actions' },
],
},
{
text: 'Lanjutan',
items: [
{ text: 'Server MCP', link: '/id/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/id/guide/github-actions' },
{
text: 'Menggunakan Repomix sebagai Library',
link: '/id/guide/development/using-repomix-as-a-library',
},
{ text: 'Tips Pengembangan dengan Bantuan AI', link: '/id/guide/tips/best-practices' },
],
},
{
text: 'Komunitas',
items: [
{ text: 'Berkontribusi ke Repomix', link: '/id/guide/development/' },
{ text: 'Sponsor', link: '/id/guide/sponsors' },
],
},
],
Expand Down
15 changes: 11 additions & 4 deletions website/client/.vitepress/config/configJa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const configJa = defineConfig({
{ text: 'インストール', link: '/ja/guide/installation' },
{ text: '基本的な使い方', link: '/ja/guide/usage' },
{ text: 'プロンプト例', link: '/ja/guide/prompt-examples' },
{ text: 'ユースケース', link: '/ja/guide/use-cases' },
],
},
{
Expand All @@ -28,20 +29,26 @@ export const configJa = defineConfig({
{ text: 'コマンドラインオプション', link: '/ja/guide/command-line-options' },
{ text: '設定', link: '/ja/guide/configuration' },
{ text: 'カスタム指示', link: '/ja/guide/custom-instructions' },
{ text: 'リモートリポジトリの処理', link: '/ja/guide/remote-repository-processing' },
{ text: 'GitHubリポジトリの処理', link: '/ja/guide/remote-repository-processing' },
{ text: 'コメントの削除', link: '/ja/guide/comment-removal' },
{ text: 'コード圧縮', link: '/ja/guide/code-compress' },
{ text: 'セキュリティ', link: '/ja/guide/security' },
{ text: 'MCPサーバー', link: '/ja/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/ja/guide/github-actions' },
],
},
{
text: '高度な使い方',
items: [
{ text: 'MCPサーバー', link: '/ja/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/ja/guide/github-actions' },
{ text: 'ライブラリとしての使用', link: '/ja/guide/development/using-repomix-as-a-library' },
{ text: 'AI支援開発のヒント', link: '/ja/guide/tips/best-practices' },
{ text: 'Repomixへの貢献', link: '/ja/guide/development/' },
],
},
{
text: 'コミュニティ',
items: [
{ text: 'Repomixに貢献する', link: '/ja/guide/development/' },
{ text: 'スポンサー', link: '/ja/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configKo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configKo = defineConfig({
{ text: '설치', link: '/ko/guide/installation' },
{ text: '기본 사용법', link: '/ko/guide/usage' },
{ text: '프롬프트 예제', link: '/ko/guide/prompt-examples' },
{ text: '사용 사례', link: '/ko/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configKo = defineConfig({
{ text: '명령줄 옵션', link: '/ko/guide/command-line-options' },
{ text: '설정', link: '/ko/guide/configuration' },
{ text: '사용자 정의 지침', link: '/ko/guide/custom-instructions' },
{ text: '원격 저장소 처리', link: '/ko/guide/remote-repository-processing' },
{ text: 'GitHub 저장소 처리', link: '/ko/guide/remote-repository-processing' },
{ text: '주석 제거', link: '/ko/guide/comment-removal' },
{ text: '코드 압축', link: '/ko/guide/code-compress' },
{ text: '보안', link: '/ko/guide/security' },
{ text: 'MCP 서버', link: '/ko/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/ko/guide/github-actions' },
],
},
{
text: '고급',
items: [
{ text: 'MCP 서버', link: '/ko/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/ko/guide/github-actions' },
{ text: 'Repomix를 라이브러리로 사용하기', link: '/ko/guide/development/using-repomix-as-a-library' },
{ text: 'AI 지원 개발 팁', link: '/ko/guide/tips/best-practices' },
],
},
{
text: '커뮤니티',
items: [
{ text: 'Repomix에 기여하기', link: '/ko/guide/development/' },
{ text: '후원자', link: '/ko/guide/sponsors' },
],
},
],
Expand Down
13 changes: 10 additions & 3 deletions website/client/.vitepress/config/configPtBr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const configPtBr = defineConfig({
{ text: 'Instalação', link: '/pt-br/guide/installation' },
{ text: 'Uso Básico', link: '/pt-br/guide/usage' },
{ text: 'Exemplos de Prompt', link: '/pt-br/guide/prompt-examples' },
{ text: 'Casos de Uso', link: '/pt-br/guide/use-cases' },
],
},
{
Expand All @@ -30,20 +31,26 @@ export const configPtBr = defineConfig({
{ text: 'Opções de Linha de Comando', link: '/pt-br/guide/command-line-options' },
{ text: 'Configuração', link: '/pt-br/guide/configuration' },
{ text: 'Instruções Personalizadas', link: '/pt-br/guide/custom-instructions' },
{ text: 'Processamento de Repositório Remoto', link: '/pt-br/guide/remote-repository-processing' },
{ text: 'Processamento de Repositório GitHub', link: '/pt-br/guide/remote-repository-processing' },
{ text: 'Remoção de Comentários', link: '/pt-br/guide/comment-removal' },
{ text: 'Compressão de Código', link: '/pt-br/guide/code-compress' },
{ text: 'Segurança', link: '/pt-br/guide/security' },
{ text: 'Servidor MCP', link: '/pt-br/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/pt-br/guide/github-actions' },
],
},
{
text: 'Avançado',
items: [
{ text: 'Servidor MCP', link: '/pt-br/guide/mcp-server' },
{ text: 'GitHub Actions', link: '/pt-br/guide/github-actions' },
{ text: 'Usando Repomix como Biblioteca', link: '/pt-br/guide/development/using-repomix-as-a-library' },
{ text: 'Dicas de Desenvolvimento Assistido por IA', link: '/pt-br/guide/tips/best-practices' },
],
},
{
text: 'Comunidade',
items: [
{ text: 'Contribuindo para o Repomix', link: '/pt-br/guide/development/' },
{ text: 'Patrocinadores', link: '/pt-br/guide/sponsors' },
],
},
],
Expand Down
Loading
Loading