Skip to content

Commit

Permalink
fix(docs): fixes formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Feb 4, 2025
1 parent be58a7c commit 4ed7c9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/source/sctool/partials/sctool_restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ options:
Only works with tables restoration (--restore-tables=true).
Syntax:
"source_dc1=>target_dc1;source_dc2=>target_dc2"
Multiple mappings are separated by semicolons (;)
Examples:
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
Note: Only DCs that are provided in mappings will be restored.
- name: dry-run
default_value: "false"
Expand Down
4 changes: 3 additions & 1 deletion docs/source/sctool/partials/sctool_restore_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ options:
Only works with tables restoration (--restore-tables=true).
Syntax:
"source_dc1=>target_dc1;source_dc2=>target_dc2"
Multiple mappings are separated by semicolons (;)
Examples:
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
Note: Only DCs that are provided in mappings will be restored.
- name: dry-run
default_value: "false"
Expand Down
4 changes: 3 additions & 1 deletion pkg/command/restore/res.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ dc-mapping: |
Only works with tables restoration (--restore-tables=true).
Syntax:
"source_dc1=>target_dc1;source_dc2=>target_dc2"
Multiple mappings are separated by semicolons (;)
Examples:
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
"dc1=>dc3;dc2=>dc4" - data from dc1 should be restored to dc3 and data from dc2 should be restored to dc4.
Note: Only DCs that are provided in mappings will be restored.

0 comments on commit 4ed7c9d

Please sign in to comment.