Merge pull request #27127 from Parsifal-M/docs/update-permissions-tutorial

[DOCS] Add small clarification to the Permissions Tutorial
This commit is contained in:
Camila Belo
2024-10-15 10:22:13 +02:00
committed by GitHub
+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: