Re: Missing "Up" navigation link between parts and doc root?

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-04T06:47:53Z
Lists: pgsql-hackers
Hello Peter,

> The original stylesheets explicitly go out of their way to do it that way. 
> We can easily fix that by removing that special case.  See attached patch.
>
> That patch only fixes it for the header.  To fix it for the footer as well, 
> we'd first need to import the navfooter template to be able to customize it.

Thanks for the patch, which applies cleanly, doc compiles, works for me 
with w3m.

> Not a big problem though.

Nope, just mildly irritating for quite a long time:-) So I'd go for back 
patching if it applies cleanly.

-- 
Fabien.



Commits

  1. doc: Don't hide the "Up" link when it is the same as "Home"

  2. Add Up/Home link to the top of the HTML doc output.