Skip to content

Commit 60f4019

Browse files
committed
docs: change page names
1 parent 1e86a47 commit 60f4019

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/develop/python/data-handling/data-conversion.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: data-conversion
3-
title: Data conversion - Python SDK
4-
sidebar_label: Data conversion
3+
title: Payload conversion - Python SDK
4+
sidebar_label: Payload conversion
55
slug: /develop/python/data-handling/data-conversion
66
toc_max_heading_level: 2
77
tags:

docs/develop/python/data-handling/data-encryption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: data-encryption
3-
title: Data encryption - Python SDK
4-
sidebar_label: Data encryption
3+
title: Payload encryption - Python SDK
4+
sidebar_label: Payload encryption
55
slug: /develop/python/data-handling/data-encryption
66
toc_max_heading_level: 2
77
tags:

docs/develop/python/data-handling/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ id: data-handling
33
title: Data handling - Python SDK
44
sidebar_label: Data handling
55
slug: /develop/python/data-handling
6-
description: Learn how Temporal handles data through the Data Converter pipeline, including payload conversion, encryption, and large payload storage.
6+
description: Learn how Temporal handles data through the Data Converter, including payload conversion, encryption, and large payload storage.
77
toc_max_heading_level: 2
88
tags:
99
- Python SDK
1010
- Temporal SDKs
1111
- Data Converters
1212
---
1313

14-
All data sent to and from the Temporal Service passes through the **Data Converter** pipeline.
15-
The pipeline has three layers that handle different concerns:
14+
All data sent to and from the Temporal Service passes through the **Data Converter**.
15+
The Data Converter has three layers that handle different concerns:
1616

1717
```
1818
User code → PayloadConverter → PayloadCodec → ExternalStorage → Temporal Service

docs/develop/typescript/data-handling/data-conversion.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: data-conversion
3-
title: Data conversion - TypeScript SDK
4-
sidebar_label: Data conversion
3+
title: Payload conversion - TypeScript SDK
4+
sidebar_label: Payload conversion
55
slug: /develop/typescript/data-handling/data-conversion
66
toc_max_heading_level: 2
77
tags:

docs/develop/typescript/data-handling/data-encryption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: data-encryption
3-
title: Data encryption - TypeScript SDK
4-
sidebar_label: Data encryption
3+
title: Payload encryption - TypeScript SDK
4+
sidebar_label: Payload encryption
55
slug: /develop/typescript/data-handling/data-encryption
66
toc_max_heading_level: 2
77
tags:

docs/develop/typescript/data-handling/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ id: data-handling
33
title: Data handling - TypeScript SDK
44
sidebar_label: Data handling
55
slug: /develop/typescript/data-handling
6-
description: Learn how Temporal handles data through the Data Converter pipeline, including payload conversion, encryption, and large payload storage.
6+
description: Learn how Temporal handles data through the Data Converter, including payload conversion, encryption, and large payload storage.
77
toc_max_heading_level: 2
88
tags:
99
- TypeScript SDK
1010
- Temporal SDKs
1111
- Data Converters
1212
---
1313

14-
All data sent to and from the Temporal Service passes through the **Data Converter** pipeline.
15-
The pipeline has three layers that handle different concerns:
14+
All data sent to and from the Temporal Service passes through the **Data Converter**.
15+
The Data Converter has three layers that handle different concerns:
1616

1717
```
1818
User code → PayloadConverter → PayloadCodec → ExternalStorage → Temporal Service

0 commit comments

Comments
 (0)