From 514535ad466e347559ca2aefa61a188b420c9efa Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 24 Aug 2025 21:13:07 +0200 Subject: [PATCH] docs: update markdown code block json indent size 2 --- docs/content/docs.md | 56 ++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 0eca54c88..e31ec2b3f 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -2097,25 +2097,25 @@ some context for the `Metadata` which may be important. ```json { - "SrcFs": "gdrive:", - "SrcFsType": "drive", - "DstFs": "newdrive:user", - "DstFsType": "onedrive", - "Remote": "test.txt", - "Size": 6, - "MimeType": "text/plain; charset=utf-8", - "ModTime": "2022-10-11T17:53:10.286745272+01:00", - "IsDir": false, - "ID": "xyz", - "Metadata": { - "btime": "2022-10-11T16:53:11Z", - "content-type": "text/plain; charset=utf-8", - "mtime": "2022-10-11T17:53:10.286745272+01:00", - "owner": "user1@domain1.com", - "permissions": "...", - "description": "my nice file", - "starred": "false" - } + "SrcFs": "gdrive:", + "SrcFsType": "drive", + "DstFs": "newdrive:user", + "DstFsType": "onedrive", + "Remote": "test.txt", + "Size": 6, + "MimeType": "text/plain; charset=utf-8", + "ModTime": "2022-10-11T17:53:10.286745272+01:00", + "IsDir": false, + "ID": "xyz", + "Metadata": { + "btime": "2022-10-11T16:53:11Z", + "content-type": "text/plain; charset=utf-8", + "mtime": "2022-10-11T17:53:10.286745272+01:00", + "owner": "user1@domain1.com", + "permissions": "...", + "description": "my nice file", + "starred": "false" + } } ``` @@ -2127,15 +2127,15 @@ the description: ```json { - "Metadata": { - "btime": "2022-10-11T16:53:11Z", - "content-type": "text/plain; charset=utf-8", - "mtime": "2022-10-11T17:53:10.286745272+01:00", - "owner": "user1@domain2.com", - "permissions": "...", - "description": "my nice file [migrated from domain1]", - "starred": "false" - } + "Metadata": { + "btime": "2022-10-11T16:53:11Z", + "content-type": "text/plain; charset=utf-8", + "mtime": "2022-10-11T17:53:10.286745272+01:00", + "owner": "user1@domain2.com", + "permissions": "...", + "description": "my nice file [migrated from domain1]", + "starred": "false" + } } ```