Skip to content

Commit 9d143c9

Browse files
authored
update (#28)
* update * update * update * update * update * update * update * update
1 parent 4f9ee3d commit 9d143c9

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

data-collection/edgee-component.toml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,36 @@ version = "1.0.0"
66

77
category = "data-collection"
88
subcategory = "analytics"
9-
description = "Example Rust component for data collection"
9+
description = '''
10+
## Overview
11+
12+
Describe **what this component does** and why it exists.
13+
14+
---
15+
16+
## ✨ Key Features & Benefits
17+
18+
### Features
19+
20+
- **Feature 1**: Quick feature description.
21+
- **Feature 2**: Quick feature description.
22+
23+
### Benefits
24+
25+
- **Benefit 1**: Quick benefit description.
26+
- **Benefit 2**: Quick benefit description.
27+
28+
---
29+
30+
## 🚀️ Use Cases
31+
32+
- **Use Case 1**: Quick use case description.
33+
- **Use Case 2**: Quick use case description.
34+
35+
---
36+
37+
Additional resources: [Resource example](https://your-resource-link.com)
38+
'''
1039
documentation = "https://github.com/edgee-cloud/example-rust-component"
1140
repository = "https://github.com/edgee-cloud/example-rust-component"
1241
language = "Rust"

edge-function/edgee-component.toml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,36 @@ version = "1.0.0"
66

77
category = "edge-function"
88
subcategory = "wasm-function"
9-
description = "Example Rust component for edge function"
9+
description = '''
10+
## Overview
11+
12+
Describe **what this component does** and why it exists.
13+
14+
---
15+
16+
## ✨ Key Features & Benefits
17+
18+
### Features
19+
20+
- **Feature 1**: Quick feature description.
21+
- **Feature 2**: Quick feature description.
22+
23+
### Benefits
24+
25+
- **Benefit 1**: Quick benefit description.
26+
- **Benefit 2**: Quick benefit description.
27+
28+
---
29+
30+
## 🚀️ Use Cases
31+
32+
- **Use Case 1**: Quick use case description.
33+
- **Use Case 2**: Quick use case description.
34+
35+
---
36+
37+
Additional resources: [Resource example](https://your-resource-link.com)
38+
'''
1039
documentation = "https://github.com/edgee-cloud/example-rust-component"
1140
repository = "https://github.com/edgee-cloud/example-rust-component"
1241
language = "Rust"

0 commit comments

Comments
 (0)