]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: new chapter added for kresctl and API pages
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 12 Dec 2022 20:57:55 +0000 (21:57 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 10 Jan 2023 18:57:14 +0000 (19:57 +0100)
doc/index.rst
doc/manager-api.rst
doc/manager-client.rst [new file with mode: 0644]

index 1d46659289095249d53204b0e900c5b38121d30c..c39dc0bded36718a08834691cf66e4dcc4fc9007 100644 (file)
@@ -31,6 +31,15 @@ and it provides a state-machine like API for extensions.
    usecase-personal-resolver
 
 
+.. toctree::
+   :caption: Features
+   :name: features-chapter
+   :maxdepth: 1
+
+   manager-api
+   manager-client
+
+
 .. toctree::
    :caption: Configuration
    :name: configuration-chapter
index fbca1908c2e10eef0752022d7cebaad4dd079e27..ff4a90ddd2730a97d2f44d616827a88f2707a25c 100644 (file)
@@ -1,5 +1,11 @@
 .. SPDX-License-Identifier: GPL-3.0-or-later
 
+.. _manager-api:
+
+********
+HTTP API
+********
+
 ===================================
 Dynamically changing configuration
 ===================================
diff --git a/doc/manager-client.rst b/doc/manager-client.rst
new file mode 100644 (file)
index 0000000..ec32a33
--- /dev/null
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-3.0-or-later
+
+.. _manager-client:
+
+****************************
+kresctl command-line utility
+****************************