]> git.ipfire.org Git - thirdparty/bind9.git/commit
Manual fixups for new hyperlinks
authorPetr Špaček <pspacek@isc.org>
Fri, 1 Jul 2022 10:29:18 +0000 (12:29 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 4 Jul 2022 13:50:50 +0000 (15:50 +0200)
commit9bbcff225b74f64c2bfccbf534fd5833c2e79320
treefbcfdac4a2e47405d8e6f2d363879b24c15d1fe8
parentd101490250bc6d66ea26f2a984f85746db0beb46
Manual fixups for new hyperlinks

It turns out that many manual edits were required:
- Heading underlines were too short because :any:`` is longer than ````
- Some statement names clashed with manually defined _link_anchors
  (notify, trust-anchors etc.)
- Zone types are defined like "type primary" in the internal grammar and
  that caused mayhem in the replacement script as it took "type" and
  individual types ("primary", "secondary") as separate statements.
  For that reason :any:`primary` had to be manually replaced with
  :any:`primary <type primary>` where appropriate.
- Sometimes option name is also the same as a value name (e.g. "notify")
  and then it did not make sense to do the replacement.
doc/arm/config-auth.inc.rst
doc/arm/config-intro.inc.rst
doc/arm/config-resolve.inc.rst
doc/arm/dlz.inc.rst
doc/arm/dnssec.inc.rst
doc/arm/logging-categories.inc.rst
doc/arm/managed-keys.inc.rst
doc/arm/reference.rst
doc/arm/zones.inc.rst
doc/dnssec-guide/signing.rst
doc/dnssec-guide/validation.rst