donejs / donejs/donejs-documentjs
Add dot component files to documentjs config ~1
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
@Macrofig commented on [Wed Aug 24 2016](https://github.com/donejs/generator-donejs/issues/142)
The generator currently creates the following `documentjs.json`
``` 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:
``` json
{
"sites": {
"docs": {
"dest": "docs",
"parent": "bithub-admin",
"pageConfig": {
"page": "docs"
},
"glob": {
"pattern": "src/**/*.{js,md,component}"
}
}
}
}
```
---
@justinbmeyer commented on [Mon Oct 17 2016](https://github.com/donejs/generator-donejs/issues/142#issuecomment-254391433)
Do you document .component files?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.