]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Delete gettingstarted-intro.rst
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 1 Mar 2023 15:19:52 +0000 (16:19 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 5 Jun 2023 13:34:21 +0000 (15:34 +0200)
doc/gettingstarted-intro.rst [deleted file]

diff --git a/doc/gettingstarted-intro.rst b/doc/gettingstarted-intro.rst
deleted file mode 100644 (file)
index f27715d..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.. SPDX-License-Identifier: GPL-3.0-or-later
-
-.. _gettingstarted:
-
-Welcome to Knot Resolver's documentation for getting started!
-This chapter will introduce Knot Resolver and will guide you through :ref:`installation <gettingstarted-install>` to first :ref:`startup <gettingstarted-startup>` and basic insight into :ref:`configuration <gettingstarted-config>`.
-
-
-.. _gettingstarted-intro:
-
-************
-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
-==================
-
-The resolver is made up of several singlethread processes:
-
-:kresd:
-    The resolving daemon that is the core of the resolver, written in C.
-    Most of its functionalities are implemented in a separate modules written in C or Lua.
-
-:kres-cache-gc:
-    Garbage collector that takes care of maintaining the resolver's cache, written in C.
-
-:kres-manager:
-    A new process since version ``6.x`` that is used to manage other processes, written in Python.
-    The manager starts and setups other processes based on the configuration.
-    It is the only process that a user should directly interact with.
-
-For a detailed info see :ref:`internal architectire <architecture>`.