From 46826ce421098b4c9205fcf0ac76e9ec64902e57 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 13 Aug 2025 16:44:01 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20docs=20(readme):=20add=20page=20?= =?UTF-8?q?creation=20guidelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1094dab9..fc6ea8d8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The basic development workflow follows these steps: ### Create Pages in `pages/` +- Define permissions and guards for each page. - Pages load the appropriate flow from `components/flow/`. - They do not contain UI or logic directly, just route level layout or guards.