]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: structuring documentation into sections
authorAleš <ales.mrazek@nic.cz>
Tue, 4 Jan 2022 20:27:40 +0000 (21:27 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:53 +0000 (16:17 +0200)
manager/docs/configuration.rst [deleted file]
manager/docs/index.rst
manager/docs/manager-configuration.rst [new file with mode: 0644]
manager/docs/manager-getting-started.rst [moved from manager/docs/getting-started.rst with 61% similarity]
manager/docs/manager-introduction.rst [new file with mode: 0644]
manager/docs/manager-migration.rst [new file with mode: 0644]

diff --git a/manager/docs/configuration.rst b/manager/docs/configuration.rst
deleted file mode 100644 (file)
index 55f9f3f..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-*************************
-Declarative configuration
-*************************
-
-.. contents::
-    :depth: 2
-    :local:
-
-Final documentation will be generated from configuration datamodel.
-This is just a raw proposal.
-
-server
-======
-
-.. envvar:: server:hostname: <str>
-
-    Detailed information probably from python docstring.
-
-network
-=======
-
-.. envvar:: network:interfaces: <list>
-
-    .. envvar:: listen: <ip-address>[@port]
-
-    .. envvar:: kind: <dns|xdp|dot|doh|control>
-
-        :default: dns
-
-    .. envvar:: freebind: <bool>
-
-        :default: false
-
-    Example:
-
-    .. code-block:: yaml
-
-        network:
-            interfaces:
-              - listen: eth0@53
-
-
-
-
index db8f7220d39953a202b39fa17815c9b11b13ea5d..a654dee0fc150bd2232f23a9a7867e9c2e5c4eb5 100644 (file)
@@ -6,8 +6,10 @@ Knot Resolver Manager
     :maxdepth: 2
     :caption: Manager:
 
-    getting-started
-    configuration
+    manager-introduction
+    manager-getting-started
+    manager-migration
+    manager-configuration
 
 ==================
 Indices and tables
diff --git a/manager/docs/manager-configuration.rst b/manager/docs/manager-configuration.rst
new file mode 100644 (file)
index 0000000..9b6731d
--- /dev/null
@@ -0,0 +1,3 @@
+*************
+Configuration
+*************
similarity index 61%
rename from manager/docs/getting-started.rst
rename to manager/docs/manager-getting-started.rst
index 6c6f84a01b378e02c16cda35977afc60f4e36d0d..9c15309a5b1aa58b6bb6e57ac3e7d2972dd13c6c 100644 (file)
@@ -1,16 +1,13 @@
 ***************
-Getting started
+Getting Started
 ***************
 
 .. contents::
     :depth: 1
     :local:
 
-Introduction
+Installation
 ============
 
-How to use
+Management
 ==========
-
-Migration
-=========
diff --git a/manager/docs/manager-introduction.rst b/manager/docs/manager-introduction.rst
new file mode 100644 (file)
index 0000000..ad6540e
--- /dev/null
@@ -0,0 +1,3 @@
+************
+Introduction
+************
diff --git a/manager/docs/manager-migration.rst b/manager/docs/manager-migration.rst
new file mode 100644 (file)
index 0000000..1e4a0e7
--- /dev/null
@@ -0,0 +1,3 @@
+*********
+Migration
+*********