From e5862b05e60663d5eb6ddd893f7cf9b6b85b46f4 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Mon, 6 Mar 2023 20:00:44 +0100 Subject: [PATCH] doc: deployment --- doc/deployment-advanced-no-manager.rst | 10 +++------- doc/deployment-docker.rst | 2 +- doc/deployment-manual.rst | 10 +++++++++- doc/deployment-no-systemd-privileges.rst | 2 ++ doc/deployment-no-systemd-processes.rst | 2 ++ doc/deployment-no-systemd.rst | 2 ++ doc/deployment-warning.rst | 10 ++++++++++ doc/index.rst | 2 +- 8 files changed, 30 insertions(+), 10 deletions(-) create mode 100644 doc/deployment-warning.rst diff --git a/doc/deployment-advanced-no-manager.rst b/doc/deployment-advanced-no-manager.rst index 155116445..31512fe28 100644 --- a/doc/deployment-advanced-no-manager.rst +++ b/doc/deployment-advanced-no-manager.rst @@ -1,5 +1,8 @@ .. SPDX-License-Identifier: GPL-3.0-or-later + +.. include:: deployment-warning.rst + .. _advanced-no-manager: ************************* @@ -7,13 +10,6 @@ Usage without the manager ************************* -.. warning:: - - This page is intended for experienced users only. If you follow these instructions, you are not protected from footguns elimited with the introduction of the manager. However, 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 ` chapter. - - There are a few downsides to using the Knot Resolver without the manager:. * Configuration is a imperative Lua script and can't be properly validated without actually running it. diff --git a/doc/deployment-docker.rst b/doc/deployment-docker.rst index 6d7a7e6c1..787a9b7a3 100644 --- a/doc/deployment-docker.rst +++ b/doc/deployment-docker.rst @@ -13,7 +13,7 @@ An official Docker image can be found on `Docker Hub ` chapter. \ No newline at end of file diff --git a/doc/index.rst b/doc/index.rst index 12bddad84..255a76035 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -35,8 +35,8 @@ If you are a new user, please start with chapter for :ref:`getting started