15 lines
315 B
Python
15 lines
315 B
Python
{
|
|
"name": "Documentation",
|
|
"version": "18.0",
|
|
"description": "Serves a static HTML page",
|
|
"author": "NextZen",
|
|
"category": "Tutorial",
|
|
"depends": ["base"],
|
|
"data": [],
|
|
"assets": {
|
|
'documentation/static/html/**/*',
|
|
},
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|