Feat: Write docs for prefab contributions (#49)

This commit is contained in:
kotte
2023-12-12 13:56:16 +01:00
committed by GitHub
parent 379ed363f4
commit 5e89922840
15 changed files with 296 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"label": "My Prefab",
"desc": "A description of what my Prefab does",
"icon": "library/prefabs/my-prefab/thumb.png",
"project": "library/prefabs/my-prefab/YOUR_PREFAB_ZIP_HERE.zip",
"docs": "/library/prefabs/my-prefab/",
"tags": [
"UI",
"Data",
"Utility",
"Cloud",
"Service",
"Networking",
"Device",
"Code",
"Analytics",
"Animation"
]
}