]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: doc: Prepare documentation for BIND 9.18.30
authorNicki Křížek <nicki@isc.org>
Mon, 9 Sep 2024 13:07:36 +0000 (13:07 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 9 Sep 2024 13:07:36 +0000 (13:07 +0000)
The statements that already exist in the grammar can't be created with
the namedconf:statement. Use a plain definition list for these
statements and add a manual anchor for each one so links to them can be
created.

Avoid using the :any: syntax in the definition lists, as that just
creates a link to the duplicate and completely unrelated statement,
which just makes the documentation more confusing.

Merge branch 'nicki/prepare-documentation-for-bind-9.18.30' into 'v9.18.30-release'

See merge request isc-private/bind9!739


Trivial merge