From f0c4738c627b6df27e7eec2712d2fcc7b2c44fc9 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Fri, 16 Jan 2026 17:42:33 +0000 Subject: [PATCH] Create base files --- example-library/DOCS.md | 1 + example-library/config.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 example-library/DOCS.md create mode 100644 example-library/config.yaml diff --git a/example-library/DOCS.md b/example-library/DOCS.md new file mode 100644 index 0000000..b769f77 --- /dev/null +++ b/example-library/DOCS.md @@ -0,0 +1 @@ +# Test library documentation \ No newline at end of file diff --git a/example-library/config.yaml b/example-library/config.yaml new file mode 100644 index 0000000..32095eb --- /dev/null +++ b/example-library/config.yaml @@ -0,0 +1,10 @@ +name: Example library +version: 0.1 +id: example-library +type: library +description: Test library addon + +url: 'https://git.thethomass.net/Umbra/umbra-test-addons' +tags: + - Test + - Example \ No newline at end of file