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