project.json revision f0a045c8a4e0219868bf10150901a48af58fc723
{
"projectName": "YUI 3",
"apiDocs": "api",
"yuiVersion": "3.3.0",
"yuiSeedUrl": "build/yui/yui-min.js",
"componentDefaults": {
"apiDocs": "../api",
"yuiSeedUrl": "../build/yui/yui-min.js"
},
"pages": {
"core": {
"title": "Core",
"layout": "category",
"hideTableOfContents": true
},
"css": {
"title": "CSS",
"layout": "category",
"hideTableOfContents": true
},
"widget": {
"title": "Widgets",
"layout": "category",
"hideTableOfContents": true
},
"utility": {
"title": "Utilities",
"layout": "category",
"hideTableOfContents": true
},
"infrastructure": {
"title": "Infrastructure",
"layout": "category",
"hideTableOfContents": true
}
},
"server": {
"staticPaths": [
"../../../"
]
}
}