We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f92a57 commit fd80f80Copy full SHA for fd80f80
docs/cli/syncing.mdx
@@ -46,3 +46,5 @@ Example of sync pairs registry:
46
}
47
]
48
```
49
+
50
+Note that since this is a JSON file, backslashes (`\`) in strings need to be escaped, e. g. `"C:\\some\\path"`).
0 commit comments