From bb7d583bfb5ee733d2d3f2dff9e0858ae824781b Mon Sep 17 00:00:00 2001 From: Fahri Gedik <53567152+fahrigedik@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:09:21 +0300 Subject: [PATCH] Update generating-crud-page.md --- docs/en/suite/generating-crud-page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/suite/generating-crud-page.md b/docs/en/suite/generating-crud-page.md index 8d98bb7df9..e1461e3d0a 100644 --- a/docs/en/suite/generating-crud-page.md +++ b/docs/en/suite/generating-crud-page.md @@ -115,7 +115,7 @@ To create a new entity, make sure the *-New entity-* is selected in the **Entity ## Properties -##### Define a property +### Define a property A property is a field in the entity which refers a column in the relational database table or a `JSON` field in `NoSQL` database collection. In the properties section, you can manage the properties your entity. To add a new property, click the "Add Property" button on the top-right of the page. @@ -306,7 +306,7 @@ abp suite generate --entity D:\Projects\BookStore\.suite\entities\Book.json --so In this example, `Book.json` was previously created via ABP Suite. -##### Parameters +### Parameters * `--entity` or `-e`: Path of the entity's JSON file. * `--solution` or `-s`: Path of the target solution file (***.sln**).