Description
I'm trying to create a global documentation page for our app and using the polymer analyze > analysis.json and then creating a docs.html file next to our index.html. This works as it creates a the complete documentation for our app, but the paths to the demo pages are incorrect.
Expected outcome
When I generate documentation directly for the element it's self, it works as expected.

Actual outcome
It uses a relative path from the docs.html file instead of the element-name.html

Live Demo
Steps to reproduce
Browsers Affected
Description
I'm trying to create a global documentation page for our app and using the
polymer analyze > analysis.jsonand then creating adocs.htmlfile next to ourindex.html. This works as it creates a the complete documentation for our app, but the paths to the demo pages are incorrect.Expected outcome
When I generate documentation directly for the element it's self, it works as expected.

Actual outcome
It uses a relative path from the
docs.htmlfile instead of theelement-name.htmlLive Demo
Steps to reproduce
Browsers Affected