docs: update markdown code block json indent size 2

This commit is contained in:
albertony
2025-08-24 21:13:07 +02:00
parent b010591c96
commit 514535ad46

View File

@@ -2097,25 +2097,25 @@ some context for the `Metadata` which may be important.
```json ```json
{ {
"SrcFs": "gdrive:", "SrcFs": "gdrive:",
"SrcFsType": "drive", "SrcFsType": "drive",
"DstFs": "newdrive:user", "DstFs": "newdrive:user",
"DstFsType": "onedrive", "DstFsType": "onedrive",
"Remote": "test.txt", "Remote": "test.txt",
"Size": 6, "Size": 6,
"MimeType": "text/plain; charset=utf-8", "MimeType": "text/plain; charset=utf-8",
"ModTime": "2022-10-11T17:53:10.286745272+01:00", "ModTime": "2022-10-11T17:53:10.286745272+01:00",
"IsDir": false, "IsDir": false,
"ID": "xyz", "ID": "xyz",
"Metadata": { "Metadata": {
"btime": "2022-10-11T16:53:11Z", "btime": "2022-10-11T16:53:11Z",
"content-type": "text/plain; charset=utf-8", "content-type": "text/plain; charset=utf-8",
"mtime": "2022-10-11T17:53:10.286745272+01:00", "mtime": "2022-10-11T17:53:10.286745272+01:00",
"owner": "user1@domain1.com", "owner": "user1@domain1.com",
"permissions": "...", "permissions": "...",
"description": "my nice file", "description": "my nice file",
"starred": "false" "starred": "false"
} }
} }
``` ```
@@ -2127,15 +2127,15 @@ the description:
```json ```json
{ {
"Metadata": { "Metadata": {
"btime": "2022-10-11T16:53:11Z", "btime": "2022-10-11T16:53:11Z",
"content-type": "text/plain; charset=utf-8", "content-type": "text/plain; charset=utf-8",
"mtime": "2022-10-11T17:53:10.286745272+01:00", "mtime": "2022-10-11T17:53:10.286745272+01:00",
"owner": "user1@domain2.com", "owner": "user1@domain2.com",
"permissions": "...", "permissions": "...",
"description": "my nice file [migrated from domain1]", "description": "my nice file [migrated from domain1]",
"starred": "false" "starred": "false"
} }
} }
``` ```