The documentation at

  http://docs.racket-lang.org/

gets a Racket logo through a some JavaScript that is registered by
"doc-site.js":

  http://docs.racket-lang.org/doc-site.js

Granted, it's awkward to me to rely on a dynamic conversion of the page
content to add an essentially static feature. But this is a general
strategy, and browsers seem to handle it well.

At Mon, 13 Aug 2018 09:14:18 -0700 (PDT), "'Joel Dueck' via Racket Users" wrote:
> I would like to include some scribble/manual docs as part of a larger web 
> site, and would like to provide some extra navigation links for the reader 
> so they can see “how to get back out again”.
> 
> Is there a facility within Scribble for augmenting the HTML just after the 
> beginning of the <body> tag?
> 
> I see there are ways to supplement the CSS and the content of <head>. I can 
> also specify a prefix file but when targeting HTML it seems this is only 
> used for the doctype and nothing else. I've done a bunch of searching, 
> can’t see that this has ever come up before!
> 
> If nothing else I have the option of displaying the Scribble pages within 
> an iframe, but I'd prefer not to do this.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to