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 #2

Open
phillipskevin opened this issue Feb 2, 2017 · 0 comments
Open

Add dot component files to documentjs config ~1 #2

phillipskevin opened this issue Feb 2, 2017 · 0 comments
Labels

Comments

@phillipskevin
Copy link
Collaborator

@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?

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

2 participants