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
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}" } } } }
The text was updated successfully, but these errors were encountered:
Do you document .component files?
Sorry, something went wrong.
Issue moved to donejs/donejs-documentjs #2 via ZenHub
No branches or pull requests
The generator currently creates the following
documentjs.json
This does not document
.component
files.Should output the following:
The text was updated successfully, but these errors were encountered: