Skip to content
New issue

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

Add dot component files to documentjs config ~1 #142

Closed
Macrofig opened this issue Aug 24, 2016 · 2 comments
Closed

Add dot component files to documentjs config ~1 #142

Macrofig opened this issue Aug 24, 2016 · 2 comments
Labels

Comments

@Macrofig
Copy link

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
Copy link

Do you document .component files?

@justinbmeyer justinbmeyer changed the title Add dot component files to documentjs config Add dot component files to documentjs config ~1 Oct 18, 2016
@phillipskevin
Copy link
Contributor

Issue moved to donejs/donejs-documentjs #2 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants