Re: Missing "Up" navigation link between parts and doc root?
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-06-22T15:26:11Z
Lists: pgsql-hackers
On Sun, Jun 21, 2020 at 09:19:27AM +0200, Fabien COELHO wrote: > > Hello devs, > > 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? Yes, please. I asked for this feature in December of 2018 but have not gotten around to implementing it: https://www.postgresql.org/message-id/flat/20181231235858.GB3052%40momjian.us Can someone make this improvement? -- Bruce Momjian <bruce@momjian.us> https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
Commits
-
doc: Don't hide the "Up" link when it is the same as "Home"
- 1a7c5b6f7b5a 10.15 landed
- a089aa122bfd 11.10 landed
- 6a8f6aee0cbe 12.5 landed
- e6bbe07deec9 13.0 landed
- cd153b54eb65 14.0 landed
-
Add Up/Home link to the top of the HTML doc output.
- b8691d838be0 9.2.0 cited