Skip to content

Commit 0673381

Browse files
committed
[typo](docs) fix restore code fence rendering (#3353)
## Summary - verify the markdown rendering issue from #1790 still exists in current restore docs - remove leading indentation from the final fenced code block in restore docs so the fence is parsed correctly - apply the same fix to both English and Chinese docs for `current`, `version-2.1`, `version-3.x`, and `version-4.x` ## Validation - checked the final `SHOW RESTORE\G` section in all affected files and confirmed opening/closing fences now start at column 1
1 parent c12431d commit 0673381

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

  • docs/admin-manual/data-admin/backup-restore
  • i18n/zh-CN/docusaurus-plugin-content-docs
    • current/admin-manual/data-admin/backup-restore
    • version-2.1/admin-manual/data-admin/backup-restore
    • version-3.x/admin-manual/data-admin/backup-restore
    • version-4.x/admin-manual/data-admin/backup-restore
  • versioned_docs
    • version-2.1/admin-manual/data-admin/backup-restore
    • version-3.x/admin-manual/data-admin/backup-restore
    • version-4.x/admin-manual/data-admin/backup-restore

docs/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
8888

8989
## 3. Check the Execution Status of the Restore Job
9090

91-
```sql
91+
```sql
9292
mysql> SHOW RESTORE\G;
9393
*************************** 1. row ***************************
9494
JobId: 17891851
@@ -127,4 +127,4 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
127127
Status: [OK]
128128
Timeout: 86400
129129
1 row in set (0.01 sec)
130-
```
130+
```

i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PROPERTIES
8787

8888
## 3. 查看恢复作业的执行情况
8989

90-
```sql
90+
```sql
9191
mysql> SHOW RESTORE\G;
9292
*************************** 1. row ***************************
9393
JobId: 17891851
@@ -126,4 +126,4 @@ PROPERTIES
126126
Status: [OK]
127127
Timeout: 86400
128128
1 row in set (0.01 sec)
129-
```
129+
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PROPERTIES
8787

8888
## 3. 查看恢复作业的执行情况
8989

90-
```sql
90+
```sql
9191
mysql> SHOW RESTORE\G;
9292
*************************** 1. row ***************************
9393
JobId: 17891851
@@ -126,4 +126,4 @@ PROPERTIES
126126
Status: [OK]
127127
Timeout: 86400
128128
1 row in set (0.01 sec)
129-
```
129+
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PROPERTIES
8787

8888
## 3. 查看恢复作业的执行情况
8989

90-
```sql
90+
```sql
9191
mysql> SHOW RESTORE\G;
9292
*************************** 1. row ***************************
9393
JobId: 17891851
@@ -126,4 +126,4 @@ PROPERTIES
126126
Status: [OK]
127127
Timeout: 86400
128128
1 row in set (0.01 sec)
129-
```
129+
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PROPERTIES
8787

8888
## 3. 查看恢复作业的执行情况
8989

90-
```sql
90+
```sql
9191
mysql> SHOW RESTORE\G;
9292
*************************** 1. row ***************************
9393
JobId: 17891851
@@ -126,4 +126,4 @@ PROPERTIES
126126
Status: [OK]
127127
Timeout: 86400
128128
1 row in set (0.01 sec)
129-
```
129+
```

versioned_docs/version-2.1/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
8888

8989
## 3. Check the Execution Status of the Restore Job
9090

91-
```sql
91+
```sql
9292
mysql> SHOW RESTORE\G;
9393
*************************** 1. row ***************************
9494
JobId: 17891851
@@ -127,4 +127,4 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
127127
Status: [OK]
128128
Timeout: 86400
129129
1 row in set (0.01 sec)
130-
```
130+
```

versioned_docs/version-3.x/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
8888

8989
## 3. Check the Execution Status of the Restore Job
9090

91-
```sql
91+
```sql
9292
mysql> SHOW RESTORE\G;
9393
*************************** 1. row ***************************
9494
JobId: 17891851
@@ -127,4 +127,4 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
127127
Status: [OK]
128128
Timeout: 86400
129129
1 row in set (0.01 sec)
130-
```
130+
```

versioned_docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
8888

8989
## 3. Check the Execution Status of the Restore Job
9090

91-
```sql
91+
```sql
9292
mysql> SHOW RESTORE\G;
9393
*************************** 1. row ***************************
9494
JobId: 17891851
@@ -127,4 +127,4 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as well as the table `ba
127127
Status: [OK]
128128
Timeout: 86400
129129
1 row in set (0.01 sec)
130-
```
130+
```

0 commit comments

Comments
 (0)