pgsql: doc: Make HTML ids discoverable - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Make HTML ids discoverable
Date
Msg-id E1pmsHm-002pTN-Mf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Make HTML ids discoverable

In the HTML output, this decorates section headers and variable list
terms with a marker ("#") that is a link to the same section/term.
That way, links inside a page can be discovered for easier sharing.
The marker only appears when hovering.

This now requires that all elements that are candidates for such a
link have an id attribute.  Otherwise, an error will be generated.
All previously missing ids have been added prior to this patch.

Author: Brar Piening <brar@gmx.de>
Reviewed-by: Karl O. Pinc <kop@karlpinc.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2922702a3027945f139f9b0c7b4686423304e21

Modified Files
--------------
doc/src/sgml/stylesheet-html-common.xsl | 127 ++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet.css             |  11 +++
2 files changed, 138 insertions(+)


pgsql-committers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pgsql: Allow logical decoding on standbys
Next
From: Stephen Frost
Date:
Subject: pgsql: Explicitly require MIT Kerberos for GSSAPI