We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58eb9 commit c49dcd5Copy full SHA for c49dcd5
1 file changed
docs/en/guide/mmrl-util/config-json.md
@@ -4,13 +4,9 @@ This JSON configuration file contains settings related to a Magisk repository. B
4
5
---
6
7
-### `id` <Badge type="warning" text="required af of 1 Jan, 2026" />
+### `id` <Badge type="warning" text="required as of 1 Jan, 2026" /> <Badge type="tip" text="R/O" />
8
9
-An unique id for your repository
10
-
11
-```json
12
-"id": "gmr"
13
-```
+An unique id for your repository that cannot be modified when using MMRL-Util
14
15
16
### `name` <Badge type="danger" text="required" />
@@ -93,4 +89,4 @@ Specifies the directory where logs will be stored.
93
89
94
90
```json
95
91
"log_dir": "log"
96
92
+```
0 commit comments