From 1681aeb2f9ed2741a8795e221dc81ec55be0dfa8 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 17 Nov 2021 12:57:56 -0800 Subject: [PATCH] doc/dev: Drop discussion on managed_paths Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- doc/dev/reference/app_module.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/dev/reference/app_module.rst b/doc/dev/reference/app_module.rst index 154a0bcef..67600e2ee 100644 --- a/doc/dev/reference/app_module.rst +++ b/doc/dev/reference/app_module.rst @@ -31,11 +31,3 @@ Required. Version number of an app. Increasing the version number of an app triggers the setup() logic allowing the app to run upgrade scripts. This attribute is part of the :class:`~plinth.app.Info` component. Need for this attribute at the module level will be removed in the future. - -.managed_paths -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Optional. This must contain the list of all file system paths that this app -deals with. This is mostly used by the -:class:`~plinth.modules.letsencrypt.components.LetsEncrypt` component to enforce -better security. This requirement may be removed in the future.