Skip to content

Add dot component files to documentjs config ~1 #2

@phillipskevin

Description

@phillipskevin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions