Skip to content

Commit c59f373

Browse files
committed
feat(content-management): update documentation for enhanced content lifecycle management
- Update description of the "View Content" feature to clarify it shows active items - Replace "Delete Content" with "Archive Content" to reflect soft delete functionality - Add information about managing archived content
1 parent 642075d commit c59f373

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/web-dashboard/features/content-management.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ The Content Management section is where you can perform detailed CRUD (Create, R
1313

1414
Each tab presents a data table displaying the existing content. From these tables, you can:
1515

16-
- **View Content:** See a paginated list of all items.
16+
- **View Content:** See a paginated list of all active items.
1717
- **Edit Content:** Click on any item in the table to navigate to its dedicated edit page.
18-
- **Delete Content:** Use the delete icon on any item to remove it from the database.
18+
- **Archive Content:** Use the archive icon on any item to move it to the archive. This is a "soft delete" that preserves data integrity.
1919
- **Create New Content:** Use the "+" button in the top app bar to navigate to the creation page for the currently active tab (e.g., "Create Headline").
20+
- **Manage Archived Content:** Use the "Archived Items" button in the top app bar to access a separate screen where you can view, restore, or permanently delete archived content.
2021

2122
This consistent interface provides a predictable and efficient workflow for managing all aspects of your application's content.

0 commit comments

Comments
 (0)