iron-component-page icon indicating copy to clipboard operation
iron-component-page copied to clipboard

Ignoring Specific Components

Open PaulHMason opened this issue 10 years ago • 2 comments

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.

PaulHMason avatar Dec 28 '15 11:12 PaulHMason

@garlicnation ?

ebidel avatar Dec 28 '15 15:12 ebidel

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.

blasten avatar Dec 28 '15 22:12 blasten