Files
neovim/scripts
Justin M. Keyes 6b01e9bf87 feat(docs-html): try to use tags for ToC headings
Problem:
The generated ToC (table of contents) uses anchors derived from the
heading title, e.g. the "Global Plugins" heading yields:
https://neovim.io/doc/user/usr_05.html#_global-plugins-
so if the heading title changes, then the old URL (anchor) is broken.

Solution:
:help tags change less often than heading titles, so if a heading
contains a *tag*, use that as its anchor name instead. Example:
https://neovim.io/doc/user/usr_05.html#standard-plugin
2022-10-10 01:05:18 +02:00
..
2022-06-28 04:02:29 -07:00
2022-10-09 05:21:52 -07:00
2022-01-04 07:28:29 -07:00
2022-10-09 05:21:52 -07:00
2022-06-15 09:20:32 +02:00
2021-10-02 08:26:57 -07:00
2021-09-19 16:36:08 -07:00