Skip to content

Commit d027d08

Browse files
feat: extract similar descriptions
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent e165526 commit d027d08

6 files changed

Lines changed: 16 additions & 4 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export const language = "Rust";
2+
3+
The following functions are provided to help you work with document and asset data inside your Satellite. They are part of the tools available when writing serverless functions in {props.language} and support common tasks such as interacting with the datastore, storage, and custom hook logic.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The following utilities are provided to help you work with document and asset data inside your Satellite. They simplify tasks such as decoding and encoding data, serializing custom types, and interacting with Juno’s core features in a consistent way.

docs/reference/functions/rust/sdk.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SDK
22

3-
The following functions are provided to help you work with document and asset data inside your Satellite. They are part of the tools available when writing serverless functions in Rust and support common tasks such as interacting with the datastore, storage, and custom hook logic.
3+
import Sdk from "../components/sdk.mdx";
4+
5+
<Sdk language="Rust" />
46

57
:::note[📦 Crate]
68

docs/reference/functions/rust/utils.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Utils
22

3-
The following utilities are provided to help you work with document and asset data inside your Satellite. They simplify tasks such as decoding and encoding data, serializing custom types, and interacting with Juno’s core features in a consistent way.
3+
import Utils from "../components/utils.md";
4+
5+
<Utils />
46

57
:::note[📦 Crate]
68

docs/reference/functions/typescript/sdk.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SDK
22

3-
The following functions are provided to help you work with document and asset data inside your Satellite. They are part of the tools available when writing serverless functions in Rust and support common tasks such as interacting with the datastore, storage, and custom hook logic.
3+
import Sdk from "../components/sdk.mdx";
4+
5+
<Sdk language="TypeScript" />
46

57
:::note[📦 Library]
68

docs/reference/functions/typescript/utils.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Utils
22

3-
The following utilities are provided to help you work with document and asset data inside your Satellite. They simplify tasks such as decoding and encoding data, serializing custom types, and interacting with Juno’s core features in a consistent way.
3+
import Utils from "../components/utils.md";
4+
5+
<Utils />
46

57
:::note[📦 Library]
68

0 commit comments

Comments
 (0)