mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
docs: update schema references to use latest URL
Co-Authored-By: Kazuki Yamada <koukun0120@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ Sie können die Schema-Validierung für Ihre Konfigurationsdatei aktivieren, ind
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Hier ist ein Beispiel einer vollständigen Konfigurationsdatei (`repomix.config.
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ You can enable schema validation for your configuration file by adding the `$sch
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Here's an example of a complete configuration file (`repomix.config.json`):
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ Puede habilitar la validación de esquema para su archivo de configuración agre
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Aquí hay un ejemplo de un archivo de configuración completo (`repomix.config.j
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ Vous pouvez activer la validation de schéma pour votre fichier de configuration
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Voici un exemple de fichier de configuration complet (`repomix.config.json`) :
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ repomix --init --global
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Repomixは以下の順序で設定ファイルを探します:
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ repomix --init --global
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Repomix는 다음 순서로 설정 파일을 찾습니다:
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ Você pode habilitar a validação de esquema para seu arquivo de configuração
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Aqui está um exemplo de um arquivo de configuração completo (`repomix.config.
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ repomix --init --global
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Repomix按以下顺序查找配置文件:
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@ repomix --init --global
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"output": {
|
||||
"filePath": "repomix-output.md",
|
||||
"style": "markdown"
|
||||
@@ -83,7 +83,7 @@ Repomix按以下順序尋找設定檔:
|
||||
|
||||
```json
|
||||
{
|
||||
"$schema": "https://repomix.com/schemas/0.3.5/schema.json",
|
||||
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
||||
"input": {
|
||||
"maxFileSize": 50000000
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user