diff --git a/README.md b/README.md index 242461c..10ecec7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ config: env: [] mounts: [] ``` -4. Add the `meta.json` file to the folder +4. Add meta information to the `meta.json` file in the root folder ```json { diff --git a/blueprints/lowcoder/meta.json b/blueprints/lowcoder/meta.json deleted file mode 100644 index bee37ce..0000000 --- a/blueprints/lowcoder/meta.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "lowcoder", - "name": "Lowcoder", - "version": "2.6.4", - "description": "Rapid business App Builder for Everyone", - "logo": "lowcoder.png", - "links": { - "github": "https://github.com/lowcoder-org/lowcoder", - "website": "https://www.lowcoder.cloud/", - "docs": "https://docs.lowcoder.cloud/lowcoder-documentation", - }, - "tags": ["low-code", "no-code", "development"] -} diff --git a/meta.json b/meta.json index 86dbb47..34eca27 100644 --- a/meta.json +++ b/meta.json @@ -1837,7 +1837,7 @@ "links": { "github": "https://github.com/lowcoder-org/lowcoder", "website": "https://www.lowcoder.cloud/", - "docs": "https://docs.lowcoder.cloud/lowcoder-documentation", + "docs": "https://docs.lowcoder.cloud/lowcoder-documentation" }, "tags": ["low-code", "no-code", "development"] }