-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@Macrofig commented on Wed Aug 24 2016
The generator currently creates the following documentjs.json
{
"sites": {
"docs": {
"dest": "docs",
"parent": "bithub-admin",
"pageConfig": {
"page": "docs"
},
"glob": {
"pattern": "src/**/*.{js,md}"
}
}
}
}This does not document .component files.
Should output the following:
{
"sites": {
"docs": {
"dest": "docs",
"parent": "bithub-admin",
"pageConfig": {
"page": "docs"
},
"glob": {
"pattern": "src/**/*.{js,md,component}"
}
}
}
}
@justinbmeyer commented on Mon Oct 17 2016
Do you document .component files?