Add clarification notice to the permissions tutorial docs, related to 24942

Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
Peter Macdonald
2024-10-15 08:48:51 +02:00
parent 421bbcedad
commit e01727c8c2
+3 -1
View File
@@ -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: