reactioncommerce / redoc

redoc - generate documentation from multiple project repos.
GNU General Public License v3.0
20 stars 11 forks source link

header template method #9

Closed aaronjudd closed 8 years ago

aaronjudd commented 8 years ago

a header method to inject a remote header template and data to be rendered locally. This should be possible with DDP.connect . The goal would be that Meteor sites could have a continuous flow when integrated in another Meteor site, and redoc itself wouldn't need customization.

mikemurray commented 8 years ago

This is probably not needed anymore since the header can be configured via settings.json

aaronjudd commented 8 years ago

agreed, closing.