Skip to content

Commit

Permalink
fix mkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 21, 2024
1 parent 2adf2a6 commit 743003f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/3.0/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,43 @@
The Avo CRUD feature generates with four main views for each resource.

<Option name="`Index`">
The page where you see all your resources listed in a table or a [grid](grid-view.html).

The page where you see all your resources listed in a table or a [grid](grid-view.html).
<br/>
<RelatedList>
<RelatedItem href="./customization.html#click_row_to_view_record">Click row to view record</RelatedItem>
</RelatedList>

</Option>

<Option name="`Show`">

The page where you see one resource in more detail.

</Option>

<Option name="`Edit`">

The page where you can edit one resource.

</Option>

<Option name="`New`">

The page where you can create a new resource.

</Option>

<Option name="`Display`">

`:display` is an alias for the the `Index` and `Show` views where you can display records and their details.

</Option>

<Option name="`Form`">

`:form` is an alias for the `Edit` and `New` views for creating and editing records.

</Option>

## Preview
Expand Down

0 comments on commit 743003f

Please sign in to comment.