PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

Ignoring Specific Components #79

Open PaulHMason opened 8 years ago

PaulHMason commented 8 years ago

I've got a composite Polymer control that is composed of a number of elements, some of which are only used internally. Is there any way of preventing a particular control (html import) from appearing in the documentation. I have a wrapper html import that just imports the components that I want to expose documentation for, but the internal ones also appear in the documentation because they're sub imports.

ebidel commented 8 years ago

@garlicnation ?

blasten commented 8 years ago

I don't think so. It sounds like you need to create two elements e.g (x-internal and x-public) and share some common functionality among the two. In that way, you can only publish the docs for x-public.