From f0b56b97ffced25aa63f0f34b14b318edebaad9b Mon Sep 17 00:00:00 2001 From: Jer1605 Date: Wed, 27 Aug 2025 17:11:38 +0200 Subject: [PATCH] update --- data-collection/edgee-component.toml | 31 +++++++++++++++++++++++++++- edge-function/edgee-component.toml | 31 +++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/data-collection/edgee-component.toml b/data-collection/edgee-component.toml index fc86bec..e30469e 100644 --- a/data-collection/edgee-component.toml +++ b/data-collection/edgee-component.toml @@ -5,7 +5,36 @@ name = "example-js-component" version = "1.0.0" category = "data-collection" subcategory = "analytics" -description = "Example Javascript component for data collection" +description = ''' +## Overview + +Describe **what this component does** and why it exists. + +--- + +## ✨ Key Features & Benefits + +### Features + +- **Feature 1**: Quick feature description. +- **Feature 2**: Quick feature description. + +### Benefits + +- **Benefit 1**: Quick benefit description. +- **Benefit 2**: Quick benefit description. + +--- + +## 🚀️ Use Cases + +- **Use Case 1**: Quick use case description. +- **Use Case 2**: Quick use case description. + +--- + +Additional resources: [Resource example](https://your-resource-link.com) +''' documentation = "https://github.com/edgee-cloud/example-js-component" repository = "https://github.com/edgee-cloud/example-js-component" language = "JavaScript" diff --git a/edge-function/edgee-component.toml b/edge-function/edgee-component.toml index 282e3d6..4b215cd 100644 --- a/edge-function/edgee-component.toml +++ b/edge-function/edgee-component.toml @@ -5,7 +5,36 @@ name = "example-js-edge-function-component" version = "1.0.0" category = "edge-function" subcategory = "wasm-function" -description = "Example Javascript component for edge functions" +description = ''' +## Overview + +Describe **what this component does** and why it exists. + +--- + +## ✨ Key Features & Benefits + +### Features + +- **Feature 1**: Quick feature description. +- **Feature 2**: Quick feature description. + +### Benefits + +- **Benefit 1**: Quick benefit description. +- **Benefit 2**: Quick benefit description. + +--- + +## 🚀️ Use Cases + +- **Use Case 1**: Quick use case description. +- **Use Case 2**: Quick use case description. + +--- + +Additional resources: [Resource example](https://your-resource-link.com) +''' documentation = "https://github.com/edgee-cloud/example-js-component" repository = "https://github.com/edgee-cloud/example-js-component" language = "JavaScript"