Skip to content

Commit 4ed7c9d

Browse files
committed
fix(docs): fixes formatting in docs
1 parent be58a7c commit 4ed7c9d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: docs/source/sctool/partials/sctool_restore.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ options:
3232
Only works with tables restoration (--restore-tables=true).
3333
Syntax:
3434
"source_dc1=>target_dc1;source_dc2=>target_dc2"
35+
3536
Multiple mappings are separated by semicolons (;)
3637
Examples:
37-
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
38+
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
39+
3840
Note: Only DCs that are provided in mappings will be restored.
3941
- name: dry-run
4042
default_value: "false"

Diff for: docs/source/sctool/partials/sctool_restore_update.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ options:
3030
Only works with tables restoration (--restore-tables=true).
3131
Syntax:
3232
"source_dc1=>target_dc1;source_dc2=>target_dc2"
33+
3334
Multiple mappings are separated by semicolons (;)
3435
Examples:
35-
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
36+
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
37+
3638
Note: Only DCs that are provided in mappings will be restored.
3739
- name: dry-run
3840
default_value: "false"

Diff for: pkg/command/restore/res.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ dc-mapping: |
7979
Only works with tables restoration (--restore-tables=true).
8080
Syntax:
8181
"source_dc1=>target_dc1;source_dc2=>target_dc2"
82+
8283
Multiple mappings are separated by semicolons (;)
8384
Examples:
84-
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
85+
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
86+
8587
Note: Only DCs that are provided in mappings will be restored.

0 commit comments

Comments
 (0)