From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Missing "Up" navigation link between parts and doc root? |
Date: | 2020-07-03 08:59:36 |
Message-ID: | 6902a6ae-6ad2-d185-efed-b793bb7671e7@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2020-06-21 09:19, Fabien COELHO wrote:
> I've been annoyed that the documentation navigation does not always has an
> "Up" link. It has them inside parts, but the link disappears and you have
> to go for the "Home" link which is far on the right when on the root page
> of a part?
>
> Is there a good reason not to have the "Up" link there as well?
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. Not a big problem though.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
0001-doc-Don-t-hide-the-Up-link-when-it-is-the-same-as-Ho.patch | text/plain | 2.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | vignesh C | 2020-07-03 09:10:56 | Parallel worker hangs while handling errors. |
Previous Message | Simon Riggs | 2020-07-03 08:36:27 | Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum |