Skip to content

Commit db0abbd

Browse files
committed
docs(manuals): expand content management instructions
- Rename 'Delete Content' section to 'Archive Content' - Explain archiving as a "soft delete" method - Add steps for accessing and managing archived content - Detail process for restoring archived items - Introduce permanent deletion option for headlines - Emphasize safety feature for undoing permanent deletions
1 parent c59f373 commit db0abbd

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

src/content/docs/web-dashboard/manuals/managing-content.mdx

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,41 @@ Your new content item will be created and will now appear in the data table.
6060

6161
</Steps>
6262

63-
### How to Delete Content
63+
### How to Archive Content
64+
65+
Archiving content is a "soft delete". It removes an item from the main lists but keeps it in the system for data integrity. This is the standard way to remove content.
6466

6567
<Steps>
6668
1. **Find the Content Item**
6769

68-
Navigate to the correct tab and find the item you wish to delete in the data table.
70+
Navigate to the correct tab ("Headlines," "Topics," or "Sources") and find the item you wish to archive in the data table.
71+
72+
2. **Click the Archive Icon**
73+
74+
On the far right of the item's row, you will see a set of action icons. Click the **archive** icon.
75+
76+
</Steps>
77+
78+
The item will be immediately moved to the archive.
79+
80+
### Managing Archived Content
81+
82+
The archive pages allow you to review, restore, or permanently delete content.
83+
84+
<Steps>
85+
1. **Access the Archive**
86+
87+
First, select the tab for the content type you're interested in (e.g., "Headlines"). Then, click the **"Archived Items"** icon (looks like a box) in the top right corner of the app bar. This will take you to the archive page for that content type.
88+
89+
2. **Restore an Item**
90+
91+
To restore an item, find it in the archived list and click the **restore** icon. The item will be moved back to the main content list with an "active" status.
6992

70-
2. **Click the Delete Icon**
93+
3. **Permanently Delete a Headline**
7194

72-
On the far right of the item's row, you will see a set of action icons. Click the **trash can** icon to delete the item.
95+
*Only headlines can be permanently deleted, and only from the archive page.* This is a final, irreversible action.
7396

74-
3. **Confirm Deletion**
97+
To delete a headline forever, find it in the archived headlines list and click the **delete forever** icon (a trash can).
7598

76-
A confirmation dialog will appear to prevent accidental deletion. Click "Confirm" to permanently delete the item.
99+
For safety, a snackbar will appear for 5 seconds with an **"Undo"** button, giving you a chance to reverse the deletion before it becomes permanent.
77100
</Steps>

0 commit comments

Comments
 (0)