]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: legacy chapter removed
authorAleš Mrázek <ales.mrazek@nic.cz>
Sun, 12 Feb 2023 19:30:02 +0000 (20:30 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 5 Jun 2023 13:34:21 +0000 (15:34 +0200)
- legacy approach moved to Use Cases chapter
- legacy approach renamed to Usage without the manager

doc/advanced-no-manager.rst [moved from doc/legacy.rst with 86% similarity]
doc/gettingstarted-intro.rst
doc/index.rst

similarity index 86%
rename from doc/legacy.rst
rename to doc/advanced-no-manager.rst
index e6f31bfccf43a2d2018af7cc75814765fb805f13..39888a61971c2d72ca3b3f9222f2157ffc5e5a56 100644 (file)
@@ -1,10 +1,10 @@
 .. SPDX-License-Identifier: GPL-3.0-or-later
 
-.. _legacy-approach:
+.. _advanced-no-manager:
 
-***************
-Legacy approach
-***************
+***********************************
+Advanced: Usage without the manager
+***********************************
 
 If you want to continue using Knot Resolver as before version ``6.0.0`` this is chapter for you.
 For new and less experienced users, we recommend using the newer approach starting in :ref:`Getting Started <gettingstarted-intro>` chapter.
@@ -15,11 +15,11 @@ There are a few downsides to using the legacy approach that need to be mentioned
 * manual process management
 
 
-.. _legacy-startup:
+.. _advanced-no-manager-startup:
 
-**************
-Daemon startup
-**************
+=======
+Startup
+=======
 
 The legacy way to start Knot Resolver is to run single instance of its resolving daemon manualy using ``kresd@`` systemd integration.
 The daemon is single thread process.
@@ -30,14 +30,14 @@ The daemon is single thread process.
 
 .. tip::
 
-    For more information about Systemd integration see man kresd.systemd.
+    For more information about ``systemd`` integration see ``man kresd.systemd``.
 
 
-.. _legacy-config:
+.. _advanced-no-manager-config:
 
-*****************
-Lua configuration
-*****************
+=============
+Configuration
+=============
 
 Legacy way to configure Knot Resolver is to paste your Lua code typically into ``/etc/knot-resolver/kresd.conf`` configuration script.
 The resolver's daemon is preconfigure to load this script when using ``kresd@`` systemd integration.
index a33e91401d937dc564aea2baa8c8d6a4ee434405..f27715d564a37bc1d43f97b793afddecf54b611c 100644 (file)
@@ -12,6 +12,8 @@ This chapter will introduce Knot Resolver and will guide you through :ref:`insta
 Introduction
 ************
 
+If you are an advanced user and want to use Knot Resolver like before version 6, you can switch to :ref:`usage without the manager <advanced-no-manager>`, for other users, it is recommended to stick to this chapter.
+
 ==================
 Basic architecture
 ==================
index 86f7ed1a90ca9cb67b9bc3032a3b017979bcf89e..0136f75828fb4a5c9a5be9c96113c8c480096f17 100644 (file)
@@ -20,19 +20,13 @@ If you are a new user, please start with chapter for :ref:`getting started <gett
    gettingstarted-startup
    gettingstarted-config
 
-.. toctree::
-   :caption: Legacy
-   :name: legacy-chapter
-   :maxdepth: 1
-
-   legacy
-
 
 .. toctree::
-   :caption: Common Use Cases
+   :caption: Use Cases
    :name: usecases-chapter
    :maxdepth: 1
 
+   advanced-no-manager
    usecase-personal-resolver
    usecase-internal-resolver
    usecase-isp-resolver