Skip to content

Commit 2ad0df6

Browse files
committed
0.5.0 - correct punctuations
Fix: Correct the punctuations in the page `/docs/apis/DashJsonGrid`.
1 parent e1fc530 commit 2ad0df6

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1. Fix: Add more translations for the new docusaurus version `3.6.3`.
1212
2. Fix: Add the broken link `dash-pmcallback` for the page `/docs/apis/DashJsonGrid`.
1313
3. Fix: Add the missing translation for the table head in `/docs/install`.
14+
4. Fix: Correct the punctuations in the page `/docs/apis/DashJsonGrid`.
1415

1516
### 0.5.0 @ 11/29/2024
1617

i18n/zh-cn/docusaurus-plugin-content-docs/current/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]. |
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback] |
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.3.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]. |
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback] |
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.4.x/apis/DashJsonGrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comp = DashJsonGrid(
5252

5353
| 名称 | 类型 | <center>说明</center> |
5454
| :-----------------------: | :------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------- |
55-
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback]. |
55+
| `id` | `str \| Mapping[str, Any]` | 组件ID。若设置为字典,则该ID用于[模式匹配callback :book:][dash-pmcallback] |
5656
| `class_name` | `str` | 组件的CSS类。使用` `分隔不同的类。 |
5757
| `style` | `Mapping[str, str]` | 组件的CSS样式。这些样式用于覆盖组件容器的默认样式。. |
5858
| `data` | `Any` | 用来转换成网格视图的数据,其支持JSON序列化。 |

0 commit comments

Comments
 (0)