mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
Feat: Write docs for prefab contributions (#49)
This commit is contained in:
19
_prefab-docs-boilerplate/add-to-prefabs-index.json
Normal file
19
_prefab-docs-boilerplate/add-to-prefabs-index.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user