Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Inject a header to be rendered #46

Open
astubbs opened this issue Aug 26, 2013 · 3 comments
Open

Inject a header to be rendered #46

astubbs opened this issue Aug 26, 2013 · 3 comments

Comments

@astubbs
Copy link

astubbs commented Aug 26, 2013

Would be great to be able to inject a header html block to be rendered for every page. Also, potentially render package overview files?

@astubbs
Copy link
Author

astubbs commented Aug 26, 2013

Basically support the stuff talked about here:

https://groups.google.com/forum/#!topic/swagger-swaggersocket/mV6ivxDSJVI

val info = ApiInfo(
title = "Swagger Sample App",
description = """This is a sample server Petstore server. You can find out more about Swagger
at http://swagger.wordnik.com or on irc.freenode.net, #swagger.""",
termsOfServiceUrl = "http://helloreverb.com/terms/",
contact = "[email protected]",
license = "Apache 2.0",
licenseUrl = "http://www.apache.org/licenses/LICENSE-2.0.html")>

@decbis
Copy link
Contributor

decbis commented Aug 26, 2013

+1

It would be very useful to have control over the generated HTML.

@jschwartz73
Copy link
Contributor

This should be fixed with the pull request in #53

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants