Skip to content

Commit eab4489

Browse files
authored
update (#14)
1 parent 421dd93 commit eab4489

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

edge-function/edgee-component.toml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,36 @@ name = "example-cs-edge-function-component"
55
version = "1.0.0"
66
category = "edge-function"
77
subcategory = "wasm-function"
8-
description = "Example CSharp component for edge-function"
8+
description = '''
9+
## Overview
10+
11+
Describe **what this component does** and why it exists.
12+
13+
---
14+
15+
## ✨ Key Features & Benefits
16+
17+
### Features
18+
19+
- **Feature 1**: Quick feature description.
20+
- **Feature 2**: Quick feature description.
21+
22+
### Benefits
23+
24+
- **Benefit 1**: Quick benefit description.
25+
- **Benefit 2**: Quick benefit description.
26+
27+
---
28+
29+
## 🚀️ Use Cases
30+
31+
- **Use Case 1**: Quick use case description.
32+
- **Use Case 2**: Quick use case description.
33+
34+
---
35+
36+
Additional resources: [Resource example](https://your-resource-link.com)
37+
'''
938
documentation = "https://github.com/edgee-cloud/example-cs-component"
1039
repository = "https://github.com/edgee-cloud/example-cs-component"
1140
language = "CSharp"

0 commit comments

Comments
 (0)