Skip to content

Commit 84cf491

Browse files
committed
2 parents e1611de + 8f4ecfc commit 84cf491

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

docs/en/guide/mmrl-util/config-json.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ This JSON configuration file contains settings related to a Magisk repository. B
44

55
---
66

7-
### `id` <Badge type="warning" text="required af of 1 Jan, 2026" />
7+
### `id` <Badge type="warning" text="required as of 1 Jan, 2026" /> <Badge type="tip" text="R/O" />
88

9-
An unique id for your repository
10-
11-
```json
12-
"id": "gmr"
13-
```
9+
An unique id for your repository that cannot be modified when using MMRL-Util
1410

1511

1612
### `name` <Badge type="danger" text="required" />
@@ -61,15 +57,13 @@ This field allows submitting new tracks or modules to the repository.
6157
"submission": "url"
6258
```
6359

64-
### `description
65-
66-
````
60+
### `description`
6761

6862
A brief description of the repository.
6963

7064
```json
71-
"description": "url"
72-
````
65+
"description": "My repository description."
66+
```
7367

7468
### `max_num`
7569

@@ -93,4 +87,4 @@ Specifies the directory where logs will be stored.
9387

9488
```json
9589
"log_dir": "log"
96-
```
90+
```

0 commit comments

Comments
 (0)