From e01727c8c2a35564e887761a0be3bebc93b4b458 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Tue, 15 Oct 2024 08:48:51 +0200 Subject: [PATCH] Add clarification notice to the permissions tutorial docs, related to 24942 Signed-off-by: Peter Macdonald --- docs/permissions/plugin-authors/01-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/permissions/plugin-authors/01-setup.md b/docs/permissions/plugin-authors/01-setup.md index 79740a7659..6ece0b0b69 100644 --- a/docs/permissions/plugin-authors/01-setup.md +++ b/docs/permissions/plugin-authors/01-setup.md @@ -14,7 +14,9 @@ The rest of this page is focused on adding the `todo-list` and `todo-list-backen ## Setup for the Tutorial -We will use a "Todo list" feature, composed of the `todo-list` and `todo-list-backend` plugins, as well as their dependency, `todo-list-common`. +**Note**: We will be updating files created as part of the [Getting Started](../getting-started.md) documentation, this tutorial assumes you have already viewed and gone through those steps! + +We are going to make a "Todo list" feature, composed of the `todo-list` and `todo-list-backend` plugins, as well as their dependency, `todo-list-common`. The source code is available here: