We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Macrofig commented on Wed Aug 24 2016
The generator currently creates the following documentjs.json
documentjs.json
{ "sites": { "docs": { "dest": "docs", "parent": "bithub-admin", "pageConfig": { "page": "docs" }, "glob": { "pattern": "src/**/*.{js,md}" } } } }
This does not document .component files.
.component
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@Macrofig commented on Wed Aug 24 2016
The generator currently creates the following
documentjs.json
This does not document
.component
files.Should output the following:
@justinbmeyer commented on Mon Oct 17 2016
Do you document .component files?
The text was updated successfully, but these errors were encountered: